Build Information
Successful build of Graphics with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 171
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
:
178 | public static let fuchsia = Color(hex: 0xFF00FF, alpha: 1)
179 | public static let gainsboro = Color(hex: 0xDCDCDC, alpha: 1)
180 | public static let ghostWhite = Color(hex: 0xF8F8FF, alpha: 1)
| |- warning: static property 'ghostWhite' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'ghostWhite' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
181 | public static let gold = Color(hex: 0xFFD700, alpha: 1)
182 | public static let goldenRod = Color(hex: 0xDAA520, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:181:23: warning: static property 'gold' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
179 | public static let gainsboro = Color(hex: 0xDCDCDC, alpha: 1)
180 | public static let ghostWhite = Color(hex: 0xF8F8FF, alpha: 1)
181 | public static let gold = Color(hex: 0xFFD700, alpha: 1)
| |- warning: static property 'gold' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'gold' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
182 | public static let goldenRod = Color(hex: 0xDAA520, alpha: 1)
183 | public static let gray = Color(hex: 0x808080, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:182:23: warning: static property 'goldenRod' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
180 | public static let ghostWhite = Color(hex: 0xF8F8FF, alpha: 1)
181 | public static let gold = Color(hex: 0xFFD700, alpha: 1)
182 | public static let goldenRod = Color(hex: 0xDAA520, alpha: 1)
| |- warning: static property 'goldenRod' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'goldenRod' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
183 | public static let gray = Color(hex: 0x808080, alpha: 1)
184 | public static let grey = Color(hex: 0x808080, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:183:23: warning: static property 'gray' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
181 | public static let gold = Color(hex: 0xFFD700, alpha: 1)
182 | public static let goldenRod = Color(hex: 0xDAA520, alpha: 1)
183 | public static let gray = Color(hex: 0x808080, alpha: 1)
| |- warning: static property 'gray' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'gray' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
184 | public static let grey = Color(hex: 0x808080, alpha: 1)
185 | public static let green = Color(hex: 0x008000, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:184:23: warning: static property 'grey' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
182 | public static let goldenRod = Color(hex: 0xDAA520, alpha: 1)
183 | public static let gray = Color(hex: 0x808080, alpha: 1)
184 | public static let grey = Color(hex: 0x808080, alpha: 1)
| |- warning: static property 'grey' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'grey' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
185 | public static let green = Color(hex: 0x008000, alpha: 1)
186 | public static let greenYellow = Color(hex: 0xADFF2F, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:185:23: warning: static property 'green' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
183 | public static let gray = Color(hex: 0x808080, alpha: 1)
184 | public static let grey = Color(hex: 0x808080, alpha: 1)
185 | public static let green = Color(hex: 0x008000, alpha: 1)
| |- warning: static property 'green' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'green' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
186 | public static let greenYellow = Color(hex: 0xADFF2F, alpha: 1)
187 | public static let honeyDew = Color(hex: 0xF0FFF0, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:186:23: warning: static property 'greenYellow' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
184 | public static let grey = Color(hex: 0x808080, alpha: 1)
185 | public static let green = Color(hex: 0x008000, alpha: 1)
186 | public static let greenYellow = Color(hex: 0xADFF2F, alpha: 1)
| |- warning: static property 'greenYellow' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'greenYellow' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
187 | public static let honeyDew = Color(hex: 0xF0FFF0, alpha: 1)
188 | public static let hotPink = Color(hex: 0xFF69B4, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:187:23: warning: static property 'honeyDew' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
185 | public static let green = Color(hex: 0x008000, alpha: 1)
186 | public static let greenYellow = Color(hex: 0xADFF2F, alpha: 1)
187 | public static let honeyDew = Color(hex: 0xF0FFF0, alpha: 1)
| |- warning: static property 'honeyDew' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'honeyDew' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
188 | public static let hotPink = Color(hex: 0xFF69B4, alpha: 1)
189 | public static let indianRed = Color(hex: 0xCD5C5C, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:188:23: warning: static property 'hotPink' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
186 | public static let greenYellow = Color(hex: 0xADFF2F, alpha: 1)
187 | public static let honeyDew = Color(hex: 0xF0FFF0, alpha: 1)
188 | public static let hotPink = Color(hex: 0xFF69B4, alpha: 1)
| |- warning: static property 'hotPink' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'hotPink' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
189 | public static let indianRed = Color(hex: 0xCD5C5C, alpha: 1)
190 | public static let indigo = Color(hex: 0x4B0082, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:189:23: warning: static property 'indianRed' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
187 | public static let honeyDew = Color(hex: 0xF0FFF0, alpha: 1)
188 | public static let hotPink = Color(hex: 0xFF69B4, alpha: 1)
189 | public static let indianRed = Color(hex: 0xCD5C5C, alpha: 1)
| |- warning: static property 'indianRed' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'indianRed' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
190 | public static let indigo = Color(hex: 0x4B0082, alpha: 1)
191 | public static let ivory = Color(hex: 0xFFFFF0, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:190:23: warning: static property 'indigo' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
188 | public static let hotPink = Color(hex: 0xFF69B4, alpha: 1)
189 | public static let indianRed = Color(hex: 0xCD5C5C, alpha: 1)
190 | public static let indigo = Color(hex: 0x4B0082, alpha: 1)
| |- warning: static property 'indigo' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'indigo' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
191 | public static let ivory = Color(hex: 0xFFFFF0, alpha: 1)
192 | public static let khaki = Color(hex: 0xF0E68C, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:191:23: warning: static property 'ivory' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
189 | public static let indianRed = Color(hex: 0xCD5C5C, alpha: 1)
190 | public static let indigo = Color(hex: 0x4B0082, alpha: 1)
191 | public static let ivory = Color(hex: 0xFFFFF0, alpha: 1)
| |- warning: static property 'ivory' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'ivory' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
192 | public static let khaki = Color(hex: 0xF0E68C, alpha: 1)
193 | public static let lavender = Color(hex: 0xE6E6FA, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:192:23: warning: static property 'khaki' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
190 | public static let indigo = Color(hex: 0x4B0082, alpha: 1)
191 | public static let ivory = Color(hex: 0xFFFFF0, alpha: 1)
192 | public static let khaki = Color(hex: 0xF0E68C, alpha: 1)
| |- warning: static property 'khaki' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'khaki' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
193 | public static let lavender = Color(hex: 0xE6E6FA, alpha: 1)
194 | public static let lavenderBlush = Color(hex: 0xFFF0F5, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:193:23: warning: static property 'lavender' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
191 | public static let ivory = Color(hex: 0xFFFFF0, alpha: 1)
192 | public static let khaki = Color(hex: 0xF0E68C, alpha: 1)
193 | public static let lavender = Color(hex: 0xE6E6FA, alpha: 1)
| |- warning: static property 'lavender' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'lavender' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
194 | public static let lavenderBlush = Color(hex: 0xFFF0F5, alpha: 1)
195 | public static let lawnGreen = Color(hex: 0x7CFC00, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:194:23: warning: static property 'lavenderBlush' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
192 | public static let khaki = Color(hex: 0xF0E68C, alpha: 1)
193 | public static let lavender = Color(hex: 0xE6E6FA, alpha: 1)
194 | public static let lavenderBlush = Color(hex: 0xFFF0F5, alpha: 1)
| |- warning: static property 'lavenderBlush' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'lavenderBlush' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
195 | public static let lawnGreen = Color(hex: 0x7CFC00, alpha: 1)
196 | public static let lemonChiffon = Color(hex: 0xFFFACD, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:195:23: warning: static property 'lawnGreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
193 | public static let lavender = Color(hex: 0xE6E6FA, alpha: 1)
194 | public static let lavenderBlush = Color(hex: 0xFFF0F5, alpha: 1)
195 | public static let lawnGreen = Color(hex: 0x7CFC00, alpha: 1)
| |- warning: static property 'lawnGreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'lawnGreen' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
196 | public static let lemonChiffon = Color(hex: 0xFFFACD, alpha: 1)
197 | public static let lightBlue = Color(hex: 0xADD8E6, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:196:23: warning: static property 'lemonChiffon' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
194 | public static let lavenderBlush = Color(hex: 0xFFF0F5, alpha: 1)
195 | public static let lawnGreen = Color(hex: 0x7CFC00, alpha: 1)
196 | public static let lemonChiffon = Color(hex: 0xFFFACD, alpha: 1)
| |- warning: static property 'lemonChiffon' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'lemonChiffon' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
197 | public static let lightBlue = Color(hex: 0xADD8E6, alpha: 1)
198 | public static let lightCoral = Color(hex: 0xF08080, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:197:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
195 | public static let lawnGreen = Color(hex: 0x7CFC00, alpha: 1)
196 | public static let lemonChiffon = Color(hex: 0xFFFACD, alpha: 1)
197 | public static let lightBlue = Color(hex: 0xADD8E6, alpha: 1)
| |- 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
| |- note: annotate 'lightBlue' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
198 | public static let lightCoral = Color(hex: 0xF08080, alpha: 1)
199 | public static let lightCyan = Color(hex: 0xE0FFFF, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:198:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
196 | public static let lemonChiffon = Color(hex: 0xFFFACD, alpha: 1)
197 | public static let lightBlue = Color(hex: 0xADD8E6, alpha: 1)
198 | public static let lightCoral = Color(hex: 0xF08080, alpha: 1)
| |- 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
| |- note: annotate 'lightCoral' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
199 | public static let lightCyan = Color(hex: 0xE0FFFF, alpha: 1)
200 | public static let lightGoldenRodYellow = Color(hex: 0xFAFAD2, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:199:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
197 | public static let lightBlue = Color(hex: 0xADD8E6, alpha: 1)
198 | public static let lightCoral = Color(hex: 0xF08080, alpha: 1)
199 | public static let lightCyan = Color(hex: 0xE0FFFF, alpha: 1)
| |- 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
| |- note: annotate 'lightCyan' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
200 | public static let lightGoldenRodYellow = Color(hex: 0xFAFAD2, alpha: 1)
201 | public static let lightGray = Color(hex: 0xD3D3D3, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:200:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
198 | public static let lightCoral = Color(hex: 0xF08080, alpha: 1)
199 | public static let lightCyan = Color(hex: 0xE0FFFF, alpha: 1)
200 | public static let lightGoldenRodYellow = Color(hex: 0xFAFAD2, alpha: 1)
| |- 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
| |- note: annotate 'lightGoldenRodYellow' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
201 | public static let lightGray = Color(hex: 0xD3D3D3, alpha: 1)
202 | public static let lightGrey = Color(hex: 0xD3D3D3, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:201:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
199 | public static let lightCyan = Color(hex: 0xE0FFFF, alpha: 1)
200 | public static let lightGoldenRodYellow = Color(hex: 0xFAFAD2, alpha: 1)
201 | public static let lightGray = Color(hex: 0xD3D3D3, alpha: 1)
| |- 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
| |- note: annotate 'lightGray' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
202 | public static let lightGrey = Color(hex: 0xD3D3D3, alpha: 1)
203 | public static let lightGreen = Color(hex: 0x90EE90, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:202:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
200 | public static let lightGoldenRodYellow = Color(hex: 0xFAFAD2, alpha: 1)
201 | public static let lightGray = Color(hex: 0xD3D3D3, alpha: 1)
202 | public static let lightGrey = Color(hex: 0xD3D3D3, alpha: 1)
| |- 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
| |- note: annotate 'lightGrey' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
203 | public static let lightGreen = Color(hex: 0x90EE90, alpha: 1)
204 | public static let lightPink = Color(hex: 0xFFB6C1, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:203:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
201 | public static let lightGray = Color(hex: 0xD3D3D3, alpha: 1)
202 | public static let lightGrey = Color(hex: 0xD3D3D3, alpha: 1)
203 | public static let lightGreen = Color(hex: 0x90EE90, alpha: 1)
| |- 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
| |- note: annotate 'lightGreen' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
204 | public static let lightPink = Color(hex: 0xFFB6C1, alpha: 1)
205 | public static let lightSalmon = Color(hex: 0xFFA07A, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:204:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
202 | public static let lightGrey = Color(hex: 0xD3D3D3, alpha: 1)
203 | public static let lightGreen = Color(hex: 0x90EE90, alpha: 1)
204 | public static let lightPink = Color(hex: 0xFFB6C1, alpha: 1)
| |- 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
| |- note: annotate 'lightPink' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
205 | public static let lightSalmon = Color(hex: 0xFFA07A, alpha: 1)
206 | public static let lightSeaGreen = Color(hex: 0x20B2AA, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:205:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
203 | public static let lightGreen = Color(hex: 0x90EE90, alpha: 1)
204 | public static let lightPink = Color(hex: 0xFFB6C1, alpha: 1)
205 | public static let lightSalmon = Color(hex: 0xFFA07A, alpha: 1)
| |- 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
| |- note: annotate 'lightSalmon' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
206 | public static let lightSeaGreen = Color(hex: 0x20B2AA, alpha: 1)
207 | public static let lightSkyBlue = Color(hex: 0x87CEFA, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:206:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
204 | public static let lightPink = Color(hex: 0xFFB6C1, alpha: 1)
205 | public static let lightSalmon = Color(hex: 0xFFA07A, alpha: 1)
206 | public static let lightSeaGreen = Color(hex: 0x20B2AA, alpha: 1)
| |- 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
| |- note: annotate 'lightSeaGreen' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
207 | public static let lightSkyBlue = Color(hex: 0x87CEFA, alpha: 1)
208 | public static let lightSlateGray = Color(hex: 0x778899, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:207:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
205 | public static let lightSalmon = Color(hex: 0xFFA07A, alpha: 1)
206 | public static let lightSeaGreen = Color(hex: 0x20B2AA, alpha: 1)
207 | public static let lightSkyBlue = Color(hex: 0x87CEFA, alpha: 1)
| |- 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
| |- note: annotate 'lightSkyBlue' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
208 | public static let lightSlateGray = Color(hex: 0x778899, alpha: 1)
209 | public static let lightSlateGrey = Color(hex: 0x778899, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:208:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
206 | public static let lightSeaGreen = Color(hex: 0x20B2AA, alpha: 1)
207 | public static let lightSkyBlue = Color(hex: 0x87CEFA, alpha: 1)
208 | public static let lightSlateGray = Color(hex: 0x778899, alpha: 1)
| |- 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
| |- note: annotate 'lightSlateGray' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
209 | public static let lightSlateGrey = Color(hex: 0x778899, alpha: 1)
210 | public static let lightSteelBlue = Color(hex: 0xB0C4DE, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:209:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
207 | public static let lightSkyBlue = Color(hex: 0x87CEFA, alpha: 1)
208 | public static let lightSlateGray = Color(hex: 0x778899, alpha: 1)
209 | public static let lightSlateGrey = Color(hex: 0x778899, alpha: 1)
| |- 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
| |- note: annotate 'lightSlateGrey' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
210 | public static let lightSteelBlue = Color(hex: 0xB0C4DE, alpha: 1)
211 | public static let lightYellow = Color(hex: 0xFFFFE0, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:210:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
208 | public static let lightSlateGray = Color(hex: 0x778899, alpha: 1)
209 | public static let lightSlateGrey = Color(hex: 0x778899, alpha: 1)
210 | public static let lightSteelBlue = Color(hex: 0xB0C4DE, alpha: 1)
| |- 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
| |- note: annotate 'lightSteelBlue' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
211 | public static let lightYellow = Color(hex: 0xFFFFE0, alpha: 1)
212 | public static let lime = Color(hex: 0x00FF00, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:211:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
209 | public static let lightSlateGrey = Color(hex: 0x778899, alpha: 1)
210 | public static let lightSteelBlue = Color(hex: 0xB0C4DE, alpha: 1)
211 | public static let lightYellow = Color(hex: 0xFFFFE0, alpha: 1)
| |- 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
| |- note: annotate 'lightYellow' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
212 | public static let lime = Color(hex: 0x00FF00, alpha: 1)
213 | public static let limeGreen = Color(hex: 0x32CD32, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:212:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
210 | public static let lightSteelBlue = Color(hex: 0xB0C4DE, alpha: 1)
211 | public static let lightYellow = Color(hex: 0xFFFFE0, alpha: 1)
212 | public static let lime = Color(hex: 0x00FF00, alpha: 1)
| |- 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
| |- note: annotate 'lime' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
213 | public static let limeGreen = Color(hex: 0x32CD32, alpha: 1)
214 | public static let linen = Color(hex: 0xFAF0E6, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:213:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
211 | public static let lightYellow = Color(hex: 0xFFFFE0, alpha: 1)
212 | public static let lime = Color(hex: 0x00FF00, alpha: 1)
213 | public static let limeGreen = Color(hex: 0x32CD32, alpha: 1)
| |- 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
| |- note: annotate 'limeGreen' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
214 | public static let linen = Color(hex: 0xFAF0E6, alpha: 1)
215 | public static let magenta = Color(hex: 0xFF00FF, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:214:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
212 | public static let lime = Color(hex: 0x00FF00, alpha: 1)
213 | public static let limeGreen = Color(hex: 0x32CD32, alpha: 1)
214 | public static let linen = Color(hex: 0xFAF0E6, alpha: 1)
| |- 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
| |- note: annotate 'linen' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
215 | public static let magenta = Color(hex: 0xFF00FF, alpha: 1)
216 | public static let maroon = Color(hex: 0x800000, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:215:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
213 | public static let limeGreen = Color(hex: 0x32CD32, alpha: 1)
214 | public static let linen = Color(hex: 0xFAF0E6, alpha: 1)
215 | public static let magenta = Color(hex: 0xFF00FF, alpha: 1)
| |- 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
| |- note: annotate 'magenta' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
216 | public static let maroon = Color(hex: 0x800000, alpha: 1)
217 | public static let mediumAquaMarine = Color(hex: 0x66CDAA, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:216:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
214 | public static let linen = Color(hex: 0xFAF0E6, alpha: 1)
215 | public static let magenta = Color(hex: 0xFF00FF, alpha: 1)
216 | public static let maroon = Color(hex: 0x800000, alpha: 1)
| |- 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
| |- note: annotate 'maroon' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
217 | public static let mediumAquaMarine = Color(hex: 0x66CDAA, alpha: 1)
218 | public static let mediumBlue = Color(hex: 0x0000CD, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:217:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
215 | public static let magenta = Color(hex: 0xFF00FF, alpha: 1)
216 | public static let maroon = Color(hex: 0x800000, alpha: 1)
217 | public static let mediumAquaMarine = Color(hex: 0x66CDAA, alpha: 1)
| |- 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
| |- note: annotate 'mediumAquaMarine' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
218 | public static let mediumBlue = Color(hex: 0x0000CD, alpha: 1)
219 | public static let mediumOrchid = Color(hex: 0xBA55D3, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:218:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
216 | public static let maroon = Color(hex: 0x800000, alpha: 1)
217 | public static let mediumAquaMarine = Color(hex: 0x66CDAA, alpha: 1)
218 | public static let mediumBlue = Color(hex: 0x0000CD, alpha: 1)
| |- 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
| |- note: annotate 'mediumBlue' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
219 | public static let mediumOrchid = Color(hex: 0xBA55D3, alpha: 1)
220 | public static let mediumPurple = Color(hex: 0x9370D8, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:219:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
217 | public static let mediumAquaMarine = Color(hex: 0x66CDAA, alpha: 1)
218 | public static let mediumBlue = Color(hex: 0x0000CD, alpha: 1)
219 | public static let mediumOrchid = Color(hex: 0xBA55D3, alpha: 1)
| |- 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
| |- note: annotate 'mediumOrchid' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
220 | public static let mediumPurple = Color(hex: 0x9370D8, alpha: 1)
221 | public static let mediumSeaGreen = Color(hex: 0x3CB371, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:220:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
218 | public static let mediumBlue = Color(hex: 0x0000CD, alpha: 1)
219 | public static let mediumOrchid = Color(hex: 0xBA55D3, alpha: 1)
220 | public static let mediumPurple = Color(hex: 0x9370D8, alpha: 1)
| |- 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
| |- note: annotate 'mediumPurple' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
221 | public static let mediumSeaGreen = Color(hex: 0x3CB371, alpha: 1)
222 | public static let mediumSlateBlue = Color(hex: 0x7B68EE, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:221:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
219 | public static let mediumOrchid = Color(hex: 0xBA55D3, alpha: 1)
220 | public static let mediumPurple = Color(hex: 0x9370D8, alpha: 1)
221 | public static let mediumSeaGreen = Color(hex: 0x3CB371, alpha: 1)
| |- 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
| |- note: annotate 'mediumSeaGreen' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
222 | public static let mediumSlateBlue = Color(hex: 0x7B68EE, alpha: 1)
223 | public static let mediumSpringGreen = Color(hex: 0x00FA9A, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:222:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
220 | public static let mediumPurple = Color(hex: 0x9370D8, alpha: 1)
221 | public static let mediumSeaGreen = Color(hex: 0x3CB371, alpha: 1)
222 | public static let mediumSlateBlue = Color(hex: 0x7B68EE, alpha: 1)
| |- 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
| |- note: annotate 'mediumSlateBlue' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
223 | public static let mediumSpringGreen = Color(hex: 0x00FA9A, alpha: 1)
224 | public static let mediumTurquoise = Color(hex: 0x48D1CC, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:223:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
221 | public static let mediumSeaGreen = Color(hex: 0x3CB371, alpha: 1)
222 | public static let mediumSlateBlue = Color(hex: 0x7B68EE, alpha: 1)
223 | public static let mediumSpringGreen = Color(hex: 0x00FA9A, alpha: 1)
| |- 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
| |- note: annotate 'mediumSpringGreen' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
224 | public static let mediumTurquoise = Color(hex: 0x48D1CC, alpha: 1)
225 | public static let mediumVioletRed = Color(hex: 0xC71585, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:224:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
222 | public static let mediumSlateBlue = Color(hex: 0x7B68EE, alpha: 1)
223 | public static let mediumSpringGreen = Color(hex: 0x00FA9A, alpha: 1)
224 | public static let mediumTurquoise = Color(hex: 0x48D1CC, alpha: 1)
| |- 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
| |- note: annotate 'mediumTurquoise' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
225 | public static let mediumVioletRed = Color(hex: 0xC71585, alpha: 1)
226 | public static let midnightBlue = Color(hex: 0x191970, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:225:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
223 | public static let mediumSpringGreen = Color(hex: 0x00FA9A, alpha: 1)
224 | public static let mediumTurquoise = Color(hex: 0x48D1CC, alpha: 1)
225 | public static let mediumVioletRed = Color(hex: 0xC71585, alpha: 1)
| |- 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
| |- note: annotate 'mediumVioletRed' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
226 | public static let midnightBlue = Color(hex: 0x191970, alpha: 1)
227 | public static let mintCream = Color(hex: 0xF5FFFA, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:226:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
224 | public static let mediumTurquoise = Color(hex: 0x48D1CC, alpha: 1)
225 | public static let mediumVioletRed = Color(hex: 0xC71585, alpha: 1)
226 | public static let midnightBlue = Color(hex: 0x191970, alpha: 1)
| |- 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
| |- note: annotate 'midnightBlue' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
227 | public static let mintCream = Color(hex: 0xF5FFFA, alpha: 1)
228 | public static let mistyRose = Color(hex: 0xFFE4E1, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:227:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
225 | public static let mediumVioletRed = Color(hex: 0xC71585, alpha: 1)
226 | public static let midnightBlue = Color(hex: 0x191970, alpha: 1)
227 | public static let mintCream = Color(hex: 0xF5FFFA, alpha: 1)
| |- 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
| |- note: annotate 'mintCream' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
228 | public static let mistyRose = Color(hex: 0xFFE4E1, alpha: 1)
229 | public static let moccasin = Color(hex: 0xFFE4B5, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:228:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
226 | public static let midnightBlue = Color(hex: 0x191970, alpha: 1)
227 | public static let mintCream = Color(hex: 0xF5FFFA, alpha: 1)
228 | public static let mistyRose = Color(hex: 0xFFE4E1, alpha: 1)
| |- 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
| |- note: annotate 'mistyRose' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
229 | public static let moccasin = Color(hex: 0xFFE4B5, alpha: 1)
230 | public static let navajoWhite = Color(hex: 0xFFDEAD, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:229:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
227 | public static let mintCream = Color(hex: 0xF5FFFA, alpha: 1)
228 | public static let mistyRose = Color(hex: 0xFFE4E1, alpha: 1)
229 | public static let moccasin = Color(hex: 0xFFE4B5, alpha: 1)
| |- 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
| |- note: annotate 'moccasin' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
230 | public static let navajoWhite = Color(hex: 0xFFDEAD, alpha: 1)
231 | public static let navy = Color(hex: 0x000080, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:230:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
228 | public static let mistyRose = Color(hex: 0xFFE4E1, alpha: 1)
229 | public static let moccasin = Color(hex: 0xFFE4B5, alpha: 1)
230 | public static let navajoWhite = Color(hex: 0xFFDEAD, alpha: 1)
| |- 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
| |- note: annotate 'navajoWhite' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
231 | public static let navy = Color(hex: 0x000080, alpha: 1)
232 | public static let oldLace = Color(hex: 0xFDF5E6, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:231:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
229 | public static let moccasin = Color(hex: 0xFFE4B5, alpha: 1)
230 | public static let navajoWhite = Color(hex: 0xFFDEAD, alpha: 1)
231 | public static let navy = Color(hex: 0x000080, alpha: 1)
| |- 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
| |- note: annotate 'navy' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
232 | public static let oldLace = Color(hex: 0xFDF5E6, alpha: 1)
233 | public static let olive = Color(hex: 0x808000, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:232:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
230 | public static let navajoWhite = Color(hex: 0xFFDEAD, alpha: 1)
231 | public static let navy = Color(hex: 0x000080, alpha: 1)
232 | public static let oldLace = Color(hex: 0xFDF5E6, alpha: 1)
| |- 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
| |- note: annotate 'oldLace' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
233 | public static let olive = Color(hex: 0x808000, alpha: 1)
234 | public static let oliveDrab = Color(hex: 0x6B8E23, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:233:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
231 | public static let navy = Color(hex: 0x000080, alpha: 1)
232 | public static let oldLace = Color(hex: 0xFDF5E6, alpha: 1)
233 | public static let olive = Color(hex: 0x808000, alpha: 1)
| |- 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
| |- note: annotate 'olive' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
234 | public static let oliveDrab = Color(hex: 0x6B8E23, alpha: 1)
235 | public static let orange = Color(hex: 0xFFA500, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:234:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
232 | public static let oldLace = Color(hex: 0xFDF5E6, alpha: 1)
233 | public static let olive = Color(hex: 0x808000, alpha: 1)
234 | public static let oliveDrab = Color(hex: 0x6B8E23, alpha: 1)
| |- 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
| |- note: annotate 'oliveDrab' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
235 | public static let orange = Color(hex: 0xFFA500, alpha: 1)
236 | public static let orangeRed = Color(hex: 0xFF4500, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:235:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
233 | public static let olive = Color(hex: 0x808000, alpha: 1)
234 | public static let oliveDrab = Color(hex: 0x6B8E23, alpha: 1)
235 | public static let orange = Color(hex: 0xFFA500, alpha: 1)
| |- 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
| |- note: annotate 'orange' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
236 | public static let orangeRed = Color(hex: 0xFF4500, alpha: 1)
237 | public static let orchid = Color(hex: 0xDA70D6, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:236:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
234 | public static let oliveDrab = Color(hex: 0x6B8E23, alpha: 1)
235 | public static let orange = Color(hex: 0xFFA500, alpha: 1)
236 | public static let orangeRed = Color(hex: 0xFF4500, alpha: 1)
| |- 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
| |- note: annotate 'orangeRed' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
237 | public static let orchid = Color(hex: 0xDA70D6, alpha: 1)
238 | public static let paleGoldenRod = Color(hex: 0xEEE8AA, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:237:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
235 | public static let orange = Color(hex: 0xFFA500, alpha: 1)
236 | public static let orangeRed = Color(hex: 0xFF4500, alpha: 1)
237 | public static let orchid = Color(hex: 0xDA70D6, alpha: 1)
| |- 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
| |- note: annotate 'orchid' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
238 | public static let paleGoldenRod = Color(hex: 0xEEE8AA, alpha: 1)
239 | public static let paleGreen = Color(hex: 0x98FB98, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:238:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
236 | public static let orangeRed = Color(hex: 0xFF4500, alpha: 1)
237 | public static let orchid = Color(hex: 0xDA70D6, alpha: 1)
238 | public static let paleGoldenRod = Color(hex: 0xEEE8AA, alpha: 1)
| |- 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
| |- note: annotate 'paleGoldenRod' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
239 | public static let paleGreen = Color(hex: 0x98FB98, alpha: 1)
240 | public static let paleTurquoise = Color(hex: 0xAFEEEE, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:239:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
237 | public static let orchid = Color(hex: 0xDA70D6, alpha: 1)
238 | public static let paleGoldenRod = Color(hex: 0xEEE8AA, alpha: 1)
239 | public static let paleGreen = Color(hex: 0x98FB98, alpha: 1)
| |- 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
| |- note: annotate 'paleGreen' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
240 | public static let paleTurquoise = Color(hex: 0xAFEEEE, alpha: 1)
241 | public static let paleVioletRed = Color(hex: 0xD87093, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:240:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
238 | public static let paleGoldenRod = Color(hex: 0xEEE8AA, alpha: 1)
239 | public static let paleGreen = Color(hex: 0x98FB98, alpha: 1)
240 | public static let paleTurquoise = Color(hex: 0xAFEEEE, alpha: 1)
| |- 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
| |- note: annotate 'paleTurquoise' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
241 | public static let paleVioletRed = Color(hex: 0xD87093, alpha: 1)
242 | public static let papayaWhip = Color(hex: 0xFFEFD5, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:241:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
239 | public static let paleGreen = Color(hex: 0x98FB98, alpha: 1)
240 | public static let paleTurquoise = Color(hex: 0xAFEEEE, alpha: 1)
241 | public static let paleVioletRed = Color(hex: 0xD87093, alpha: 1)
| |- 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
| |- note: annotate 'paleVioletRed' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
242 | public static let papayaWhip = Color(hex: 0xFFEFD5, alpha: 1)
243 | public static let peachPuff = Color(hex: 0xFFDAB9, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:242:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
240 | public static let paleTurquoise = Color(hex: 0xAFEEEE, alpha: 1)
241 | public static let paleVioletRed = Color(hex: 0xD87093, alpha: 1)
242 | public static let papayaWhip = Color(hex: 0xFFEFD5, alpha: 1)
| |- 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
| |- note: annotate 'papayaWhip' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
243 | public static let peachPuff = Color(hex: 0xFFDAB9, alpha: 1)
244 | public static let peru = Color(hex: 0xCD853F, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:243:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
241 | public static let paleVioletRed = Color(hex: 0xD87093, alpha: 1)
242 | public static let papayaWhip = Color(hex: 0xFFEFD5, alpha: 1)
243 | public static let peachPuff = Color(hex: 0xFFDAB9, alpha: 1)
| |- 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
| |- note: annotate 'peachPuff' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
244 | public static let peru = Color(hex: 0xCD853F, alpha: 1)
245 | public static let pink = Color(hex: 0xFFC0CB, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:244:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
242 | public static let papayaWhip = Color(hex: 0xFFEFD5, alpha: 1)
243 | public static let peachPuff = Color(hex: 0xFFDAB9, alpha: 1)
244 | public static let peru = Color(hex: 0xCD853F, alpha: 1)
| |- 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
| |- note: annotate 'peru' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
245 | public static let pink = Color(hex: 0xFFC0CB, alpha: 1)
246 | public static let plum = Color(hex: 0xDDA0DD, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:245:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
243 | public static let peachPuff = Color(hex: 0xFFDAB9, alpha: 1)
244 | public static let peru = Color(hex: 0xCD853F, alpha: 1)
245 | public static let pink = Color(hex: 0xFFC0CB, alpha: 1)
| |- 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
| |- note: annotate 'pink' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
246 | public static let plum = Color(hex: 0xDDA0DD, alpha: 1)
247 | public static let powderBlue = Color(hex: 0xB0E0E6, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:246:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
244 | public static let peru = Color(hex: 0xCD853F, alpha: 1)
245 | public static let pink = Color(hex: 0xFFC0CB, alpha: 1)
246 | public static let plum = Color(hex: 0xDDA0DD, alpha: 1)
| |- 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
| |- note: annotate 'plum' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
247 | public static let powderBlue = Color(hex: 0xB0E0E6, alpha: 1)
248 | public static let purple = Color(hex: 0x800080, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:247:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
245 | public static let pink = Color(hex: 0xFFC0CB, alpha: 1)
246 | public static let plum = Color(hex: 0xDDA0DD, alpha: 1)
247 | public static let powderBlue = Color(hex: 0xB0E0E6, alpha: 1)
| |- 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
| |- note: annotate 'powderBlue' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
248 | public static let purple = Color(hex: 0x800080, alpha: 1)
249 | public static let red = Color(hex: 0xFF0000, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:248:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
246 | public static let plum = Color(hex: 0xDDA0DD, alpha: 1)
247 | public static let powderBlue = Color(hex: 0xB0E0E6, alpha: 1)
248 | public static let purple = Color(hex: 0x800080, alpha: 1)
| |- 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
| |- note: annotate 'purple' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
249 | public static let red = Color(hex: 0xFF0000, alpha: 1)
250 | public static let rosyBrown = Color(hex: 0xBC8F8F, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:249:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
247 | public static let powderBlue = Color(hex: 0xB0E0E6, alpha: 1)
248 | public static let purple = Color(hex: 0x800080, alpha: 1)
249 | public static let red = Color(hex: 0xFF0000, alpha: 1)
| |- 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
| |- note: annotate 'red' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
250 | public static let rosyBrown = Color(hex: 0xBC8F8F, alpha: 1)
251 | public static let royalBlue = Color(hex: 0x4169E1, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:250:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
248 | public static let purple = Color(hex: 0x800080, alpha: 1)
249 | public static let red = Color(hex: 0xFF0000, alpha: 1)
250 | public static let rosyBrown = Color(hex: 0xBC8F8F, alpha: 1)
| |- 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
| |- note: annotate 'rosyBrown' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
251 | public static let royalBlue = Color(hex: 0x4169E1, alpha: 1)
252 | public static let saddleBrown = Color(hex: 0x8B4513, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:251:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
249 | public static let red = Color(hex: 0xFF0000, alpha: 1)
250 | public static let rosyBrown = Color(hex: 0xBC8F8F, alpha: 1)
251 | public static let royalBlue = Color(hex: 0x4169E1, alpha: 1)
| |- 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
| |- note: annotate 'royalBlue' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
252 | public static let saddleBrown = Color(hex: 0x8B4513, alpha: 1)
253 | public static let salmon = Color(hex: 0xFA8072, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:252:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
250 | public static let rosyBrown = Color(hex: 0xBC8F8F, alpha: 1)
251 | public static let royalBlue = Color(hex: 0x4169E1, alpha: 1)
252 | public static let saddleBrown = Color(hex: 0x8B4513, alpha: 1)
| |- 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
| |- note: annotate 'saddleBrown' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
253 | public static let salmon = Color(hex: 0xFA8072, alpha: 1)
254 | public static let sandyBrown = Color(hex: 0xF4A460, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:253:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
251 | public static let royalBlue = Color(hex: 0x4169E1, alpha: 1)
252 | public static let saddleBrown = Color(hex: 0x8B4513, alpha: 1)
253 | public static let salmon = Color(hex: 0xFA8072, alpha: 1)
| |- 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
| |- note: annotate 'salmon' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
254 | public static let sandyBrown = Color(hex: 0xF4A460, alpha: 1)
255 | public static let seaGreen = Color(hex: 0x2E8B57, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:254:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
252 | public static let saddleBrown = Color(hex: 0x8B4513, alpha: 1)
253 | public static let salmon = Color(hex: 0xFA8072, alpha: 1)
254 | public static let sandyBrown = Color(hex: 0xF4A460, alpha: 1)
| |- 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
| |- note: annotate 'sandyBrown' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
255 | public static let seaGreen = Color(hex: 0x2E8B57, alpha: 1)
256 | public static let seaShell = Color(hex: 0xFFF5EE, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:255:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
253 | public static let salmon = Color(hex: 0xFA8072, alpha: 1)
254 | public static let sandyBrown = Color(hex: 0xF4A460, alpha: 1)
255 | public static let seaGreen = Color(hex: 0x2E8B57, alpha: 1)
| |- 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
| |- note: annotate 'seaGreen' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
256 | public static let seaShell = Color(hex: 0xFFF5EE, alpha: 1)
257 | public static let sienna = Color(hex: 0xA0522D, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:256:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
254 | public static let sandyBrown = Color(hex: 0xF4A460, alpha: 1)
255 | public static let seaGreen = Color(hex: 0x2E8B57, alpha: 1)
256 | public static let seaShell = Color(hex: 0xFFF5EE, alpha: 1)
| |- 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
| |- note: annotate 'seaShell' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
257 | public static let sienna = Color(hex: 0xA0522D, alpha: 1)
258 | public static let silver = Color(hex: 0xC0C0C0, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:257:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
255 | public static let seaGreen = Color(hex: 0x2E8B57, alpha: 1)
256 | public static let seaShell = Color(hex: 0xFFF5EE, alpha: 1)
257 | public static let sienna = Color(hex: 0xA0522D, alpha: 1)
| |- 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
| |- note: annotate 'sienna' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
258 | public static let silver = Color(hex: 0xC0C0C0, alpha: 1)
259 | public static let skyBlue = Color(hex: 0x87CEEB, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:258:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
256 | public static let seaShell = Color(hex: 0xFFF5EE, alpha: 1)
257 | public static let sienna = Color(hex: 0xA0522D, alpha: 1)
258 | public static let silver = Color(hex: 0xC0C0C0, alpha: 1)
| |- 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
| |- note: annotate 'silver' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
259 | public static let skyBlue = Color(hex: 0x87CEEB, alpha: 1)
260 | public static let slateBlue = Color(hex: 0x6A5ACD, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:259:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
257 | public static let sienna = Color(hex: 0xA0522D, alpha: 1)
258 | public static let silver = Color(hex: 0xC0C0C0, alpha: 1)
259 | public static let skyBlue = Color(hex: 0x87CEEB, alpha: 1)
| |- 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
| |- note: annotate 'skyBlue' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
260 | public static let slateBlue = Color(hex: 0x6A5ACD, alpha: 1)
261 | public static let slateGray = Color(hex: 0x708090, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:260:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
258 | public static let silver = Color(hex: 0xC0C0C0, alpha: 1)
259 | public static let skyBlue = Color(hex: 0x87CEEB, alpha: 1)
260 | public static let slateBlue = Color(hex: 0x6A5ACD, alpha: 1)
| |- 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
| |- note: annotate 'slateBlue' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
261 | public static let slateGray = Color(hex: 0x708090, alpha: 1)
262 | public static let slateGrey = Color(hex: 0x708090, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:261:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
259 | public static let skyBlue = Color(hex: 0x87CEEB, alpha: 1)
260 | public static let slateBlue = Color(hex: 0x6A5ACD, alpha: 1)
261 | public static let slateGray = Color(hex: 0x708090, alpha: 1)
| |- 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
| |- note: annotate 'slateGray' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
262 | public static let slateGrey = Color(hex: 0x708090, alpha: 1)
263 | public static let snow = Color(hex: 0xFFFAFA, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:262:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
260 | public static let slateBlue = Color(hex: 0x6A5ACD, alpha: 1)
261 | public static let slateGray = Color(hex: 0x708090, alpha: 1)
262 | public static let slateGrey = Color(hex: 0x708090, alpha: 1)
| |- 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
| |- note: annotate 'slateGrey' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
263 | public static let snow = Color(hex: 0xFFFAFA, alpha: 1)
264 | public static let springGreen = Color(hex: 0x00FF7F, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:263:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
261 | public static let slateGray = Color(hex: 0x708090, alpha: 1)
262 | public static let slateGrey = Color(hex: 0x708090, alpha: 1)
263 | public static let snow = Color(hex: 0xFFFAFA, alpha: 1)
| |- 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
| |- note: annotate 'snow' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
264 | public static let springGreen = Color(hex: 0x00FF7F, alpha: 1)
265 | public static let steelBlue = Color(hex: 0x4682B4, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:264:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
262 | public static let slateGrey = Color(hex: 0x708090, alpha: 1)
263 | public static let snow = Color(hex: 0xFFFAFA, alpha: 1)
264 | public static let springGreen = Color(hex: 0x00FF7F, alpha: 1)
| |- 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
| |- note: annotate 'springGreen' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
265 | public static let steelBlue = Color(hex: 0x4682B4, alpha: 1)
266 | public static let tan = Color(hex: 0xD2B48C, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:265:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
263 | public static let snow = Color(hex: 0xFFFAFA, alpha: 1)
264 | public static let springGreen = Color(hex: 0x00FF7F, alpha: 1)
265 | public static let steelBlue = Color(hex: 0x4682B4, alpha: 1)
| |- 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
| |- note: annotate 'steelBlue' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
266 | public static let tan = Color(hex: 0xD2B48C, alpha: 1)
267 | public static let teal = Color(hex: 0x008080, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:266:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
264 | public static let springGreen = Color(hex: 0x00FF7F, alpha: 1)
265 | public static let steelBlue = Color(hex: 0x4682B4, alpha: 1)
266 | public static let tan = Color(hex: 0xD2B48C, alpha: 1)
| |- 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
| |- note: annotate 'tan' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
267 | public static let teal = Color(hex: 0x008080, alpha: 1)
268 | public static let thistle = Color(hex: 0xD8BFD8, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:267:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
265 | public static let steelBlue = Color(hex: 0x4682B4, alpha: 1)
266 | public static let tan = Color(hex: 0xD2B48C, alpha: 1)
267 | public static let teal = Color(hex: 0x008080, alpha: 1)
| |- 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
| |- note: annotate 'teal' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
268 | public static let thistle = Color(hex: 0xD8BFD8, alpha: 1)
269 | public static let tomato = Color(hex: 0xFF6347, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:268:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
266 | public static let tan = Color(hex: 0xD2B48C, alpha: 1)
267 | public static let teal = Color(hex: 0x008080, alpha: 1)
268 | public static let thistle = Color(hex: 0xD8BFD8, alpha: 1)
| |- 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
| |- note: annotate 'thistle' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
269 | public static let tomato = Color(hex: 0xFF6347, alpha: 1)
270 | public static let turquoise = Color(hex: 0x40E0D0, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:269:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
267 | public static let teal = Color(hex: 0x008080, alpha: 1)
268 | public static let thistle = Color(hex: 0xD8BFD8, alpha: 1)
269 | public static let tomato = Color(hex: 0xFF6347, alpha: 1)
| |- 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
| |- note: annotate 'tomato' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
270 | public static let turquoise = Color(hex: 0x40E0D0, alpha: 1)
271 | public static let violet = Color(hex: 0xEE82EE, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:270:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
268 | public static let thistle = Color(hex: 0xD8BFD8, alpha: 1)
269 | public static let tomato = Color(hex: 0xFF6347, alpha: 1)
270 | public static let turquoise = Color(hex: 0x40E0D0, alpha: 1)
| |- 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
| |- note: annotate 'turquoise' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
271 | public static let violet = Color(hex: 0xEE82EE, alpha: 1)
272 | public static let wheat = Color(hex: 0xF5DEB3, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:271:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
269 | public static let tomato = Color(hex: 0xFF6347, alpha: 1)
270 | public static let turquoise = Color(hex: 0x40E0D0, alpha: 1)
271 | public static let violet = Color(hex: 0xEE82EE, alpha: 1)
| |- 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
| |- note: annotate 'violet' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
272 | public static let wheat = Color(hex: 0xF5DEB3, alpha: 1)
273 | public static let white = Color(hex: 0xFFFFFF, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:272:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
270 | public static let turquoise = Color(hex: 0x40E0D0, alpha: 1)
271 | public static let violet = Color(hex: 0xEE82EE, alpha: 1)
272 | public static let wheat = Color(hex: 0xF5DEB3, alpha: 1)
| |- 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
| |- note: annotate 'wheat' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
273 | public static let white = Color(hex: 0xFFFFFF, alpha: 1)
274 | public static let whiteSmoke = Color(hex: 0xF5F5F5, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:273:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
271 | public static let violet = Color(hex: 0xEE82EE, alpha: 1)
272 | public static let wheat = Color(hex: 0xF5DEB3, alpha: 1)
273 | public static let white = Color(hex: 0xFFFFFF, alpha: 1)
| |- 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
| |- note: annotate 'white' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
274 | public static let whiteSmoke = Color(hex: 0xF5F5F5, alpha: 1)
275 | public static let yellow = Color(hex: 0xFFFF00, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:274:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
272 | public static let wheat = Color(hex: 0xF5DEB3, alpha: 1)
273 | public static let white = Color(hex: 0xFFFFFF, alpha: 1)
274 | public static let whiteSmoke = Color(hex: 0xF5F5F5, alpha: 1)
| |- 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
| |- note: annotate 'whiteSmoke' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
275 | public static let yellow = Color(hex: 0xFFFF00, alpha: 1)
276 | public static let yellowGreen = Color(hex: 0x9ACD32, alpha: 1)
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:275:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
273 | public static let white = Color(hex: 0xFFFFFF, alpha: 1)
274 | public static let whiteSmoke = Color(hex: 0xF5F5F5, alpha: 1)
275 | public static let yellow = Color(hex: 0xFFFF00, alpha: 1)
| |- 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
| |- note: annotate 'yellow' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
276 | public static let yellowGreen = Color(hex: 0x9ACD32, alpha: 1)
277 | }
/Users/admin/builder/spi-builder-workspace/Sources/Rendering/Color.swift:276:23: 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
10 |
11 | /// Structure representing a color.
12 | public struct Color {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 | public let red: Double
14 | public let green: Double
:
274 | public static let whiteSmoke = Color(hex: 0xF5F5F5, alpha: 1)
275 | public static let yellow = Color(hex: 0xFFFF00, alpha: 1)
276 | public static let yellowGreen = Color(hex: 0x9ACD32, alpha: 1)
| |- 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
| |- note: annotate 'yellowGreen' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
277 | }
278 |
[182/198] Compiling SWXMLHash shim.swift
[183/198] Compiling SWXMLHash SWXMLHash.swift
[184/198] Compiling SWXMLHash XMLIndexer+XMLIndexerDeserializable.swift
[185/198] Emitting module SWXMLHash
[186/217] Compiling SVG SVG.swift
[187/217] Compiling SVG SVGInitializable.swift
[188/219] Compiling SVG Polyline+SVG.swift
[189/219] Compiling SVG Rectangle+SVG.swift
[190/219] Compiling SVG Stroke+SVGInitializable.swift
[191/219] Compiling SVG StyledPath+SVGInitializable.swift
[192/219] Compiling SVG Circle+SVG.swift
[193/219] Compiling SVG Color+SVG.swift
[194/219] Compiling SVG Point+SVG.swift
/Users/admin/builder/spi-builder-workspace/Sources/SVG/Polygon+SVG.swift:31:1: warning: extension declares a conformance of imported type 'Polygon' to imported protocol 'PathRepresentable'; this will not behave correctly if the owners of 'Geometry' introduce this conformance in the future
29 | }
30 |
31 | extension Polygon: PathRepresentable {
| |- warning: extension declares a conformance of imported type 'Polygon' to imported protocol 'PathRepresentable'; this will not behave correctly if the owners of 'Geometry' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
32 |
33 | public var path: Path {
[195/219] Compiling SVG Polygon+SVG.swift
/Users/admin/builder/spi-builder-workspace/Sources/SVG/Polygon+SVG.swift:31:1: warning: extension declares a conformance of imported type 'Polygon' to imported protocol 'PathRepresentable'; this will not behave correctly if the owners of 'Geometry' introduce this conformance in the future
29 | }
30 |
31 | extension Polygon: PathRepresentable {
| |- warning: extension declares a conformance of imported type 'Polygon' to imported protocol 'PathRepresentable'; this will not behave correctly if the owners of 'Geometry' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
32 |
33 | public var path: Path {
[196/219] Compiling SVG Path+SVG.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/SVG/PathElement+SVG.swift:46:13: warning: let 'builderAndCoordinatesByCommand' is not concurrency-safe because non-'Sendable' type '[String : (PathElementBuilder, Coordinates)]' (aka 'Dictionary<String, ((Array<Double>, Coordinates, Optional<PathElement>) -> PathElement, Coordinates)>') may have shared mutable state; this is an error in the Swift 6 language mode
44 | private typealias PathElementBuilder = ([Double], Coordinates, PathElement?) -> PathElement
45 |
46 | private let builderAndCoordinatesByCommand: [String: (PathElementBuilder, Coordinates)] = [
| |- warning: let 'builderAndCoordinatesByCommand' is not concurrency-safe because non-'Sendable' type '[String : (PathElementBuilder, Coordinates)]' (aka 'Dictionary<String, ((Array<Double>, Coordinates, Optional<PathElement>) -> PathElement, Coordinates)>') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'builderAndCoordinatesByCommand' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
47 | "M": (move, .absolute),
48 | "m": (move, .relative),
[197/219] Compiling SVG PathElement+SVG.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/SVG/PathElement+SVG.swift:46:13: warning: let 'builderAndCoordinatesByCommand' is not concurrency-safe because non-'Sendable' type '[String : (PathElementBuilder, Coordinates)]' (aka 'Dictionary<String, ((Array<Double>, Coordinates, Optional<PathElement>) -> PathElement, Coordinates)>') may have shared mutable state; this is an error in the Swift 6 language mode
44 | private typealias PathElementBuilder = ([Double], Coordinates, PathElement?) -> PathElement
45 |
46 | private let builderAndCoordinatesByCommand: [String: (PathElementBuilder, Coordinates)] = [
| |- warning: let 'builderAndCoordinatesByCommand' is not concurrency-safe because non-'Sendable' type '[String : (PathElementBuilder, Coordinates)]' (aka 'Dictionary<String, ((Array<Double>, Coordinates, Optional<PathElement>) -> PathElement, Coordinates)>') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'builderAndCoordinatesByCommand' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
47 | "M": (move, .absolute),
48 | "m": (move, .relative),
[198/219] Compiling SVG Fill+SVGInitializable.swift
[199/219] Compiling SVG Line+SVG.swift
[200/219] Emitting module SVG
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/SVG/PathElement+SVG.swift:46:13: warning: let 'builderAndCoordinatesByCommand' is not concurrency-safe because non-'Sendable' type '[String : (PathElementBuilder, Coordinates)]' (aka 'Dictionary<String, ((Array<Double>, Coordinates, Optional<PathElement>) -> PathElement, Coordinates)>') may have shared mutable state; this is an error in the Swift 6 language mode
44 | private typealias PathElementBuilder = ([Double], Coordinates, PathElement?) -> PathElement
45 |
46 | private let builderAndCoordinatesByCommand: [String: (PathElementBuilder, Coordinates)] = [
| |- warning: let 'builderAndCoordinatesByCommand' is not concurrency-safe because non-'Sendable' type '[String : (PathElementBuilder, Coordinates)]' (aka 'Dictionary<String, ((Array<Double>, Coordinates, Optional<PathElement>) -> PathElement, Coordinates)>') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'builderAndCoordinatesByCommand' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
47 | "M": (move, .absolute),
48 | "m": (move, .relative),
/Users/admin/builder/spi-builder-workspace/Sources/SVG/Polygon+SVG.swift:31:1: warning: extension declares a conformance of imported type 'Polygon' to imported protocol 'PathRepresentable'; this will not behave correctly if the owners of 'Geometry' introduce this conformance in the future
29 | }
30 |
31 | extension Polygon: PathRepresentable {
| |- warning: extension declares a conformance of imported type 'Polygon' to imported protocol 'PathRepresentable'; this will not behave correctly if the owners of 'Geometry' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
32 |
33 | public var path: Path {
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:27:18: warning: associated value 'illFormedIndexer' of 'Sendable'-conforming enum 'Error' has non-sendable type 'XMLIndexer'; this is an error in the Swift 6 language mode
25 | public enum Error: Swift.Error {
26 | case fileNotFound(String)
27 | case illFormedIndexer(XMLIndexer)
| `- warning: associated value 'illFormedIndexer' of 'Sendable'-conforming enum 'Error' has non-sendable type 'XMLIndexer'; this is an error in the Swift 6 language mode
28 | case illFormedGroup(SVGElement)
29 | case illFormedLine(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:545:13: note: enum 'XMLIndexer' does not conform to the 'Sendable' protocol
543 |
544 | /// Returned from SWXMLHash, allows easy element lookup into XML data.
545 | public enum XMLIndexer {
| `- note: enum 'XMLIndexer' does not conform to the 'Sendable' protocol
546 | case element(XMLElement)
547 | case list([XMLElement])
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:12:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWXMLHash'
10 |
11 | import Foundation
12 | import SWXMLHash
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWXMLHash'
13 | import DataStructures
14 | import Geometry
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:28:18: warning: associated value 'illFormedGroup' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
26 | case fileNotFound(String)
27 | case illFormedIndexer(XMLIndexer)
28 | case illFormedGroup(SVGElement)
| `- warning: associated value 'illFormedGroup' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
29 | case illFormedLine(SVGElement)
30 | case illFormedPolyline(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:29:18: warning: associated value 'illFormedLine' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
27 | case illFormedIndexer(XMLIndexer)
28 | case illFormedGroup(SVGElement)
29 | case illFormedLine(SVGElement)
| `- warning: associated value 'illFormedLine' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
30 | case illFormedPolyline(SVGElement)
31 | case illFormedRectangle(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:30:18: warning: associated value 'illFormedPolyline' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
28 | case illFormedGroup(SVGElement)
29 | case illFormedLine(SVGElement)
30 | case illFormedPolyline(SVGElement)
| `- warning: associated value 'illFormedPolyline' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
31 | case illFormedRectangle(SVGElement)
32 | case illFormedCircle(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:31:18: warning: associated value 'illFormedRectangle' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
29 | case illFormedLine(SVGElement)
30 | case illFormedPolyline(SVGElement)
31 | case illFormedRectangle(SVGElement)
| `- warning: associated value 'illFormedRectangle' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
32 | case illFormedCircle(SVGElement)
33 | case illFormedEllipse(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:32:18: warning: associated value 'illFormedCircle' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
30 | case illFormedPolyline(SVGElement)
31 | case illFormedRectangle(SVGElement)
32 | case illFormedCircle(SVGElement)
| `- warning: associated value 'illFormedCircle' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
33 | case illFormedEllipse(SVGElement)
34 | case illFormedElement(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:33:18: warning: associated value 'illFormedEllipse' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
31 | case illFormedRectangle(SVGElement)
32 | case illFormedCircle(SVGElement)
33 | case illFormedEllipse(SVGElement)
| `- warning: associated value 'illFormedEllipse' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
34 | case illFormedElement(SVGElement)
35 | case illFormedPath(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:34:18: warning: associated value 'illFormedElement' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
32 | case illFormedCircle(SVGElement)
33 | case illFormedEllipse(SVGElement)
34 | case illFormedElement(SVGElement)
| `- warning: associated value 'illFormedElement' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
35 | case illFormedPath(SVGElement)
36 | case illFormedPolygon(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:35:18: warning: associated value 'illFormedPath' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
33 | case illFormedEllipse(SVGElement)
34 | case illFormedElement(SVGElement)
35 | case illFormedPath(SVGElement)
| `- warning: associated value 'illFormedPath' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
36 | case illFormedPolygon(SVGElement)
37 | case illFormedStyling(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:36:18: warning: associated value 'illFormedPolygon' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
34 | case illFormedElement(SVGElement)
35 | case illFormedPath(SVGElement)
36 | case illFormedPolygon(SVGElement)
| `- warning: associated value 'illFormedPolygon' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
37 | case illFormedStyling(SVGElement)
38 | case illFormedStyledPath(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:37:18: warning: associated value 'illFormedStyling' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
35 | case illFormedPath(SVGElement)
36 | case illFormedPolygon(SVGElement)
37 | case illFormedStyling(SVGElement)
| `- warning: associated value 'illFormedStyling' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
38 | case illFormedStyledPath(SVGElement)
39 | case illFormedFill(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:38:18: warning: associated value 'illFormedStyledPath' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
36 | case illFormedPolygon(SVGElement)
37 | case illFormedStyling(SVGElement)
38 | case illFormedStyledPath(SVGElement)
| `- warning: associated value 'illFormedStyledPath' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
39 | case illFormedFill(SVGElement)
40 | case illFormedStroke(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:39:18: warning: associated value 'illFormedFill' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
37 | case illFormedStyling(SVGElement)
38 | case illFormedStyledPath(SVGElement)
39 | case illFormedFill(SVGElement)
| `- warning: associated value 'illFormedFill' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
40 | case illFormedStroke(SVGElement)
41 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:40:18: warning: associated value 'illFormedStroke' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
38 | case illFormedStyledPath(SVGElement)
39 | case illFormedFill(SVGElement)
40 | case illFormedStroke(SVGElement)
| `- warning: associated value 'illFormedStroke' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
41 | }
42 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
[201/219] Compiling SVG SVG.Group.swift
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:27:18: warning: associated value 'illFormedIndexer' of 'Sendable'-conforming enum 'Error' has non-sendable type 'XMLIndexer'; this is an error in the Swift 6 language mode
25 | public enum Error: Swift.Error {
26 | case fileNotFound(String)
27 | case illFormedIndexer(XMLIndexer)
| `- warning: associated value 'illFormedIndexer' of 'Sendable'-conforming enum 'Error' has non-sendable type 'XMLIndexer'; this is an error in the Swift 6 language mode
28 | case illFormedGroup(SVGElement)
29 | case illFormedLine(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:545:13: note: enum 'XMLIndexer' does not conform to the 'Sendable' protocol
543 |
544 | /// Returned from SWXMLHash, allows easy element lookup into XML data.
545 | public enum XMLIndexer {
| `- note: enum 'XMLIndexer' does not conform to the 'Sendable' protocol
546 | case element(XMLElement)
547 | case list([XMLElement])
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:12:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWXMLHash'
10 |
11 | import Foundation
12 | import SWXMLHash
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWXMLHash'
13 | import DataStructures
14 | import Geometry
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:28:18: warning: associated value 'illFormedGroup' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
26 | case fileNotFound(String)
27 | case illFormedIndexer(XMLIndexer)
28 | case illFormedGroup(SVGElement)
| `- warning: associated value 'illFormedGroup' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
29 | case illFormedLine(SVGElement)
30 | case illFormedPolyline(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:29:18: warning: associated value 'illFormedLine' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
27 | case illFormedIndexer(XMLIndexer)
28 | case illFormedGroup(SVGElement)
29 | case illFormedLine(SVGElement)
| `- warning: associated value 'illFormedLine' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
30 | case illFormedPolyline(SVGElement)
31 | case illFormedRectangle(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:30:18: warning: associated value 'illFormedPolyline' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
28 | case illFormedGroup(SVGElement)
29 | case illFormedLine(SVGElement)
30 | case illFormedPolyline(SVGElement)
| `- warning: associated value 'illFormedPolyline' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
31 | case illFormedRectangle(SVGElement)
32 | case illFormedCircle(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:31:18: warning: associated value 'illFormedRectangle' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
29 | case illFormedLine(SVGElement)
30 | case illFormedPolyline(SVGElement)
31 | case illFormedRectangle(SVGElement)
| `- warning: associated value 'illFormedRectangle' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
32 | case illFormedCircle(SVGElement)
33 | case illFormedEllipse(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:32:18: warning: associated value 'illFormedCircle' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
30 | case illFormedPolyline(SVGElement)
31 | case illFormedRectangle(SVGElement)
32 | case illFormedCircle(SVGElement)
| `- warning: associated value 'illFormedCircle' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
33 | case illFormedEllipse(SVGElement)
34 | case illFormedElement(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:33:18: warning: associated value 'illFormedEllipse' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
31 | case illFormedRectangle(SVGElement)
32 | case illFormedCircle(SVGElement)
33 | case illFormedEllipse(SVGElement)
| `- warning: associated value 'illFormedEllipse' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
34 | case illFormedElement(SVGElement)
35 | case illFormedPath(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:34:18: warning: associated value 'illFormedElement' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
32 | case illFormedCircle(SVGElement)
33 | case illFormedEllipse(SVGElement)
34 | case illFormedElement(SVGElement)
| `- warning: associated value 'illFormedElement' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
35 | case illFormedPath(SVGElement)
36 | case illFormedPolygon(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:35:18: warning: associated value 'illFormedPath' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
33 | case illFormedEllipse(SVGElement)
34 | case illFormedElement(SVGElement)
35 | case illFormedPath(SVGElement)
| `- warning: associated value 'illFormedPath' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
36 | case illFormedPolygon(SVGElement)
37 | case illFormedStyling(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:36:18: warning: associated value 'illFormedPolygon' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
34 | case illFormedElement(SVGElement)
35 | case illFormedPath(SVGElement)
36 | case illFormedPolygon(SVGElement)
| `- warning: associated value 'illFormedPolygon' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
37 | case illFormedStyling(SVGElement)
38 | case illFormedStyledPath(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:37:18: warning: associated value 'illFormedStyling' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
35 | case illFormedPath(SVGElement)
36 | case illFormedPolygon(SVGElement)
37 | case illFormedStyling(SVGElement)
| `- warning: associated value 'illFormedStyling' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
38 | case illFormedStyledPath(SVGElement)
39 | case illFormedFill(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:38:18: warning: associated value 'illFormedStyledPath' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
36 | case illFormedPolygon(SVGElement)
37 | case illFormedStyling(SVGElement)
38 | case illFormedStyledPath(SVGElement)
| `- warning: associated value 'illFormedStyledPath' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
39 | case illFormedFill(SVGElement)
40 | case illFormedStroke(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:39:18: warning: associated value 'illFormedFill' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
37 | case illFormedStyling(SVGElement)
38 | case illFormedStyledPath(SVGElement)
39 | case illFormedFill(SVGElement)
| `- warning: associated value 'illFormedFill' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
40 | case illFormedStroke(SVGElement)
41 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:40:18: warning: associated value 'illFormedStroke' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
38 | case illFormedStyledPath(SVGElement)
39 | case illFormedFill(SVGElement)
40 | case illFormedStroke(SVGElement)
| `- warning: associated value 'illFormedStroke' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
41 | }
42 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
[202/219] Compiling SVG SVG.Parser.swift
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:27:18: warning: associated value 'illFormedIndexer' of 'Sendable'-conforming enum 'Error' has non-sendable type 'XMLIndexer'; this is an error in the Swift 6 language mode
25 | public enum Error: Swift.Error {
26 | case fileNotFound(String)
27 | case illFormedIndexer(XMLIndexer)
| `- warning: associated value 'illFormedIndexer' of 'Sendable'-conforming enum 'Error' has non-sendable type 'XMLIndexer'; this is an error in the Swift 6 language mode
28 | case illFormedGroup(SVGElement)
29 | case illFormedLine(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:545:13: note: enum 'XMLIndexer' does not conform to the 'Sendable' protocol
543 |
544 | /// Returned from SWXMLHash, allows easy element lookup into XML data.
545 | public enum XMLIndexer {
| `- note: enum 'XMLIndexer' does not conform to the 'Sendable' protocol
546 | case element(XMLElement)
547 | case list([XMLElement])
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:12:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWXMLHash'
10 |
11 | import Foundation
12 | import SWXMLHash
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWXMLHash'
13 | import DataStructures
14 | import Geometry
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:28:18: warning: associated value 'illFormedGroup' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
26 | case fileNotFound(String)
27 | case illFormedIndexer(XMLIndexer)
28 | case illFormedGroup(SVGElement)
| `- warning: associated value 'illFormedGroup' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
29 | case illFormedLine(SVGElement)
30 | case illFormedPolyline(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:29:18: warning: associated value 'illFormedLine' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
27 | case illFormedIndexer(XMLIndexer)
28 | case illFormedGroup(SVGElement)
29 | case illFormedLine(SVGElement)
| `- warning: associated value 'illFormedLine' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
30 | case illFormedPolyline(SVGElement)
31 | case illFormedRectangle(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:30:18: warning: associated value 'illFormedPolyline' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
28 | case illFormedGroup(SVGElement)
29 | case illFormedLine(SVGElement)
30 | case illFormedPolyline(SVGElement)
| `- warning: associated value 'illFormedPolyline' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
31 | case illFormedRectangle(SVGElement)
32 | case illFormedCircle(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:31:18: warning: associated value 'illFormedRectangle' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
29 | case illFormedLine(SVGElement)
30 | case illFormedPolyline(SVGElement)
31 | case illFormedRectangle(SVGElement)
| `- warning: associated value 'illFormedRectangle' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
32 | case illFormedCircle(SVGElement)
33 | case illFormedEllipse(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:32:18: warning: associated value 'illFormedCircle' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
30 | case illFormedPolyline(SVGElement)
31 | case illFormedRectangle(SVGElement)
32 | case illFormedCircle(SVGElement)
| `- warning: associated value 'illFormedCircle' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
33 | case illFormedEllipse(SVGElement)
34 | case illFormedElement(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:33:18: warning: associated value 'illFormedEllipse' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
31 | case illFormedRectangle(SVGElement)
32 | case illFormedCircle(SVGElement)
33 | case illFormedEllipse(SVGElement)
| `- warning: associated value 'illFormedEllipse' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
34 | case illFormedElement(SVGElement)
35 | case illFormedPath(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:34:18: warning: associated value 'illFormedElement' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
32 | case illFormedCircle(SVGElement)
33 | case illFormedEllipse(SVGElement)
34 | case illFormedElement(SVGElement)
| `- warning: associated value 'illFormedElement' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
35 | case illFormedPath(SVGElement)
36 | case illFormedPolygon(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:35:18: warning: associated value 'illFormedPath' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
33 | case illFormedEllipse(SVGElement)
34 | case illFormedElement(SVGElement)
35 | case illFormedPath(SVGElement)
| `- warning: associated value 'illFormedPath' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
36 | case illFormedPolygon(SVGElement)
37 | case illFormedStyling(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:36:18: warning: associated value 'illFormedPolygon' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
34 | case illFormedElement(SVGElement)
35 | case illFormedPath(SVGElement)
36 | case illFormedPolygon(SVGElement)
| `- warning: associated value 'illFormedPolygon' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
37 | case illFormedStyling(SVGElement)
38 | case illFormedStyledPath(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:37:18: warning: associated value 'illFormedStyling' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
35 | case illFormedPath(SVGElement)
36 | case illFormedPolygon(SVGElement)
37 | case illFormedStyling(SVGElement)
| `- warning: associated value 'illFormedStyling' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
38 | case illFormedStyledPath(SVGElement)
39 | case illFormedFill(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:38:18: warning: associated value 'illFormedStyledPath' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
36 | case illFormedPolygon(SVGElement)
37 | case illFormedStyling(SVGElement)
38 | case illFormedStyledPath(SVGElement)
| `- warning: associated value 'illFormedStyledPath' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
39 | case illFormedFill(SVGElement)
40 | case illFormedStroke(SVGElement)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:39:18: warning: associated value 'illFormedFill' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
37 | case illFormedStyling(SVGElement)
38 | case illFormedStyledPath(SVGElement)
39 | case illFormedFill(SVGElement)
| `- warning: associated value 'illFormedFill' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
40 | case illFormedStroke(SVGElement)
41 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/SVG/SVG.Parser.swift:40:18: warning: associated value 'illFormedStroke' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
38 | case illFormedStyledPath(SVGElement)
39 | case illFormedFill(SVGElement)
40 | case illFormedStroke(SVGElement)
| `- warning: associated value 'illFormedStroke' of 'Sendable'-conforming enum 'Error' has non-sendable type 'SVGElement' (aka 'XMLElement'); this is an error in the Swift 6 language mode
41 | }
42 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/SWXMLHash.swift:877:14: note: class 'XMLElement' does not conform to the 'Sendable' protocol
875 |
876 | /// Models an XML element, including name, text and attributes
877 | public class XMLElement: XMLContent {
| `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
878 | /// The name of the element
879 | public let name: String
[203/219] Compiling SVG Double+SVG.swift
[204/219] Compiling SVG Ellipse+SVG.swift
[205/219] Compiling SVG StyledPath.Composite+SVG.swift
/Users/admin/builder/spi-builder-workspace/Sources/Geometry/Rectangle.swift:24:23: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'Rectangle' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// - TODO: Consider storing vertices as with `Polygon`, as opposed to being computed.
14 | ///
15 | public struct Rectangle: ConvexPolygonProtocol {
| `- note: consider making struct 'Rectangle' conform to the 'Sendable' protocol
16 |
17 | public enum ScaleAnchor {
:
22 |
23 | /// `Rectangle` with `origin` and `size` values of zero.
24 | public static let zero = Rectangle()
| |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'Rectangle' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | // MARK: - Instance Properties
[206/219] Compiling SVG Styling+SVGInitializable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Geometry/Rectangle.swift:24:23: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'Rectangle' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// - TODO: Consider storing vertices as with `Polygon`, as opposed to being computed.
14 | ///
15 | public struct Rectangle: ConvexPolygonProtocol {
| `- note: consider making struct 'Rectangle' conform to the 'Sendable' protocol
16 |
17 | public enum ScaleAnchor {
:
22 |
23 | /// `Rectangle` with `origin` and `size` values of zero.
24 | public static let zero = Rectangle()
| |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'Rectangle' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | // MARK: - Instance Properties
[207/219] Compiling QuartzAdapter TestFrame.swift
[214/220] Compiling QuartzAdapter TextBox+CALayer.swift
[215/220] Compiling QuartzAdapter StyledPath+CAShapeLayer.swift
[216/220] Compiling QuartzAdapter Size+CGSize.swift
[217/220] Compiling QuartzAdapter StyledPath.Composite+CALayer.swift
[218/220] Emitting module QuartzAdapter
[219/220] Compiling QuartzAdapter Rectangle+CGRect.swift
[220/220] Compiling QuartzAdapter Text+CATextLayer.swift
[221/222] Compiling GraphicsTesting GraphicsTesting.swift
[222/222] Emitting module GraphicsTesting
Build complete! (29.80s)
Fetching https://github.com/dn-m/PerformanceTesting
Fetching https://github.com/dn-m/Structure
Fetching https://github.com/dn-m/Math
Fetching https://github.com/drmohundro/SWXMLHash
[1/1525] Fetching performancetesting
[78/2366] Fetching performancetesting, math
[95/8195] Fetching performancetesting, math, structure
[184/10965] Fetching performancetesting, math, structure, swxmlhash
[183/8195] Fetching performancetesting, math, structure
[230/10965] Fetching performancetesting, math, structure, swxmlhash
Fetched https://github.com/dn-m/Math from cache (1.13s)
Fetched https://github.com/dn-m/Structure from cache (1.13s)
Fetched https://github.com/drmohundro/SWXMLHash from cache (1.13s)
Fetched https://github.com/dn-m/PerformanceTesting from cache (1.13s)
Computing version for https://github.com/dn-m/Structure
Computed https://github.com/dn-m/Structure at 0.25.0 (0.91s)
Computing version for https://github.com/dn-m/Math
Computed https://github.com/dn-m/Math at 0.8.0 (0.97s)
Computing version for https://github.com/drmohundro/SWXMLHash
Computed https://github.com/drmohundro/SWXMLHash at 4.9.0 (2.56s)
Computing version for https://github.com/dn-m/PerformanceTesting
Computed https://github.com/dn-m/PerformanceTesting at 0.4.0 (0.77s)
Creating working copy for https://github.com/drmohundro/SWXMLHash
Working copy of https://github.com/drmohundro/SWXMLHash resolved at 4.9.0
Creating working copy for https://github.com/dn-m/PerformanceTesting
Working copy of https://github.com/dn-m/PerformanceTesting resolved at 0.4.0
Creating working copy for https://github.com/dn-m/Math
Working copy of https://github.com/dn-m/Math resolved at 0.8.0
Creating working copy for https://github.com/dn-m/Structure
Working copy of https://github.com/dn-m/Structure resolved at 0.25.0
Build complete.
{
"dependencies" : [
{
"identity" : "swxmlhash",
"requirement" : {
"range" : [
{
"lower_bound" : "4.1.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/drmohundro/SWXMLHash"
},
{
"identity" : "math",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dn-m/Math"
},
{
"identity" : "structure",
"requirement" : {
"range" : [
{
"lower_bound" : "0.23.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dn-m/Structure"
}
],
"manifest_display_name" : "Graphics",
"name" : "Graphics",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Geometry",
"targets" : [
"Geometry"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Path",
"targets" : [
"Path"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Rendering",
"targets" : [
"Rendering"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SVG",
"targets" : [
"SVG"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "QuartzAdapter",
"targets" : [
"QuartzAdapter"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GraphicsTesting",
"targets" : [
"GraphicsTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SVGTests",
"module_type" : "SwiftTarget",
"name" : "SVGTests",
"path" : "Tests/SVGTests",
"sources" : [
"SVGTests.swift"
],
"target_dependencies" : [
"SVG",
"GraphicsTesting"
],
"type" : "test"
},
{
"c99name" : "SVG",
"module_type" : "SwiftTarget",
"name" : "SVG",
"path" : "Sources/SVG",
"product_dependencies" : [
"SWXMLHash"
],
"product_memberships" : [
"SVG"
],
"sources" : [
"Circle+SVG.swift",
"Color+SVG.swift",
"Double+SVG.swift",
"Ellipse+SVG.swift",
"Fill+SVGInitializable.swift",
"Line+SVG.swift",
"Path+SVG.swift",
"PathElement+SVG.swift",
"Point+SVG.swift",
"Polygon+SVG.swift",
"Polyline+SVG.swift",
"Rectangle+SVG.swift",
"SVG.Group.swift",
"SVG.Parser.swift",
"SVG.swift",
"SVGInitializable.swift",
"Stroke+SVGInitializable.swift",
"StyledPath+SVGInitializable.swift",
"StyledPath.Composite+SVG.swift",
"Styling+SVGInitializable.swift"
],
"target_dependencies" : [
"Rendering"
],
"type" : "library"
},
{
"c99name" : "RenderingTests",
"module_type" : "SwiftTarget",
"name" : "RenderingTests",
"path" : "Tests/RenderingTests",
"sources" : [
"ColorTests.swift",
"CompositeTests.swift",
"StyledPathTests.swift",
"TextBoxTests.swift",
"TextTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Rendering",
"GraphicsTesting"
],
"type" : "test"
},
{
"c99name" : "Rendering",
"module_type" : "SwiftTarget",
"name" : "Rendering",
"path" : "Sources/Rendering",
"product_memberships" : [
"Rendering",
"SVG",
"QuartzAdapter",
"GraphicsTesting"
],
"sources" : [
"Alignment.swift",
"Color.swift",
"Fill.swift",
"Group.swift",
"Insets.swift",
"Item.swift",
"Renderable.swift",
"Renderer.swift",
"Stroke.swift",
"StyledPath.Composite.swift",
"StyledPath.swift",
"Styling.swift"
],
"target_dependencies" : [
"Path"
],
"type" : "library"
},
{
"c99name" : "QuartzAdapterTests",
"module_type" : "SwiftTarget",
"name" : "QuartzAdapterTests",
"path" : "Tests/QuartzAdapterTests",
"sources" : [
"QuartzAdapterTests.swift"
],
"target_dependencies" : [
"QuartzAdapter",
"GraphicsTesting"
],
"type" : "test"
},
{
"c99name" : "QuartzAdapter",
"module_type" : "SwiftTarget",
"name" : "QuartzAdapter",
"path" : "Sources/QuartzAdapter",
"product_memberships" : [
"QuartzAdapter",
"GraphicsTesting"
],
"sources" : [
"CALayer+PDF.swift",
"Color+CGColor.swift",
"Path+CAShapeLayer.swift",
"Path+CGPath.swift",
"PathElement+CGPathElement.swift",
"Point+CGPoint.swift",
"Rectangle+CGRect.swift",
"Size+CGSize.swift",
"StyledPath+CAShapeLayer.swift",
"StyledPath.Composite+CALayer.swift",
"TestFrame.swift",
"Text+CATextLayer.swift",
"TextBox+CALayer.swift"
],
"target_dependencies" : [
"Rendering"
],
"type" : "library"
},
{
"c99name" : "PathTests",
"module_type" : "SwiftTarget",
"name" : "PathTests",
"path" : "Tests/PathTests",
"sources" : [
"CubicBezierCurveTests.swift",
"EllipseTests.swift",
"LinearBezierCurveTests.swift",
"PathElementTests.swift",
"PathTests.swift",
"QuadraticBezierCurveTests.swift",
"TransformTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Path",
"Rendering",
"GraphicsTesting"
],
"type" : "test"
},
{
"c99name" : "Path",
"module_type" : "SwiftTarget",
"name" : "Path",
"path" : "Sources/Path",
"product_dependencies" : [
"Math"
],
"product_memberships" : [
"Path",
"Rendering",
"SVG",
"QuartzAdapter",
"GraphicsTesting"
],
"sources" : [
"BezierCurve.swift",
"CubicBezierCurve.swift",
"Path+Arrowhead.swift",
"Path+Circle.swift",
"Path+Ellipse.swift",
"Path+Line.Segment.swift",
"Path+Parallelogram.swift",
"Path+PolygonProtocol.swift",
"Path+Polyline.swift",
"Path+Rectangle.swift",
"Path+Square.swift",
"Path+Transform.swift",
"Path.Builder.swift",
"Path.swift",
"PathElement.swift",
"PathRepresentable.swift"
],
"target_dependencies" : [
"Geometry"
],
"type" : "library"
},
{
"c99name" : "GraphicsTesting",
"module_type" : "SwiftTarget",
"name" : "GraphicsTesting",
"path" : "Sources/GraphicsTesting",
"product_memberships" : [
"GraphicsTesting"
],
"sources" : [
"GraphicsTesting.swift"
],
"target_dependencies" : [
"QuartzAdapter"
],
"type" : "library"
},
{
"c99name" : "GeometryTests",
"module_type" : "SwiftTarget",
"name" : "GeometryTests",
"path" : "Tests/GeometryTests",
"sources" : [
"AngleTests.swift",
"CollisionDetectionTests.swift",
"LineTests.swift",
"PointTests.swift",
"PolygonTests.swift",
"RectangleTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Geometry"
],
"type" : "test"
},
{
"c99name" : "Geometry",
"module_type" : "SwiftTarget",
"name" : "Geometry",
"path" : "Sources/Geometry",
"product_dependencies" : [
"Math",
"DataStructures"
],
"product_memberships" : [
"Geometry",
"Path",
"Rendering",
"SVG",
"QuartzAdapter",
"GraphicsTesting"
],
"sources" : [
"Angle.swift",
"Axis.swift",
"Bound.swift",
"Circle.swift",
"CollisionDetectable.swift",
"CollisionDetection.swift",
"ConvexPolygon.swift",
"ConvexPolygonContainer.swift",
"ConvexPolygonProtocol.swift",
"Ellipse.swift",
"Extremum.swift",
"Line.Ray.swift",
"Line.Segment.swift",
"Line.swift",
"Point.swift",
"Polygon.swift",
"PolygonError.swift",
"PolygonProtocol.swift",
"Polyline.swift",
"Rectangle.swift",
"Rotation.swift",
"Shape.swift",
"Size.swift",
"Triangle.swift",
"Vector2.swift",
"VertexCollection.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.