This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Rainbow with Swift 6.0 (beta) for tvOS using Xcode 16.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme Rainbow -destination generic/platform=tvos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1051:27: note: annotate 'lemonChiffon' with '@MainActor' if property should only be accessed from the main actor
        public static let lemonChiffon = Color(hex: 0xFFFACD)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1051:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let lemonChiffon = Color(hex: 0xFFFACD)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1054:27: warning: static property 'lightBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let lightBlue = Color(hex: 0xADD8E6)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1054:27: note: annotate 'lightBlue' with '@MainActor' if property should only be accessed from the main actor
        public static let lightBlue = Color(hex: 0xADD8E6)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1054:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let lightBlue = Color(hex: 0xADD8E6)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1057:27: warning: static property 'lightCoral' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let lightCoral = Color(hex: 0xF08080)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1057:27: note: annotate 'lightCoral' with '@MainActor' if property should only be accessed from the main actor
        public static let lightCoral = Color(hex: 0xF08080)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1057:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let lightCoral = Color(hex: 0xF08080)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1060:27: warning: static property 'lightCyan' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let lightCyan = Color(hex: 0xE0FFFF)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1060:27: note: annotate 'lightCyan' with '@MainActor' if property should only be accessed from the main actor
        public static let lightCyan = Color(hex: 0xE0FFFF)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1060:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let lightCyan = Color(hex: 0xE0FFFF)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1063:27: warning: static property 'lightGoldenRodYellow' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let lightGoldenRodYellow = Color(hex: 0xFAFAD2)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1063:27: note: annotate 'lightGoldenRodYellow' with '@MainActor' if property should only be accessed from the main actor
        public static let lightGoldenRodYellow = Color(hex: 0xFAFAD2)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1063:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let lightGoldenRodYellow = Color(hex: 0xFAFAD2)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1066:27: warning: static property 'lightGray' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let lightGray = Color(hex: 0xD3D3D3)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1066:27: note: annotate 'lightGray' with '@MainActor' if property should only be accessed from the main actor
        public static let lightGray = Color(hex: 0xD3D3D3)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1066:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let lightGray = Color(hex: 0xD3D3D3)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1069:27: warning: static property 'lightGrey' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let lightGrey = Color(hex: 0xD3D3D3)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1069:27: note: annotate 'lightGrey' with '@MainActor' if property should only be accessed from the main actor
        public static let lightGrey = Color(hex: 0xD3D3D3)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1069:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let lightGrey = Color(hex: 0xD3D3D3)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1072:27: warning: static property 'lightGreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let lightGreen = Color(hex: 0x90EE90)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1072:27: note: annotate 'lightGreen' with '@MainActor' if property should only be accessed from the main actor
        public static let lightGreen = Color(hex: 0x90EE90)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1072:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let lightGreen = Color(hex: 0x90EE90)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1075:27: warning: static property 'lightPink' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let lightPink = Color(hex: 0xFFB6C1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1075:27: note: annotate 'lightPink' with '@MainActor' if property should only be accessed from the main actor
        public static let lightPink = Color(hex: 0xFFB6C1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1075:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let lightPink = Color(hex: 0xFFB6C1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1078:27: warning: static property 'lightSalmon' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let lightSalmon = Color(hex: 0xFFA07A)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1078:27: note: annotate 'lightSalmon' with '@MainActor' if property should only be accessed from the main actor
        public static let lightSalmon = Color(hex: 0xFFA07A)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1078:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let lightSalmon = Color(hex: 0xFFA07A)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1081:27: warning: static property 'lightSeaGreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let lightSeaGreen = Color(hex: 0x20B2AA)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1081:27: note: annotate 'lightSeaGreen' with '@MainActor' if property should only be accessed from the main actor
        public static let lightSeaGreen = Color(hex: 0x20B2AA)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1081:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let lightSeaGreen = Color(hex: 0x20B2AA)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1084:27: warning: static property 'lightSkyBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let lightSkyBlue = Color(hex: 0x87CEFA)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1084:27: note: annotate 'lightSkyBlue' with '@MainActor' if property should only be accessed from the main actor
        public static let lightSkyBlue = Color(hex: 0x87CEFA)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1084:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let lightSkyBlue = Color(hex: 0x87CEFA)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1087:27: warning: static property 'lightSlateGray' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let lightSlateGray = Color(hex: 0x778899)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1087:27: note: annotate 'lightSlateGray' with '@MainActor' if property should only be accessed from the main actor
        public static let lightSlateGray = Color(hex: 0x778899)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1087:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let lightSlateGray = Color(hex: 0x778899)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1090:27: warning: static property 'lightSlateGrey' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let lightSlateGrey = Color(hex: 0x778899)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1090:27: note: annotate 'lightSlateGrey' with '@MainActor' if property should only be accessed from the main actor
        public static let lightSlateGrey = Color(hex: 0x778899)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1090:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let lightSlateGrey = Color(hex: 0x778899)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1093:27: warning: static property 'lightSteelBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let lightSteelBlue = Color(hex: 0xB0C4DE)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1093:27: note: annotate 'lightSteelBlue' with '@MainActor' if property should only be accessed from the main actor
        public static let lightSteelBlue = Color(hex: 0xB0C4DE)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1093:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let lightSteelBlue = Color(hex: 0xB0C4DE)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1096:27: warning: static property 'lightYellow' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let lightYellow = Color(hex: 0xFFFFE0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1096:27: note: annotate 'lightYellow' with '@MainActor' if property should only be accessed from the main actor
        public static let lightYellow = Color(hex: 0xFFFFE0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1096:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let lightYellow = Color(hex: 0xFFFFE0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1099:27: warning: static property 'lime' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let lime = Color(hex: 0x00FF00)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1099:27: note: annotate 'lime' with '@MainActor' if property should only be accessed from the main actor
        public static let lime = Color(hex: 0x00FF00)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1099:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let lime = Color(hex: 0x00FF00)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1102:27: warning: static property 'limeGreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let limeGreen = Color(hex: 0x32CD32)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1102:27: note: annotate 'limeGreen' with '@MainActor' if property should only be accessed from the main actor
        public static let limeGreen = Color(hex: 0x32CD32)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1102:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let limeGreen = Color(hex: 0x32CD32)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1105:27: warning: static property 'linen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let linen = Color(hex: 0xFAF0E6)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1105:27: note: annotate 'linen' with '@MainActor' if property should only be accessed from the main actor
        public static let linen = Color(hex: 0xFAF0E6)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1105:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let linen = Color(hex: 0xFAF0E6)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1108:27: warning: static property 'magenta' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let magenta = Color(hex: 0xFF00FF)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1108:27: note: annotate 'magenta' with '@MainActor' if property should only be accessed from the main actor
        public static let magenta = Color(hex: 0xFF00FF)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1108:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let magenta = Color(hex: 0xFF00FF)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1111:27: warning: static property 'maroon' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let maroon = Color(hex: 0x800000)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1111:27: note: annotate 'maroon' with '@MainActor' if property should only be accessed from the main actor
        public static let maroon = Color(hex: 0x800000)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1111:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let maroon = Color(hex: 0x800000)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1114:27: warning: static property 'mediumAquaMarine' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let mediumAquaMarine = Color(hex: 0x66CDAA)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1114:27: note: annotate 'mediumAquaMarine' with '@MainActor' if property should only be accessed from the main actor
        public static let mediumAquaMarine = Color(hex: 0x66CDAA)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1114:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let mediumAquaMarine = Color(hex: 0x66CDAA)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1117:27: warning: static property 'mediumBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let mediumBlue = Color(hex: 0x0000CD)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1117:27: note: annotate 'mediumBlue' with '@MainActor' if property should only be accessed from the main actor
        public static let mediumBlue = Color(hex: 0x0000CD)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1117:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let mediumBlue = Color(hex: 0x0000CD)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1120:27: warning: static property 'mediumOrchid' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let mediumOrchid = Color(hex: 0xBA55D3)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1120:27: note: annotate 'mediumOrchid' with '@MainActor' if property should only be accessed from the main actor
        public static let mediumOrchid = Color(hex: 0xBA55D3)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1120:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let mediumOrchid = Color(hex: 0xBA55D3)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1123:27: warning: static property 'mediumPurple' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let mediumPurple = Color(hex: 0x9370DB)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1123:27: note: annotate 'mediumPurple' with '@MainActor' if property should only be accessed from the main actor
        public static let mediumPurple = Color(hex: 0x9370DB)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1123:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let mediumPurple = Color(hex: 0x9370DB)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1126:27: warning: static property 'mediumSeaGreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let mediumSeaGreen = Color(hex: 0x3CB371)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1126:27: note: annotate 'mediumSeaGreen' with '@MainActor' if property should only be accessed from the main actor
        public static let mediumSeaGreen = Color(hex: 0x3CB371)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1126:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let mediumSeaGreen = Color(hex: 0x3CB371)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1129:27: warning: static property 'mediumSlateBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let mediumSlateBlue = Color(hex: 0x7B68EE)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1129:27: note: annotate 'mediumSlateBlue' with '@MainActor' if property should only be accessed from the main actor
        public static let mediumSlateBlue = Color(hex: 0x7B68EE)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1129:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let mediumSlateBlue = Color(hex: 0x7B68EE)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1132:27: warning: static property 'mediumSpringGreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let mediumSpringGreen = Color(hex: 0x00FA9A)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1132:27: note: annotate 'mediumSpringGreen' with '@MainActor' if property should only be accessed from the main actor
        public static let mediumSpringGreen = Color(hex: 0x00FA9A)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1132:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let mediumSpringGreen = Color(hex: 0x00FA9A)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1135:27: warning: static property 'mediumTurquoise' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let mediumTurquoise = Color(hex: 0x48D1CC)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1135:27: note: annotate 'mediumTurquoise' with '@MainActor' if property should only be accessed from the main actor
        public static let mediumTurquoise = Color(hex: 0x48D1CC)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1135:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let mediumTurquoise = Color(hex: 0x48D1CC)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1138:27: warning: static property 'mediumVioletRed' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let mediumVioletRed = Color(hex: 0xC71585)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1138:27: note: annotate 'mediumVioletRed' with '@MainActor' if property should only be accessed from the main actor
        public static let mediumVioletRed = Color(hex: 0xC71585)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1138:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let mediumVioletRed = Color(hex: 0xC71585)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1141:27: warning: static property 'midnightBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let midnightBlue = Color(hex: 0x191970)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1141:27: note: annotate 'midnightBlue' with '@MainActor' if property should only be accessed from the main actor
        public static let midnightBlue = Color(hex: 0x191970)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1141:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let midnightBlue = Color(hex: 0x191970)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1144:27: warning: static property 'mintCream' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let mintCream = Color(hex: 0xF5FFFA)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1144:27: note: annotate 'mintCream' with '@MainActor' if property should only be accessed from the main actor
        public static let mintCream = Color(hex: 0xF5FFFA)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1144:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let mintCream = Color(hex: 0xF5FFFA)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1147:27: warning: static property 'mistyRose' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let mistyRose = Color(hex: 0xFFE4E1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1147:27: note: annotate 'mistyRose' with '@MainActor' if property should only be accessed from the main actor
        public static let mistyRose = Color(hex: 0xFFE4E1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1147:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let mistyRose = Color(hex: 0xFFE4E1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1150:27: warning: static property 'moccasin' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let moccasin = Color(hex: 0xFFE4B5)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1150:27: note: annotate 'moccasin' with '@MainActor' if property should only be accessed from the main actor
        public static let moccasin = Color(hex: 0xFFE4B5)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1150:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let moccasin = Color(hex: 0xFFE4B5)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1153:27: warning: static property 'navajoWhite' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let navajoWhite = Color(hex: 0xFFDEAD)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1153:27: note: annotate 'navajoWhite' with '@MainActor' if property should only be accessed from the main actor
        public static let navajoWhite = Color(hex: 0xFFDEAD)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1153:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let navajoWhite = Color(hex: 0xFFDEAD)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1156:27: warning: static property 'navy' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let navy = Color(hex: 0x000080)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1156:27: note: annotate 'navy' with '@MainActor' if property should only be accessed from the main actor
        public static let navy = Color(hex: 0x000080)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1156:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let navy = Color(hex: 0x000080)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1159:27: warning: static property 'oldLace' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let oldLace = Color(hex: 0xFDF5E6)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1159:27: note: annotate 'oldLace' with '@MainActor' if property should only be accessed from the main actor
        public static let oldLace = Color(hex: 0xFDF5E6)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1159:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let oldLace = Color(hex: 0xFDF5E6)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1162:27: warning: static property 'olive' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let olive = Color(hex: 0x808000)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1162:27: note: annotate 'olive' with '@MainActor' if property should only be accessed from the main actor
        public static let olive = Color(hex: 0x808000)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1162:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let olive = Color(hex: 0x808000)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1165:27: warning: static property 'oliveDrab' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let oliveDrab = Color(hex: 0x6B8E23)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1165:27: note: annotate 'oliveDrab' with '@MainActor' if property should only be accessed from the main actor
        public static let oliveDrab = Color(hex: 0x6B8E23)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1165:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let oliveDrab = Color(hex: 0x6B8E23)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1168:27: warning: static property 'orange' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let orange = Color(hex: 0xFFA500)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1168:27: note: annotate 'orange' with '@MainActor' if property should only be accessed from the main actor
        public static let orange = Color(hex: 0xFFA500)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1168:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let orange = Color(hex: 0xFFA500)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1171:27: warning: static property 'orangeRed' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let orangeRed = Color(hex: 0xFF4500)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1171:27: note: annotate 'orangeRed' with '@MainActor' if property should only be accessed from the main actor
        public static let orangeRed = Color(hex: 0xFF4500)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1171:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let orangeRed = Color(hex: 0xFF4500)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1174:27: warning: static property 'orchid' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let orchid = Color(hex: 0xDA70D6)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1174:27: note: annotate 'orchid' with '@MainActor' if property should only be accessed from the main actor
        public static let orchid = Color(hex: 0xDA70D6)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1174:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let orchid = Color(hex: 0xDA70D6)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1177:27: warning: static property 'paleGoldenRod' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let paleGoldenRod = Color(hex: 0xEEE8AA)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1177:27: note: annotate 'paleGoldenRod' with '@MainActor' if property should only be accessed from the main actor
        public static let paleGoldenRod = Color(hex: 0xEEE8AA)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1177:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let paleGoldenRod = Color(hex: 0xEEE8AA)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1180:27: warning: static property 'paleGreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let paleGreen = Color(hex: 0x98FB98)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1180:27: note: annotate 'paleGreen' with '@MainActor' if property should only be accessed from the main actor
        public static let paleGreen = Color(hex: 0x98FB98)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1180:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let paleGreen = Color(hex: 0x98FB98)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1183:27: warning: static property 'paleTurquoise' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let paleTurquoise = Color(hex: 0xAFEEEE)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1183:27: note: annotate 'paleTurquoise' with '@MainActor' if property should only be accessed from the main actor
        public static let paleTurquoise = Color(hex: 0xAFEEEE)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1183:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let paleTurquoise = Color(hex: 0xAFEEEE)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1186:27: warning: static property 'paleVioletRed' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let paleVioletRed = Color(hex: 0xDB7093)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1186:27: note: annotate 'paleVioletRed' with '@MainActor' if property should only be accessed from the main actor
        public static let paleVioletRed = Color(hex: 0xDB7093)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1186:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let paleVioletRed = Color(hex: 0xDB7093)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1189:27: warning: static property 'papayaWhip' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let papayaWhip = Color(hex: 0xFFEFD5)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1189:27: note: annotate 'papayaWhip' with '@MainActor' if property should only be accessed from the main actor
        public static let papayaWhip = Color(hex: 0xFFEFD5)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1189:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let papayaWhip = Color(hex: 0xFFEFD5)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1192:27: warning: static property 'peachPuff' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let peachPuff = Color(hex: 0xFFDAB9)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1192:27: note: annotate 'peachPuff' with '@MainActor' if property should only be accessed from the main actor
        public static let peachPuff = Color(hex: 0xFFDAB9)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1192:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let peachPuff = Color(hex: 0xFFDAB9)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1195:27: warning: static property 'peru' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let peru = Color(hex: 0xCD853F)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1195:27: note: annotate 'peru' with '@MainActor' if property should only be accessed from the main actor
        public static let peru = Color(hex: 0xCD853F)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1195:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let peru = Color(hex: 0xCD853F)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1198:27: warning: static property 'pink' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let pink = Color(hex: 0xFFC0CB)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1198:27: note: annotate 'pink' with '@MainActor' if property should only be accessed from the main actor
        public static let pink = Color(hex: 0xFFC0CB)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1198:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let pink = Color(hex: 0xFFC0CB)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1201:27: warning: static property 'plum' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let plum = Color(hex: 0xDDA0DD)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1201:27: note: annotate 'plum' with '@MainActor' if property should only be accessed from the main actor
        public static let plum = Color(hex: 0xDDA0DD)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1201:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let plum = Color(hex: 0xDDA0DD)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1204:27: warning: static property 'powderBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let powderBlue = Color(hex: 0xB0E0E6)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1204:27: note: annotate 'powderBlue' with '@MainActor' if property should only be accessed from the main actor
        public static let powderBlue = Color(hex: 0xB0E0E6)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1204:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let powderBlue = Color(hex: 0xB0E0E6)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1207:27: warning: static property 'purple' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let purple = Color(hex: 0x800080)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1207:27: note: annotate 'purple' with '@MainActor' if property should only be accessed from the main actor
        public static let purple = Color(hex: 0x800080)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1207:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let purple = Color(hex: 0x800080)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1210:27: warning: static property 'rebeccaPurple' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let rebeccaPurple = Color(hex: 0x663399)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1210:27: note: annotate 'rebeccaPurple' with '@MainActor' if property should only be accessed from the main actor
        public static let rebeccaPurple = Color(hex: 0x663399)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1210:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let rebeccaPurple = Color(hex: 0x663399)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1213:27: warning: static property 'red' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let red = Color(hex: 0xFF0000)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1213:27: note: annotate 'red' with '@MainActor' if property should only be accessed from the main actor
        public static let red = Color(hex: 0xFF0000)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1213:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let red = Color(hex: 0xFF0000)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1216:27: warning: static property 'rosyBrown' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let rosyBrown = Color(hex: 0xBC8F8F)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1216:27: note: annotate 'rosyBrown' with '@MainActor' if property should only be accessed from the main actor
        public static let rosyBrown = Color(hex: 0xBC8F8F)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1216:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let rosyBrown = Color(hex: 0xBC8F8F)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1219:27: warning: static property 'royalBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let royalBlue = Color(hex: 0x4169E1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1219:27: note: annotate 'royalBlue' with '@MainActor' if property should only be accessed from the main actor
        public static let royalBlue = Color(hex: 0x4169E1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1219:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let royalBlue = Color(hex: 0x4169E1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1222:27: warning: static property 'saddleBrown' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let saddleBrown = Color(hex: 0x8B4513)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1222:27: note: annotate 'saddleBrown' with '@MainActor' if property should only be accessed from the main actor
        public static let saddleBrown = Color(hex: 0x8B4513)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1222:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let saddleBrown = Color(hex: 0x8B4513)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1225:27: warning: static property 'salmon' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let salmon = Color(hex: 0xFA8072)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1225:27: note: annotate 'salmon' with '@MainActor' if property should only be accessed from the main actor
        public static let salmon = Color(hex: 0xFA8072)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1225:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let salmon = Color(hex: 0xFA8072)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1228:27: warning: static property 'sandyBrown' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let sandyBrown = Color(hex: 0xF4A460)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1228:27: note: annotate 'sandyBrown' with '@MainActor' if property should only be accessed from the main actor
        public static let sandyBrown = Color(hex: 0xF4A460)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1228:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let sandyBrown = Color(hex: 0xF4A460)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1231:27: warning: static property 'seaGreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let seaGreen = Color(hex: 0x2E8B57)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1231:27: note: annotate 'seaGreen' with '@MainActor' if property should only be accessed from the main actor
        public static let seaGreen = Color(hex: 0x2E8B57)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1231:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let seaGreen = Color(hex: 0x2E8B57)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1234:27: warning: static property 'seaShell' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let seaShell = Color(hex: 0xFFF5EE)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1234:27: note: annotate 'seaShell' with '@MainActor' if property should only be accessed from the main actor
        public static let seaShell = Color(hex: 0xFFF5EE)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1234:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let seaShell = Color(hex: 0xFFF5EE)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1237:27: warning: static property 'sienna' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let sienna = Color(hex: 0xA0522D)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1237:27: note: annotate 'sienna' with '@MainActor' if property should only be accessed from the main actor
        public static let sienna = Color(hex: 0xA0522D)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1237:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let sienna = Color(hex: 0xA0522D)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1240:27: warning: static property 'silver' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let silver = Color(hex: 0xC0C0C0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1240:27: note: annotate 'silver' with '@MainActor' if property should only be accessed from the main actor
        public static let silver = Color(hex: 0xC0C0C0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1240:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let silver = Color(hex: 0xC0C0C0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1243:27: warning: static property 'skyBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let skyBlue = Color(hex: 0x87CEEB)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1243:27: note: annotate 'skyBlue' with '@MainActor' if property should only be accessed from the main actor
        public static let skyBlue = Color(hex: 0x87CEEB)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1243:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let skyBlue = Color(hex: 0x87CEEB)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1246:27: warning: static property 'slateBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let slateBlue = Color(hex: 0x6A5ACD)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1246:27: note: annotate 'slateBlue' with '@MainActor' if property should only be accessed from the main actor
        public static let slateBlue = Color(hex: 0x6A5ACD)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1246:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let slateBlue = Color(hex: 0x6A5ACD)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1249:27: warning: static property 'slateGray' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let slateGray = Color(hex: 0x708090)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1249:27: note: annotate 'slateGray' with '@MainActor' if property should only be accessed from the main actor
        public static let slateGray = Color(hex: 0x708090)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1249:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let slateGray = Color(hex: 0x708090)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1252:27: warning: static property 'slateGrey' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let slateGrey = Color(hex: 0x708090)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1252:27: note: annotate 'slateGrey' with '@MainActor' if property should only be accessed from the main actor
        public static let slateGrey = Color(hex: 0x708090)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1252:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let slateGrey = Color(hex: 0x708090)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1255:27: warning: static property 'snow' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let snow = Color(hex: 0xFFFAFA)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1255:27: note: annotate 'snow' with '@MainActor' if property should only be accessed from the main actor
        public static let snow = Color(hex: 0xFFFAFA)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1255:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let snow = Color(hex: 0xFFFAFA)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1258:27: warning: static property 'springGreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let springGreen = Color(hex: 0x00FF7F)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1258:27: note: annotate 'springGreen' with '@MainActor' if property should only be accessed from the main actor
        public static let springGreen = Color(hex: 0x00FF7F)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1258:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let springGreen = Color(hex: 0x00FF7F)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1261:27: warning: static property 'steelBlue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let steelBlue = Color(hex: 0x4682B4)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1261:27: note: annotate 'steelBlue' with '@MainActor' if property should only be accessed from the main actor
        public static let steelBlue = Color(hex: 0x4682B4)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1261:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let steelBlue = Color(hex: 0x4682B4)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1264:27: warning: static property 'tan' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let tan = Color(hex: 0xD2B48C)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1264:27: note: annotate 'tan' with '@MainActor' if property should only be accessed from the main actor
        public static let tan = Color(hex: 0xD2B48C)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1264:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let tan = Color(hex: 0xD2B48C)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1267:27: warning: static property 'teal' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let teal = Color(hex: 0x008080)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1267:27: note: annotate 'teal' with '@MainActor' if property should only be accessed from the main actor
        public static let teal = Color(hex: 0x008080)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1267:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let teal = Color(hex: 0x008080)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1270:27: warning: static property 'thistle' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let thistle = Color(hex: 0xD8BFD8)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1270:27: note: annotate 'thistle' with '@MainActor' if property should only be accessed from the main actor
        public static let thistle = Color(hex: 0xD8BFD8)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1270:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let thistle = Color(hex: 0xD8BFD8)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1273:27: warning: static property 'tomato' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let tomato = Color(hex: 0xFF6347)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1273:27: note: annotate 'tomato' with '@MainActor' if property should only be accessed from the main actor
        public static let tomato = Color(hex: 0xFF6347)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1273:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let tomato = Color(hex: 0xFF6347)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1276:27: warning: static property 'turquoise' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let turquoise = Color(hex: 0x40E0D0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1276:27: note: annotate 'turquoise' with '@MainActor' if property should only be accessed from the main actor
        public static let turquoise = Color(hex: 0x40E0D0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1276:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let turquoise = Color(hex: 0x40E0D0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1279:27: warning: static property 'violet' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let violet = Color(hex: 0xEE82EE)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1279:27: note: annotate 'violet' with '@MainActor' if property should only be accessed from the main actor
        public static let violet = Color(hex: 0xEE82EE)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1279:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let violet = Color(hex: 0xEE82EE)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1282:27: warning: static property 'wheat' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let wheat = Color(hex: 0xF5DEB3)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1282:27: note: annotate 'wheat' with '@MainActor' if property should only be accessed from the main actor
        public static let wheat = Color(hex: 0xF5DEB3)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1282:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let wheat = Color(hex: 0xF5DEB3)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1285:27: warning: static property 'white' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let white = Color(hex: 0xFFFFFF)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1285:27: note: annotate 'white' with '@MainActor' if property should only be accessed from the main actor
        public static let white = Color(hex: 0xFFFFFF)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1285:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let white = Color(hex: 0xFFFFFF)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1288:27: warning: static property 'whiteSmoke' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let whiteSmoke = Color(hex: 0xF5F5F5)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1288:27: note: annotate 'whiteSmoke' with '@MainActor' if property should only be accessed from the main actor
        public static let whiteSmoke = Color(hex: 0xF5F5F5)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1288:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let whiteSmoke = Color(hex: 0xF5F5F5)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1291:27: warning: static property 'yellow' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let yellow = Color(hex: 0xFFFF00)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1291:27: note: annotate 'yellow' with '@MainActor' if property should only be accessed from the main actor
        public static let yellow = Color(hex: 0xFFFF00)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1291:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let yellow = Color(hex: 0xFFFF00)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1294:27: warning: static property 'yellowGreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let yellowGreen = Color(hex: 0x9ACD32)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift:3:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1294:27: note: annotate 'yellowGreen' with '@MainActor' if property should only be accessed from the main actor
        public static let yellowGreen = Color(hex: 0x9ACD32)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift:1294:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let yellowGreen = Color(hex: 0x9ACD32)
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Color.swift /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift (in target 'Rainbow' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color+Cocoa.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Utils/Double.swift /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Utils/NSRegularExpression.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Color.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Color.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Color.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Color.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Rainbow -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Color.o -index-unit-output-path /Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Color.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift (in target 'Rainbow' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color+Cocoa.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Utils/Double.swift /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Utils/NSRegularExpression.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Color.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Color.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Color.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Color.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Rainbow -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Color.o -index-unit-output-path /Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Color.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Color+Cocoa.swift /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color+Cocoa.swift (in target 'Rainbow' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color+Cocoa.swift /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Utils/Double.swift /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Utils/NSRegularExpression.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Color+Cocoa.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Color+Cocoa.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Color+Cocoa.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Color+Cocoa.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Rainbow -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Color+Cocoa.o -index-unit-output-path /Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Color+Cocoa.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color+Cocoa.swift (in target 'Rainbow' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color+Cocoa.swift /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Utils/Double.swift /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Utils/NSRegularExpression.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Color+Cocoa.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Color+Cocoa.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Color+Cocoa.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Color+Cocoa.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Rainbow -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Color+Cocoa.o -index-unit-output-path /Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Color+Cocoa.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Double.swift /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Utils/Double.swift (in target 'Rainbow' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color+Cocoa.swift /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Utils/Double.swift /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Utils/NSRegularExpression.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Double.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Double.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Double.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Double.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Rainbow -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Double.o -index-unit-output-path /Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Double.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Utils/Double.swift (in target 'Rainbow' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color+Cocoa.swift /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Colors.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Utils/Double.swift /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Utils/NSRegularExpression.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Double.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Double.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Double.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Double.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Rainbow -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Double.o -index-unit-output-path /Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Double.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Emitting module for Rainbow (in target 'Rainbow' from project 'Rainbow')
SwiftDriver\ Compilation\ Requirements Rainbow normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Rainbow' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Rainbow -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow-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/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow.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/Rainbow.build/Debug-appletvos/Rainbow.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.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/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Rainbow-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow-Swift.h (in target 'Rainbow' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Rainbow-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Rainbow.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow.swiftdoc (in target 'Rainbow' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Rainbow.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Rainbow.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow.abi.json (in target 'Rainbow' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Rainbow.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Rainbow.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow.swiftmodule (in target 'Rainbow' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Rainbow.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Rainbow.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow.swiftsourceinfo (in target 'Rainbow' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Rainbow.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests_const_extract_protocols.json (in target 'RainbowTests' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.SwiftFileList (in target 'RainbowTests' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests-OutputFileMap.json (in target 'RainbowTests' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests-OutputFileMap.json
SwiftDriver RainbowTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RainbowTests' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name RainbowTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests-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/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ RainbowTests (in target 'RainbowTests' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Tests/RainbowTests/RainbowTests.swift /Users/admin/builder/spi-builder-workspace/Tests/RainbowTests/XCTestManifests.swift -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name RainbowTests -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftsourceinfo -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.abi.json
SwiftCompile normal arm64 Compiling\ RainbowTests.swift /Users/admin/builder/spi-builder-workspace/Tests/RainbowTests/RainbowTests.swift (in target 'RainbowTests' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Tests/RainbowTests/RainbowTests.swift /Users/admin/builder/spi-builder-workspace/Tests/RainbowTests/XCTestManifests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.dia -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name RainbowTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.o -index-unit-output-path /Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/RainbowTests/RainbowTests.swift (in target 'RainbowTests' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Tests/RainbowTests/RainbowTests.swift /Users/admin/builder/spi-builder-workspace/Tests/RainbowTests/XCTestManifests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.dia -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name RainbowTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.o -index-unit-output-path /Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ XCTestManifests.swift /Users/admin/builder/spi-builder-workspace/Tests/RainbowTests/XCTestManifests.swift (in target 'RainbowTests' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Tests/RainbowTests/RainbowTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/RainbowTests/XCTestManifests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/XCTestManifests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/XCTestManifests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/XCTestManifests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/XCTestManifests.dia -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name RainbowTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/XCTestManifests.o -index-unit-output-path /Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/XCTestManifests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/RainbowTests/XCTestManifests.swift (in target 'RainbowTests' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Tests/RainbowTests/RainbowTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/RainbowTests/XCTestManifests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/XCTestManifests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/XCTestManifests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/XCTestManifests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/XCTestManifests.dia -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name RainbowTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/XCTestManifests.o -index-unit-output-path /Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/XCTestManifests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling Colors.swift (in target 'Rainbow' from project 'Rainbow')
SwiftDriverJobDiscovery normal arm64 Compiling Color.swift (in target 'Rainbow' from project 'Rainbow')
SwiftDriverJobDiscovery normal arm64 Compiling Double.swift (in target 'Rainbow' from project 'Rainbow')
SwiftDriverJobDiscovery normal arm64 Compiling NSRegularExpression.swift (in target 'Rainbow' from project 'Rainbow')
SwiftDriverJobDiscovery normal arm64 Emitting module for RainbowTests (in target 'RainbowTests' from project 'Rainbow')
SwiftDriver\ Compilation\ Requirements RainbowTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RainbowTests' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name RainbowTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests-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/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RainbowTests.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.abi.json (in target 'RainbowTests' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RainbowTests.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RainbowTests.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftmodule (in target 'RainbowTests' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RainbowTests.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RainbowTests.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftdoc (in target 'RainbowTests' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RainbowTests.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RainbowTests.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftsourceinfo (in target 'RainbowTests' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RainbowTests.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Color+Cocoa.swift (in target 'Rainbow' from project 'Rainbow')
SwiftDriver\ Compilation Rainbow normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Rainbow' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Rainbow -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow-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/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow.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/Rainbow.build/Debug-appletvos/Rainbow.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.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/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Rainbow.o normal (in target 'Rainbow' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Rainbow.o
SwiftDriverJobDiscovery normal arm64 Compiling XCTestManifests.swift (in target 'RainbowTests' from project 'Rainbow')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Rainbow.o (in target 'Rainbow' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Rainbow.o
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/empty-RainbowTests.plist (in target 'RainbowTests' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/empty-RainbowTests.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.LinkFileList (in target 'RainbowTests' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.LinkFileList
SwiftDriverJobDiscovery normal arm64 Compiling RainbowTests.swift (in target 'RainbowTests' from project 'Rainbow')
SwiftDriver\ Compilation RainbowTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RainbowTests' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name RainbowTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests-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/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RainbowTests.xctest/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/empty-RainbowTests.plist (in target 'RainbowTests' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/empty-RainbowTests.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -format binary -platform appletvos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RainbowTests.xctest/Info.plist
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RainbowTests.xctest/RainbowTests normal (in target 'RainbowTests' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos13.0 -bundle -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -fprofile-instr-generate -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftmodule -Wl,-no_warn_duplicate_libraries -framework XCTest -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RainbowTests.xctest/RainbowTests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow.swiftmodule
ld: library '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.profile_tvos.a' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Rainbow' from project 'Rainbow')
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RainbowTests.xctest/RainbowTests normal (in target 'RainbowTests' from project 'Rainbow')
(1 failure)
Command line invocation:
    /Applications/Xcode-15.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 Rainbow -destination generic/platform=tvos "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  Rainbow: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'RainbowTests' in project 'Rainbow'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
    Target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
    Target 'Rainbow' in project 'Rainbow' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'RainbowTests' from project 'Rainbow')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RainbowTests.xctest/RainbowTests normal (in target 'RainbowTests' from project 'Rainbow')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos13.0 -bundle -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -fprofile-instr-generate -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftmodule -Wl,-no_warn_duplicate_libraries -framework XCTest -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/RainbowTests.build/Objects-normal/arm64/RainbowTests_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RainbowTests.xctest/RainbowTests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug-appletvos/Rainbow.build/Objects-normal/arm64/Rainbow.swiftmodule
ld: library '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.profile_tvos.a' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Rainbow' from project 'Rainbow')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Rainbow' from project 'Rainbow')
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RainbowTests.xctest/RainbowTests normal (in target 'RainbowTests' from project 'Rainbow')
(1 failure)
BUILD FAILURE 6.0 tvOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.