Build Information
Successful build of Rainbow, reference 0.1.1 (9d8fcb
), with Swift 6.0 for macOS (Xcode) using Xcode 16.0 on 1 Nov 2024 06:33:46 UTC.
Swift 6 data race errors: 423
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Rainbow -destination platform=macOS,arch=arm64 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+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/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.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/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/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/Rainbow.build/Objects-normal/arm64/Color+Cocoa.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/Color+Cocoa.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/Rainbow_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Rainbow -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/Color+Cocoa.o -index-unit-output-path /Rainbow.build/Debug/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/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.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/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/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/Rainbow.build/Objects-normal/arm64/Color+Cocoa.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/Color+Cocoa.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/Rainbow_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Rainbow -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/Color+Cocoa.o -index-unit-output-path /Rainbow.build/Debug/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\ NSRegularExpression.swift /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Utils/NSRegularExpression.swift (in target 'Rainbow' from project 'Rainbow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.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 /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Utils/Double.swift -primary-file /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/Rainbow.build/Objects-normal/arm64/NSRegularExpression.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/NSRegularExpression.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/NSRegularExpression.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/NSRegularExpression.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/Rainbow_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Rainbow -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/NSRegularExpression.o -index-unit-output-path /Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/NSRegularExpression.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/NSRegularExpression.swift (in target 'Rainbow' from project 'Rainbow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.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 /Users/admin/builder/spi-builder-workspace/Sources/Rainbow/Utils/Double.swift -primary-file /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/Rainbow.build/Objects-normal/arm64/NSRegularExpression.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/NSRegularExpression.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/NSRegularExpression.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/NSRegularExpression.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/Rainbow_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Rainbow -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/NSRegularExpression.o -index-unit-output-path /Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/NSRegularExpression.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/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.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/Rainbow.build/Objects-normal/arm64/Double.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/Double.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/Double.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/Double.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/Rainbow_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Rainbow -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/Double.o -index-unit-output-path /Rainbow.build/Debug/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/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.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/Rainbow.build/Objects-normal/arm64/Double.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/Double.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/Double.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/Double.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/Rainbow_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Rainbow -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/Double.o -index-unit-output-path /Rainbow.build/Debug/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/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Rainbow -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/Rainbow.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/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/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/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/Rainbow.build/Objects-normal/arm64/Rainbow_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/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/Rainbow.build/Objects-normal/arm64/Rainbow-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Rainbow-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/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/Rainbow.build/Objects-normal/arm64/Rainbow-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Rainbow-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rainbow.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/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/Rainbow.build/Objects-normal/arm64/Rainbow.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rainbow.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rainbow.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/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/Rainbow.build/Objects-normal/arm64/Rainbow.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rainbow.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rainbow.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/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/Rainbow.build/Objects-normal/arm64/Rainbow.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rainbow.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rainbow.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/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/Rainbow.build/Objects-normal/arm64/Rainbow.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rainbow.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriver RainbowTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RainbowTests' from project 'Rainbow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RainbowTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -target arm64-apple-macos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/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/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/RainbowTests.build/Objects-normal/arm64/RainbowTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ RainbowTests (in target 'RainbowTests' from project 'Rainbow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Tests/RainbowTests/RainbowTests.swift /Users/admin/builder/spi-builder-workspace/Tests/RainbowTests/XCTestManifests.swift -target arm64-apple-macos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name RainbowTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/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/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftsourceinfo -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/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/RainbowTests.build/Objects-normal/arm64/RainbowTests-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests.abi.json
EmitSwiftModule normal arm64 (in target 'RainbowTests' from project 'Rainbow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-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-macos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name RainbowTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/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/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftsourceinfo -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/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/RainbowTests.build/Objects-normal/arm64/RainbowTests-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/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/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.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/RainbowTests.build/Objects-normal/arm64/RainbowTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests.dia -target arm64-apple-macos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name RainbowTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests.o -index-unit-output-path /Rainbow.build/Debug/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/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.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/RainbowTests.build/Objects-normal/arm64/RainbowTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests.dia -target arm64-apple-macos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name RainbowTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests.o -index-unit-output-path /Rainbow.build/Debug/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/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.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/RainbowTests.build/Objects-normal/arm64/XCTestManifests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/XCTestManifests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/XCTestManifests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/XCTestManifests.dia -target arm64-apple-macos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name RainbowTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/XCTestManifests.o -index-unit-output-path /Rainbow.build/Debug/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/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.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/RainbowTests.build/Objects-normal/arm64/XCTestManifests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/XCTestManifests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/XCTestManifests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/XCTestManifests.dia -target arm64-apple-macos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name RainbowTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/XCTestManifests.o -index-unit-output-path /Rainbow.build/Debug/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 NSRegularExpression.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 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/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Rainbow -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/Rainbow.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/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/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/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/Rainbow.build/Objects-normal/arm64/Rainbow_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/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/Rainbow.build/Objects-normal/arm64/Rainbow-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rainbow.o normal (in target 'Rainbow' from project 'Rainbow')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/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/Rainbow.build/Objects-normal/arm64/Rainbow_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/Rainbow.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/Rainbow_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rainbow.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/Rainbow.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RainbowTests.xctest/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/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/RainbowTests.build/empty-RainbowTests.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RainbowTests.xctest/Contents/Info.plist
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/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RainbowTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -target arm64-apple-macos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/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/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/RainbowTests.build/Objects-normal/arm64/RainbowTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RainbowTests.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/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/RainbowTests.build/Objects-normal/arm64/RainbowTests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RainbowTests.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RainbowTests.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/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/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RainbowTests.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RainbowTests.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/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/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RainbowTests.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RainbowTests.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/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/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RainbowTests.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling XCTestManifests.swift (in target 'RainbowTests' from project 'Rainbow')
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/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RainbowTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -target arm64-apple-macos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/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/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/RainbowTests.build/Objects-normal/arm64/RainbowTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RainbowTests.xctest/Contents/MacOS/RainbowTests normal (in target 'RainbowTests' from project 'Rainbow')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos13.0 -bundle -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests.LinkFileList -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests.swiftmodule -Wl,-no_warn_duplicate_libraries -framework XCTest -lXCTestSwiftSupport -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RainbowTests.xctest/Contents/MacOS/RainbowTests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/Rainbow.build/Objects-normal/arm64/Rainbow.swiftmodule
CopySwiftLibs /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RainbowTests.xctest (in target 'RainbowTests' from project 'Rainbow')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftStdLibTool --copy --verbose --scan-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RainbowTests.xctest/Contents/MacOS/RainbowTests --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RainbowTests.xctest/Contents/Frameworks --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RainbowTests.xctest/Contents/PlugIns --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RainbowTests.xctest/Contents/Library/SystemExtensions --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RainbowTests.xctest/Contents/Extensions --platform macosx --toolchain /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RainbowTests.xctest/Contents/Frameworks --strip-bitcode --scan-executable /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib --strip-bitcode-tool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os
Ignoring --strip-bitcode because --sign was not passed
ExtractAppIntentsMetadata (in target 'RainbowTests' from project 'Rainbow')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RainbowTests.xctest/Contents/Resources --toolchain-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name RainbowTests --sdk-root /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk --xcode-version 16B40 --platform-family macOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.RainbowTests --target-triple arm64-apple-macos13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RainbowTests.xctest/Contents/MacOS/RainbowTests --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/RainbowTests.DependencyMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rainbow.build/Debug/RainbowTests.build/Objects-normal/arm64/RainbowTests.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents
note: Metadata extraction skipped. No AppIntents.framework dependency found. (in target 'RainbowTests' from project 'Rainbow')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RainbowTests.xctest (in target 'RainbowTests' from project 'Rainbow')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RainbowTests.xctest
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RainbowTests.xctest (in target 'RainbowTests' from project 'Rainbow')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RainbowTests.xctest
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE, name:My Mac }
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Rainbow",
"name" : "Rainbow",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Rainbow",
"targets" : [
"Rainbow"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RainbowTests",
"module_type" : "SwiftTarget",
"name" : "RainbowTests",
"path" : "Tests/RainbowTests",
"sources" : [
"RainbowTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Rainbow"
],
"type" : "test"
},
{
"c99name" : "Rainbow",
"module_type" : "SwiftTarget",
"name" : "Rainbow",
"path" : "Sources/Rainbow",
"product_memberships" : [
"Rainbow"
],
"sources" : [
"Color+Cocoa.swift",
"Color.swift",
"Colors.swift",
"Utils/Double.swift",
"Utils/NSRegularExpression.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.