Build Information
Failed to build StreamDeck, reference 0.5.1 (f6d1a5
), with Swift 6.1 for Wasm on 29 May 2025 20:11:55 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
330 | public static let indigo = Color(hexString: "#4B0082")
331 | /// CSS `ivory`
332 | public static let ivory = Color(hexString: "#FFFFF0")
| |- 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: add '@MainActor' to make static property 'ivory' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
333 | /// CSS `khaki`
334 | public static let khaki = Color(hexString: "#F0E68C")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:334:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
332 | public static let ivory = Color(hexString: "#FFFFF0")
333 | /// CSS `khaki`
334 | public static let khaki = Color(hexString: "#F0E68C")
| |- 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: add '@MainActor' to make static property 'khaki' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
335 | /// CSS `lavender`
336 | public static let lavender = Color(hexString: "#E6E6FA")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:336:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
334 | public static let khaki = Color(hexString: "#F0E68C")
335 | /// CSS `lavender`
336 | public static let lavender = Color(hexString: "#E6E6FA")
| |- 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: add '@MainActor' to make static property 'lavender' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
337 | /// CSS `lavenderblush`
338 | public static let lavenderblush = Color(hexString: "#FFF0F5")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:338:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
336 | public static let lavender = Color(hexString: "#E6E6FA")
337 | /// CSS `lavenderblush`
338 | public static let lavenderblush = Color(hexString: "#FFF0F5")
| |- 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: add '@MainActor' to make static property 'lavenderblush' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
339 | /// CSS `lawngreen`
340 | public static let lawngreen = Color(hexString: "#7CFC00")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:340:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
338 | public static let lavenderblush = Color(hexString: "#FFF0F5")
339 | /// CSS `lawngreen`
340 | public static let lawngreen = Color(hexString: "#7CFC00")
| |- 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: add '@MainActor' to make static property 'lawngreen' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
341 | /// CSS `lemonchiffon`
342 | public static let lemonchiffon = Color(hexString: "#FFFACD")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:342:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
340 | public static let lawngreen = Color(hexString: "#7CFC00")
341 | /// CSS `lemonchiffon`
342 | public static let lemonchiffon = Color(hexString: "#FFFACD")
| |- 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: add '@MainActor' to make static property 'lemonchiffon' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
343 | /// CSS `lightblue`
344 | public static let lightblue = Color(hexString: "#ADD8E6")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:344:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
342 | public static let lemonchiffon = Color(hexString: "#FFFACD")
343 | /// CSS `lightblue`
344 | public static let lightblue = Color(hexString: "#ADD8E6")
| |- 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: add '@MainActor' to make static property 'lightblue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
345 | /// CSS `lightcoral`
346 | public static let lightcoral = Color(hexString: "#F08080")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:346:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
344 | public static let lightblue = Color(hexString: "#ADD8E6")
345 | /// CSS `lightcoral`
346 | public static let lightcoral = Color(hexString: "#F08080")
| |- 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: add '@MainActor' to make static property 'lightcoral' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
347 | /// CSS `lightcyan`
348 | public static let lightcyan = Color(hexString: "#E0FFFF")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:348:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
346 | public static let lightcoral = Color(hexString: "#F08080")
347 | /// CSS `lightcyan`
348 | public static let lightcyan = Color(hexString: "#E0FFFF")
| |- 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: add '@MainActor' to make static property 'lightcyan' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
349 | /// CSS `lightgoldenrodyellow`
350 | public static let lightgoldenrodyellow = Color(hexString: "#FAFAD2")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:350:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
348 | public static let lightcyan = Color(hexString: "#E0FFFF")
349 | /// CSS `lightgoldenrodyellow`
350 | public static let lightgoldenrodyellow = Color(hexString: "#FAFAD2")
| |- 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: add '@MainActor' to make static property 'lightgoldenrodyellow' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
351 | /// CSS `lightgray`
352 | public static let lightgray = Color(hexString: "#D3D3D3")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:352:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
350 | public static let lightgoldenrodyellow = Color(hexString: "#FAFAD2")
351 | /// CSS `lightgray`
352 | public static let lightgray = Color(hexString: "#D3D3D3")
| |- 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: add '@MainActor' to make static property 'lightgray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
353 | /// CSS `lightgreen`
354 | public static let lightgreen = Color(hexString: "#90EE90")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:354:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
352 | public static let lightgray = Color(hexString: "#D3D3D3")
353 | /// CSS `lightgreen`
354 | public static let lightgreen = Color(hexString: "#90EE90")
| |- 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: add '@MainActor' to make static property 'lightgreen' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
355 | /// CSS `lightgrey`
356 | public static let lightgrey = Color(hexString: "#D3D3D3")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:356:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
354 | public static let lightgreen = Color(hexString: "#90EE90")
355 | /// CSS `lightgrey`
356 | public static let lightgrey = Color(hexString: "#D3D3D3")
| |- 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: add '@MainActor' to make static property 'lightgrey' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
357 | /// CSS `lightpink`
358 | public static let lightpink = Color(hexString: "#FFB6C1")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:358:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
356 | public static let lightgrey = Color(hexString: "#D3D3D3")
357 | /// CSS `lightpink`
358 | public static let lightpink = Color(hexString: "#FFB6C1")
| |- 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: add '@MainActor' to make static property 'lightpink' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
359 | /// CSS `lightsalmon`
360 | public static let lightsalmon = Color(hexString: "#FFA07A")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:360:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
358 | public static let lightpink = Color(hexString: "#FFB6C1")
359 | /// CSS `lightsalmon`
360 | public static let lightsalmon = Color(hexString: "#FFA07A")
| |- 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: add '@MainActor' to make static property 'lightsalmon' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
361 | /// CSS `lightseagreen`
362 | public static let lightseagreen = Color(hexString: "#20B2AA")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:362:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
360 | public static let lightsalmon = Color(hexString: "#FFA07A")
361 | /// CSS `lightseagreen`
362 | public static let lightseagreen = Color(hexString: "#20B2AA")
| |- 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: add '@MainActor' to make static property 'lightseagreen' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
363 | /// CSS `lightskyblue`
364 | public static let lightskyblue = Color(hexString: "#87CEFA")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:364:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
362 | public static let lightseagreen = Color(hexString: "#20B2AA")
363 | /// CSS `lightskyblue`
364 | public static let lightskyblue = Color(hexString: "#87CEFA")
| |- 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: add '@MainActor' to make static property 'lightskyblue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
365 | /// CSS `lightslategray`
366 | public static let lightslategray = Color(hexString: "#778899")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:366:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
364 | public static let lightskyblue = Color(hexString: "#87CEFA")
365 | /// CSS `lightslategray`
366 | public static let lightslategray = Color(hexString: "#778899")
| |- 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: add '@MainActor' to make static property 'lightslategray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
367 | /// CSS `lightslategrey`
368 | public static let lightslategrey = Color(hexString: "#778899")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:368:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
366 | public static let lightslategray = Color(hexString: "#778899")
367 | /// CSS `lightslategrey`
368 | public static let lightslategrey = Color(hexString: "#778899")
| |- 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: add '@MainActor' to make static property 'lightslategrey' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
369 | /// CSS `lightsteelblue`
370 | public static let lightsteelblue = Color(hexString: "#B0C4DE")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:370:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
368 | public static let lightslategrey = Color(hexString: "#778899")
369 | /// CSS `lightsteelblue`
370 | public static let lightsteelblue = Color(hexString: "#B0C4DE")
| |- 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: add '@MainActor' to make static property 'lightsteelblue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
371 | /// CSS `lightyellow`
372 | public static let lightyellow = Color(hexString: "#FFFFE0")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:372:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
370 | public static let lightsteelblue = Color(hexString: "#B0C4DE")
371 | /// CSS `lightyellow`
372 | public static let lightyellow = Color(hexString: "#FFFFE0")
| |- 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: add '@MainActor' to make static property 'lightyellow' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
373 | /// CSS `lime`
374 | public static let lime = Color(hexString: "#00FF00")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:374:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
372 | public static let lightyellow = Color(hexString: "#FFFFE0")
373 | /// CSS `lime`
374 | public static let lime = Color(hexString: "#00FF00")
| |- 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: add '@MainActor' to make static property 'lime' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
375 | /// CSS `limegreen`
376 | public static let limegreen = Color(hexString: "#32CD32")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:376:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
374 | public static let lime = Color(hexString: "#00FF00")
375 | /// CSS `limegreen`
376 | public static let limegreen = Color(hexString: "#32CD32")
| |- 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: add '@MainActor' to make static property 'limegreen' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
377 | /// CSS `linen`
378 | public static let linen = Color(hexString: "#FAF0E6")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:378:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
376 | public static let limegreen = Color(hexString: "#32CD32")
377 | /// CSS `linen`
378 | public static let linen = Color(hexString: "#FAF0E6")
| |- 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: add '@MainActor' to make static property 'linen' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
379 | /// CSS `magenta`
380 | public static let magenta = Color(hexString: "#FF00FF")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:380:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
378 | public static let linen = Color(hexString: "#FAF0E6")
379 | /// CSS `magenta`
380 | public static let magenta = Color(hexString: "#FF00FF")
| |- 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: add '@MainActor' to make static property 'magenta' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
381 | /// CSS `maroon`
382 | public static let maroon = Color(hexString: "#800000")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:382:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
380 | public static let magenta = Color(hexString: "#FF00FF")
381 | /// CSS `maroon`
382 | public static let maroon = Color(hexString: "#800000")
| |- 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: add '@MainActor' to make static property 'maroon' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
383 | /// CSS `mediumaquamarine`
384 | public static let mediumaquamarine = Color(hexString: "#66CDAA")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:384:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
382 | public static let maroon = Color(hexString: "#800000")
383 | /// CSS `mediumaquamarine`
384 | public static let mediumaquamarine = Color(hexString: "#66CDAA")
| |- 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: add '@MainActor' to make static property 'mediumaquamarine' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
385 | /// CSS `mediumblue`
386 | public static let mediumblue = Color(hexString: "#0000CD")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:386:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
384 | public static let mediumaquamarine = Color(hexString: "#66CDAA")
385 | /// CSS `mediumblue`
386 | public static let mediumblue = Color(hexString: "#0000CD")
| |- 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: add '@MainActor' to make static property 'mediumblue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
387 | /// CSS `mediumorchid`
388 | public static let mediumorchid = Color(hexString: "#BA55D3")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:388:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
386 | public static let mediumblue = Color(hexString: "#0000CD")
387 | /// CSS `mediumorchid`
388 | public static let mediumorchid = Color(hexString: "#BA55D3")
| |- 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: add '@MainActor' to make static property 'mediumorchid' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
389 | /// CSS `mediumpurple`
390 | public static let mediumpurple = Color(hexString: "#9370DB")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:390:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
388 | public static let mediumorchid = Color(hexString: "#BA55D3")
389 | /// CSS `mediumpurple`
390 | public static let mediumpurple = Color(hexString: "#9370DB")
| |- 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: add '@MainActor' to make static property 'mediumpurple' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
391 | /// CSS `mediumseagreen`
392 | public static let mediumseagreen = Color(hexString: "#3CB371")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:392:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
390 | public static let mediumpurple = Color(hexString: "#9370DB")
391 | /// CSS `mediumseagreen`
392 | public static let mediumseagreen = Color(hexString: "#3CB371")
| |- 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: add '@MainActor' to make static property 'mediumseagreen' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
393 | /// CSS `mediumslateblue`
394 | public static let mediumslateblue = Color(hexString: "#7B68EE")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:394:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
392 | public static let mediumseagreen = Color(hexString: "#3CB371")
393 | /// CSS `mediumslateblue`
394 | public static let mediumslateblue = Color(hexString: "#7B68EE")
| |- 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: add '@MainActor' to make static property 'mediumslateblue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
395 | /// CSS `mediumspringgreen`
396 | public static let mediumspringgreen = Color(hexString: "#00FA9A")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:396:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
394 | public static let mediumslateblue = Color(hexString: "#7B68EE")
395 | /// CSS `mediumspringgreen`
396 | public static let mediumspringgreen = Color(hexString: "#00FA9A")
| |- 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: add '@MainActor' to make static property 'mediumspringgreen' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
397 | /// CSS `mediumturquoise`
398 | public static let mediumturquoise = Color(hexString: "#48D1CC")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:398:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
396 | public static let mediumspringgreen = Color(hexString: "#00FA9A")
397 | /// CSS `mediumturquoise`
398 | public static let mediumturquoise = Color(hexString: "#48D1CC")
| |- 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: add '@MainActor' to make static property 'mediumturquoise' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
399 | /// CSS `mediumvioletred`
400 | public static let mediumvioletred = Color(hexString: "#C71585")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:400:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
398 | public static let mediumturquoise = Color(hexString: "#48D1CC")
399 | /// CSS `mediumvioletred`
400 | public static let mediumvioletred = Color(hexString: "#C71585")
| |- 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: add '@MainActor' to make static property 'mediumvioletred' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
401 | /// CSS `midnightblue`
402 | public static let midnightblue = Color(hexString: "#191970")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:402:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
400 | public static let mediumvioletred = Color(hexString: "#C71585")
401 | /// CSS `midnightblue`
402 | public static let midnightblue = Color(hexString: "#191970")
| |- 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: add '@MainActor' to make static property 'midnightblue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
403 | /// CSS `mintcream`
404 | public static let mintcream = Color(hexString: "#F5FFFA")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:404:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
402 | public static let midnightblue = Color(hexString: "#191970")
403 | /// CSS `mintcream`
404 | public static let mintcream = Color(hexString: "#F5FFFA")
| |- 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: add '@MainActor' to make static property 'mintcream' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
405 | /// CSS `mistyrose`
406 | public static let mistyrose = Color(hexString: "#FFE4E1")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:406:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
404 | public static let mintcream = Color(hexString: "#F5FFFA")
405 | /// CSS `mistyrose`
406 | public static let mistyrose = Color(hexString: "#FFE4E1")
| |- 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: add '@MainActor' to make static property 'mistyrose' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
407 | /// CSS `moccasin`
408 | public static let moccasin = Color(hexString: "#FFE4B5")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:408:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
406 | public static let mistyrose = Color(hexString: "#FFE4E1")
407 | /// CSS `moccasin`
408 | public static let moccasin = Color(hexString: "#FFE4B5")
| |- 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: add '@MainActor' to make static property 'moccasin' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
409 | /// CSS `navajowhite`
410 | public static let navajowhite = Color(hexString: "#FFDEAD")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:410:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
408 | public static let moccasin = Color(hexString: "#FFE4B5")
409 | /// CSS `navajowhite`
410 | public static let navajowhite = Color(hexString: "#FFDEAD")
| |- 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: add '@MainActor' to make static property 'navajowhite' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
411 | /// CSS `navy`
412 | public static let navy = Color(hexString: "#000080")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:412:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
410 | public static let navajowhite = Color(hexString: "#FFDEAD")
411 | /// CSS `navy`
412 | public static let navy = Color(hexString: "#000080")
| |- 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: add '@MainActor' to make static property 'navy' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
413 | /// CSS `oldlace`
414 | public static let oldlace = Color(hexString: "#FDF5E6")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:414:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
412 | public static let navy = Color(hexString: "#000080")
413 | /// CSS `oldlace`
414 | public static let oldlace = Color(hexString: "#FDF5E6")
| |- 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: add '@MainActor' to make static property 'oldlace' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
415 | /// CSS `olive`
416 | public static let olive = Color(hexString: "#808000")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:416:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
414 | public static let oldlace = Color(hexString: "#FDF5E6")
415 | /// CSS `olive`
416 | public static let olive = Color(hexString: "#808000")
| |- 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: add '@MainActor' to make static property 'olive' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
417 | /// CSS `olivedrab`
418 | public static let olivedrab = Color(hexString: "#6B8E23")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:418:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
416 | public static let olive = Color(hexString: "#808000")
417 | /// CSS `olivedrab`
418 | public static let olivedrab = Color(hexString: "#6B8E23")
| |- 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: add '@MainActor' to make static property 'olivedrab' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
419 | /// CSS `orange`
420 | public static let orange = Color(hexString: "#FFA500")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:420:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
418 | public static let olivedrab = Color(hexString: "#6B8E23")
419 | /// CSS `orange`
420 | public static let orange = Color(hexString: "#FFA500")
| |- 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: add '@MainActor' to make static property 'orange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
421 | /// CSS `orangered`
422 | public static let orangered = Color(hexString: "#FF4500")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:422:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
420 | public static let orange = Color(hexString: "#FFA500")
421 | /// CSS `orangered`
422 | public static let orangered = Color(hexString: "#FF4500")
| |- 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: add '@MainActor' to make static property 'orangered' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
423 | /// CSS `orchid`
424 | public static let orchid = Color(hexString: "#DA70D6")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:424:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
422 | public static let orangered = Color(hexString: "#FF4500")
423 | /// CSS `orchid`
424 | public static let orchid = Color(hexString: "#DA70D6")
| |- 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: add '@MainActor' to make static property 'orchid' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
425 | /// CSS `palegoldenrod`
426 | public static let palegoldenrod = Color(hexString: "#EEE8AA")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:426:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
424 | public static let orchid = Color(hexString: "#DA70D6")
425 | /// CSS `palegoldenrod`
426 | public static let palegoldenrod = Color(hexString: "#EEE8AA")
| |- 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: add '@MainActor' to make static property 'palegoldenrod' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
427 | /// CSS `palegreen`
428 | public static let palegreen = Color(hexString: "#98FB98")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:428:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
426 | public static let palegoldenrod = Color(hexString: "#EEE8AA")
427 | /// CSS `palegreen`
428 | public static let palegreen = Color(hexString: "#98FB98")
| |- 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: add '@MainActor' to make static property 'palegreen' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
429 | /// CSS `paleturquoise`
430 | public static let paleturquoise = Color(hexString: "#AFEEEE")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:430:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
428 | public static let palegreen = Color(hexString: "#98FB98")
429 | /// CSS `paleturquoise`
430 | public static let paleturquoise = Color(hexString: "#AFEEEE")
| |- 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: add '@MainActor' to make static property 'paleturquoise' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
431 | /// CSS `palevioletred`
432 | public static let palevioletred = Color(hexString: "#DB7093")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:432:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
430 | public static let paleturquoise = Color(hexString: "#AFEEEE")
431 | /// CSS `palevioletred`
432 | public static let palevioletred = Color(hexString: "#DB7093")
| |- 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: add '@MainActor' to make static property 'palevioletred' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
433 | /// CSS `papayawhip`
434 | public static let papayawhip = Color(hexString: "#FFEFD5")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:434:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
432 | public static let palevioletred = Color(hexString: "#DB7093")
433 | /// CSS `papayawhip`
434 | public static let papayawhip = Color(hexString: "#FFEFD5")
| |- 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: add '@MainActor' to make static property 'papayawhip' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
435 | /// CSS `peachpuff`
436 | public static let peachpuff = Color(hexString: "#FFDAB9")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:436:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
434 | public static let papayawhip = Color(hexString: "#FFEFD5")
435 | /// CSS `peachpuff`
436 | public static let peachpuff = Color(hexString: "#FFDAB9")
| |- 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: add '@MainActor' to make static property 'peachpuff' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
437 | /// CSS `peru`
438 | public static let peru = Color(hexString: "#CD853F")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:438:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
436 | public static let peachpuff = Color(hexString: "#FFDAB9")
437 | /// CSS `peru`
438 | public static let peru = Color(hexString: "#CD853F")
| |- 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: add '@MainActor' to make static property 'peru' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
439 | /// CSS `pink`
440 | public static let pink = Color(hexString: "#FFC0CB")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:440:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
438 | public static let peru = Color(hexString: "#CD853F")
439 | /// CSS `pink`
440 | public static let pink = Color(hexString: "#FFC0CB")
| |- 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: add '@MainActor' to make static property 'pink' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
441 | /// CSS `plum`
442 | public static let plum = Color(hexString: "#DDA0DD")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:442:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
440 | public static let pink = Color(hexString: "#FFC0CB")
441 | /// CSS `plum`
442 | public static let plum = Color(hexString: "#DDA0DD")
| |- 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: add '@MainActor' to make static property 'plum' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
443 | /// CSS `powderblue`
444 | public static let powderblue = Color(hexString: "#B0E0E6")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:444:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
442 | public static let plum = Color(hexString: "#DDA0DD")
443 | /// CSS `powderblue`
444 | public static let powderblue = Color(hexString: "#B0E0E6")
| |- 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: add '@MainActor' to make static property 'powderblue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
445 | /// CSS `purple`
446 | public static let purple = Color(hexString: "#800080")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:446:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
444 | public static let powderblue = Color(hexString: "#B0E0E6")
445 | /// CSS `purple`
446 | public static let purple = Color(hexString: "#800080")
| |- 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: add '@MainActor' to make static property 'purple' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
447 | /// CSS `red`
448 | public static let red = Color(hexString: "#FF0000")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:448:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
446 | public static let purple = Color(hexString: "#800080")
447 | /// CSS `red`
448 | public static let red = Color(hexString: "#FF0000")
| |- 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: add '@MainActor' to make static property 'red' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
449 | /// CSS `rosybrown`
450 | public static let rosybrown = Color(hexString: "#BC8F8F")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:450:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
448 | public static let red = Color(hexString: "#FF0000")
449 | /// CSS `rosybrown`
450 | public static let rosybrown = Color(hexString: "#BC8F8F")
| |- 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: add '@MainActor' to make static property 'rosybrown' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
451 | /// CSS `royalblue`
452 | public static let royalblue = Color(hexString: "#4169E1")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:452:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
450 | public static let rosybrown = Color(hexString: "#BC8F8F")
451 | /// CSS `royalblue`
452 | public static let royalblue = Color(hexString: "#4169E1")
| |- 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: add '@MainActor' to make static property 'royalblue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
453 | /// CSS `saddlebrown`
454 | public static let saddlebrown = Color(hexString: "#8B4513")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:454:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
452 | public static let royalblue = Color(hexString: "#4169E1")
453 | /// CSS `saddlebrown`
454 | public static let saddlebrown = Color(hexString: "#8B4513")
| |- 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: add '@MainActor' to make static property 'saddlebrown' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
455 | /// CSS `salmon`
456 | public static let salmon = Color(hexString: "#FA8072")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:456:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
454 | public static let saddlebrown = Color(hexString: "#8B4513")
455 | /// CSS `salmon`
456 | public static let salmon = Color(hexString: "#FA8072")
| |- 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: add '@MainActor' to make static property 'salmon' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
457 | /// CSS `sandybrown`
458 | public static let sandybrown = Color(hexString: "#F4A460")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:458:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
456 | public static let salmon = Color(hexString: "#FA8072")
457 | /// CSS `sandybrown`
458 | public static let sandybrown = Color(hexString: "#F4A460")
| |- 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: add '@MainActor' to make static property 'sandybrown' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
459 | /// CSS `seagreen`
460 | public static let seagreen = Color(hexString: "#2E8B57")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:460:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
458 | public static let sandybrown = Color(hexString: "#F4A460")
459 | /// CSS `seagreen`
460 | public static let seagreen = Color(hexString: "#2E8B57")
| |- 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: add '@MainActor' to make static property 'seagreen' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
461 | /// CSS `seashell`
462 | public static let seashell = Color(hexString: "#2E8B57")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:462:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
460 | public static let seagreen = Color(hexString: "#2E8B57")
461 | /// CSS `seashell`
462 | public static let seashell = Color(hexString: "#2E8B57")
| |- 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: add '@MainActor' to make static property 'seashell' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
463 | /// CSS `sienna`
464 | public static let sienna = Color(hexString: "#A0522D")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:464:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
462 | public static let seashell = Color(hexString: "#2E8B57")
463 | /// CSS `sienna`
464 | public static let sienna = Color(hexString: "#A0522D")
| |- 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: add '@MainActor' to make static property 'sienna' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
465 | /// CSS `silver`
466 | public static let silver = Color(hexString: "#C0C0C0")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:466:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
464 | public static let sienna = Color(hexString: "#A0522D")
465 | /// CSS `silver`
466 | public static let silver = Color(hexString: "#C0C0C0")
| |- 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: add '@MainActor' to make static property 'silver' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
467 | /// CSS `skyblue`
468 | public static let skyblue = Color(hexString: "#87CEEB")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:468:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
466 | public static let silver = Color(hexString: "#C0C0C0")
467 | /// CSS `skyblue`
468 | public static let skyblue = Color(hexString: "#87CEEB")
| |- 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: add '@MainActor' to make static property 'skyblue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
469 | /// CSS `slateblue`
470 | public static let slateblue = Color(hexString: "#6A5ACD")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:470:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
468 | public static let skyblue = Color(hexString: "#87CEEB")
469 | /// CSS `slateblue`
470 | public static let slateblue = Color(hexString: "#6A5ACD")
| |- 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: add '@MainActor' to make static property 'slateblue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
471 | /// CSS `slategray`
472 | public static let slategray = Color(hexString: "#708090")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:472:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
470 | public static let slateblue = Color(hexString: "#6A5ACD")
471 | /// CSS `slategray`
472 | public static let slategray = Color(hexString: "#708090")
| |- 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: add '@MainActor' to make static property 'slategray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
473 | /// CSS `slategrey`
474 | public static let slategrey = Color(hexString: "#708090")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:474:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
472 | public static let slategray = Color(hexString: "#708090")
473 | /// CSS `slategrey`
474 | public static let slategrey = Color(hexString: "#708090")
| |- 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: add '@MainActor' to make static property 'slategrey' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
475 | /// CSS `snow`
476 | public static let snow = Color(hexString: "#FFFAFA")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:476:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
474 | public static let slategrey = Color(hexString: "#708090")
475 | /// CSS `snow`
476 | public static let snow = Color(hexString: "#FFFAFA")
| |- 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: add '@MainActor' to make static property 'snow' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
477 | /// CSS `springgreen`
478 | public static let springgreen = Color(hexString: "#00FF7F")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:478:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
476 | public static let snow = Color(hexString: "#FFFAFA")
477 | /// CSS `springgreen`
478 | public static let springgreen = Color(hexString: "#00FF7F")
| |- 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: add '@MainActor' to make static property 'springgreen' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
479 | /// CSS `steelblue`
480 | public static let steelblue = Color(hexString: "#4682B4")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:480:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
478 | public static let springgreen = Color(hexString: "#00FF7F")
479 | /// CSS `steelblue`
480 | public static let steelblue = Color(hexString: "#4682B4")
| |- 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: add '@MainActor' to make static property 'steelblue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
481 | /// CSS `tan`
482 | public static let tan = Color(hexString: "#D2B48C")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:482:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
480 | public static let steelblue = Color(hexString: "#4682B4")
481 | /// CSS `tan`
482 | public static let tan = Color(hexString: "#D2B48C")
| |- 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: add '@MainActor' to make static property 'tan' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
483 | /// CSS `teal`
484 | public static let teal = Color(hexString: "#008080")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:484:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
482 | public static let tan = Color(hexString: "#D2B48C")
483 | /// CSS `teal`
484 | public static let teal = Color(hexString: "#008080")
| |- 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: add '@MainActor' to make static property 'teal' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
485 | /// CSS `thistle`
486 | public static let thistle = Color(hexString: "#D8BFD8")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:486:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
484 | public static let teal = Color(hexString: "#008080")
485 | /// CSS `thistle`
486 | public static let thistle = Color(hexString: "#D8BFD8")
| |- 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: add '@MainActor' to make static property 'thistle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
487 | /// CSS `tomato`
488 | public static let tomato = Color(hexString: "#FF6347")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:488:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
486 | public static let thistle = Color(hexString: "#D8BFD8")
487 | /// CSS `tomato`
488 | public static let tomato = Color(hexString: "#FF6347")
| |- 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: add '@MainActor' to make static property 'tomato' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
489 | /// CSS `turquoise`
490 | public static let turquoise = Color(hexString: "#40E0D0")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:490:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
488 | public static let tomato = Color(hexString: "#FF6347")
489 | /// CSS `turquoise`
490 | public static let turquoise = Color(hexString: "#40E0D0")
| |- 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: add '@MainActor' to make static property 'turquoise' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
491 | /// CSS `violet`
492 | public static let violet = Color(hexString: "#EE82EE")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:492:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
490 | public static let turquoise = Color(hexString: "#40E0D0")
491 | /// CSS `violet`
492 | public static let violet = Color(hexString: "#EE82EE")
| |- 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: add '@MainActor' to make static property 'violet' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
493 | /// CSS `wheat`
494 | public static let wheat = Color(hexString: "#F5DEB3")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:494:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
492 | public static let violet = Color(hexString: "#EE82EE")
493 | /// CSS `wheat`
494 | public static let wheat = Color(hexString: "#F5DEB3")
| |- 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: add '@MainActor' to make static property 'wheat' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
495 | /// CSS `white`
496 | public static let white = Color(hexString: "#FFFFFF")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:496:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
494 | public static let wheat = Color(hexString: "#F5DEB3")
495 | /// CSS `white`
496 | public static let white = Color(hexString: "#FFFFFF")
| |- 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: add '@MainActor' to make static property 'white' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
497 | /// CSS `whitesmoke`
498 | public static let whitesmoke = Color(hexString: "#F5F5F5")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:498:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
496 | public static let white = Color(hexString: "#FFFFFF")
497 | /// CSS `whitesmoke`
498 | public static let whitesmoke = Color(hexString: "#F5F5F5")
| |- 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: add '@MainActor' to make static property 'whitesmoke' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
499 | /// CSS `yellow`
500 | public static let yellow = Color(hexString: "#FFFF00")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:500:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
498 | public static let whitesmoke = Color(hexString: "#F5F5F5")
499 | /// CSS `yellow`
500 | public static let yellow = Color(hexString: "#FFFF00")
| |- 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: add '@MainActor' to make static property 'yellow' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
501 | /// CSS `yellowgreen`
502 | public static let yellowgreen = Color(hexString: "#9ACD32")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:502:20: 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 | /// A set of components that define a color. The color space is defined by the drawing context.
12 | public struct Color: Equatable, Hashable, Codable {
| `- note: consider making struct 'Color' conform to the 'Sendable' protocol
13 |
14 | /// Red value
:
500 | public static let yellow = Color(hexString: "#FFFF00")
501 | /// CSS `yellowgreen`
502 | public static let yellowgreen = Color(hexString: "#9ACD32")
| |- 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: add '@MainActor' to make static property 'yellowgreen' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
503 |
504 | }
[90/215] Compiling SDPlusLayout ModifiedItem.swift
[91/215] Compiling SDPlusLayout Properties.swift
[92/215] Compiling ArgumentParser EnumerableFlag.swift
/host/spi-builder-workspace/Sources/SDPlusLayout/Properties.swift:56:13: warning: static property 'standard' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
54 | }
55 |
56 | static var standard = Rect(x: 0, y: 0, width: 200, height: 100)
| |- warning: static property 'standard' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'standard' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'standard' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
57 | }
58 |
/host/spi-builder-workspace/Sources/SDPlusLayout/Properties.swift:56:13: warning: static property 'standard' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
54 | }
55 |
56 | static var standard = Rect(x: 0, y: 0, width: 200, height: 100)
| |- warning: static property 'standard' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'standard' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'standard' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
57 | }
58 |
[117/216] Compiling ArgumentParser Name.swift
[118/216] Compiling ArgumentParser Parsed.swift
[119/216] Compiling ArgumentParser ParsedValues.swift
[120/216] Compiling ArgumentParser ParserError.swift
[121/216] Compiling ArgumentParser SplitArguments.swift
[122/216] Compiling ArgumentParser DumpHelpGenerator.swift
[123/216] Compiling ArgumentParser HelpCommand.swift
[124/216] Compiling ArgumentParser HelpGenerator.swift
[125/216] Compiling ArgumentParser MessageInfo.swift
[126/216] Compiling ArgumentParser UsageGenerator.swift
[128/216] Compiling ArgumentParser ExpressibleByArgument.swift
[129/216] Compiling ArgumentParser ParsableArguments.swift
[130/216] Compiling ArgumentParser ParsableArgumentsValidation.swift
[131/216] Compiling ArgumentParser ParsableCommand.swift
[132/216] Compiling ArgumentParser ArgumentDecoder.swift
[133/216] Compiling ArgumentParser ArgumentDefinition.swift
[134/216] Compiling ArgumentParser ArgumentSet.swift
[135/216] Compiling ArgumentParser CommandParser.swift
[136/216] Compiling ArgumentParser InputKey.swift
[137/216] Compiling ArgumentParser InputOrigin.swift
[167/224] Emitting module SwiftSyntax
[193/224] Compiling SwiftSyntax SyntaxDeclNodes.swift
[194/224] Compiling SwiftSyntax SyntaxExprNodes.swift
[195/224] Compiling SwiftSyntax SyntaxNodes.swift
[196/224] Compiling SwiftSyntax SyntaxPatternNodes.swift
[197/224] Compiling SwiftSyntax SyntaxStmtNodes.swift
[198/224] Compiling SwiftSyntax SyntaxTypeNodes.swift
[209/224] Compiling SwiftSyntax RawSyntaxNodes.swift
[210/224] Compiling SwiftSyntax RawSyntaxValidation.swift
[211/225] Wrapping AST for SwiftSyntax for debugging
[213/276] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[214/276] Compiling SwiftDiagnostics Note.swift
[215/276] Compiling SwiftDiagnostics Diagnostic.swift
[216/276] Emitting module SwiftDiagnostics
[217/276] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[218/276] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[219/276] Compiling SwiftDiagnostics Message.swift
[220/276] Compiling SwiftDiagnostics FixIt.swift
[221/276] Compiling SwiftDiagnostics Convenience.swift
[222/276] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[223/277] Wrapping AST for SwiftDiagnostics for debugging
[225/277] Compiling SwiftBasicFormat BasicFormat.swift
[226/277] Compiling SwiftBasicFormat Syntax+Extensions.swift
[227/277] Emitting module SwiftBasicFormat
[228/278] Compiling SwiftParser Modifiers.swift
[229/278] Compiling SwiftParser Names.swift
[230/278] Compiling SwiftParser Nominals.swift
[231/278] Compiling SwiftParser Parameters.swift
[232/278] Compiling SwiftParser ParseSourceFile.swift
[233/283] Wrapping AST for SwiftBasicFormat for debugging
[235/283] Emitting module SwiftParser
[236/283] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[237/283] Compiling SwiftParser StringLiterals.swift
[238/283] Compiling SwiftParser SwiftParserCompatibility.swift
[239/283] Compiling SwiftParser SyntaxUtils.swift
[240/283] Compiling SwiftParser TokenConsumer.swift
[241/283] Compiling SwiftParser TokenPrecedence.swift
[242/283] Compiling SwiftParser TokenSpec.swift
[243/283] Compiling SwiftParser TokenSpecSet.swift
[244/283] Compiling SwiftParser TopLevel.swift
[245/283] Compiling SwiftParser TriviaParser.swift
[246/283] Compiling SwiftParser Lexer.swift
[247/283] Compiling SwiftParser RegexLiteralLexer.swift
[248/283] Compiling SwiftParser UnicodeScalarExtensions.swift
[249/283] Compiling SwiftParser Lookahead.swift
[250/283] Compiling SwiftParser LoopProgressCondition.swift
[251/283] Compiling SwiftParser Attributes.swift
[252/283] Compiling SwiftParser Availability.swift
[253/283] Compiling SwiftParser CharacterInfo.swift
[254/283] Compiling SwiftParser CollectionNodes+Parsable.swift
[255/283] Compiling SwiftParser Declarations.swift
[256/283] Compiling SwiftParser Directives.swift
[257/283] Compiling SwiftParser Parser.swift
[258/283] Compiling SwiftParser Patterns.swift
[259/283] Compiling SwiftParser Recovery.swift
[260/283] Compiling SwiftParser Specifiers.swift
[261/283] Compiling SwiftParser Statements.swift
[262/283] Compiling SwiftParser ExperimentalFeatures.swift
[263/283] Compiling SwiftParser Expressions.swift
[264/283] Compiling SwiftParser IncrementalParseTransition.swift
[265/283] Compiling SwiftParser Cursor.swift
[266/283] Compiling SwiftParser Lexeme.swift
[267/283] Compiling SwiftParser LexemeSequence.swift
[268/283] Compiling SwiftParser Types.swift
[269/283] Compiling SwiftParser IsLexerClassified.swift
[270/283] Compiling SwiftParser LayoutNodes+Parsable.swift
[271/283] Compiling SwiftParser Parser+TokenSpecSet.swift
[272/283] Compiling SwiftParser TokenSpecStaticMembers.swift
[273/284] Wrapping AST for SwiftParser for debugging
[275/307] Compiling SwiftOperators PrecedenceGraph.swift
[276/308] Compiling SwiftOperators PrecedenceGroup.swift
[277/308] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[278/309] Compiling SwiftOperators OperatorTable.swift
[279/309] Compiling SwiftOperators OperatorTable+Semantics.swift
[280/309] Compiling SwiftOperators SyntaxSynthesis.swift
[281/309] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[282/309] Compiling SwiftParserDiagnostics MissingNodesError.swift
[283/309] Compiling SwiftParserDiagnostics MissingTokenError.swift
[284/309] Emitting module SwiftOperators
[285/309] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[286/309] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[287/309] Compiling SwiftOperators OperatorTable+Folding.swift
[288/310] Wrapping AST for SwiftOperators for debugging
[290/310] Emitting module SwiftParserDiagnostics
[291/310] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[292/310] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[293/310] Compiling SwiftParserDiagnostics Utils.swift
[294/310] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[295/310] Compiling SwiftParserDiagnostics PresenceUtils.swift
[300/310] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[301/310] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[302/311] Wrapping AST for SwiftParserDiagnostics for debugging
[304/325] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[305/325] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[306/326] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[307/326] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[308/326] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[309/326] Emitting module SwiftSyntaxBuilder
[310/326] Compiling SwiftSyntaxBuilder Indenter.swift
[311/326] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[312/326] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[313/326] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[314/326] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[315/326] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[316/326] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[317/326] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[318/326] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[319/327] Wrapping AST for SwiftSyntaxBuilder for debugging
[321/341] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[322/341] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[323/342] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[324/342] Compiling SwiftSyntaxMacros Macro+Format.swift
[325/342] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[326/342] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[327/342] Compiling SwiftSyntaxMacros Macro.swift
[328/342] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[329/342] Compiling SwiftSyntaxMacros MemberMacro.swift
[330/342] Compiling SwiftSyntaxMacros PeerMacro.swift
[331/342] Emitting module SwiftSyntaxMacros
[332/342] Compiling SwiftSyntaxMacros AccessorMacro.swift
[333/342] Compiling SwiftSyntaxMacros AttachedMacro.swift
[334/342] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[335/342] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[336/343] Wrapping AST for SwiftSyntaxMacros for debugging
[338/351] Emitting module SwiftSyntaxMacroExpansion
[339/351] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[340/351] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[341/351] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[342/351] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[343/351] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[344/351] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[345/351] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[346/352] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[348/359] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[349/359] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[350/359] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[351/359] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[352/359] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[353/359] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[354/359] Emitting module SwiftCompilerPluginMessageHandling
[355/360] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[357/362] Emitting module SwiftCompilerPlugin
[358/362] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[359/363] Wrapping AST for SwiftCompilerPlugin for debugging
[361/367] Compiling StreamDeckMacros KeyMacros.swift
/host/spi-builder-workspace/Sources/StreamDeckMacros/KeyMacros.swift:17:20: warning: static property 'inheritedType' is not concurrency-safe because non-'Sendable' type 'TypeSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
15 | public struct GlobalSettingsMacro: SharedKeyMacro {
16 |
17 | public static let inheritedType = TypeSyntax("GlobalSettingKey")
| `- warning: static property 'inheritedType' is not concurrency-safe because non-'Sendable' type 'TypeSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | }
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:613:15: note: struct 'TypeSyntax' does not conform to the 'Sendable' protocol
611 | }
612 |
613 | public struct TypeSyntax: TypeSyntaxProtocol, SyntaxHashable {
| `- note: struct 'TypeSyntax' does not conform to the 'Sendable' protocol
614 | public let _syntaxNode: Syntax
615 |
/host/spi-builder-workspace/Sources/StreamDeckMacros/KeyMacros.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
8 | import Foundation
9 | import SwiftCompilerPlugin
10 | import SwiftSyntax
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
11 | import SwiftSyntaxBuilder
12 | import SwiftSyntaxMacros
:
15 | public struct GlobalSettingsMacro: SharedKeyMacro {
16 |
17 | public static let inheritedType = TypeSyntax("GlobalSettingKey")
| |- note: add '@MainActor' to make static property 'inheritedType' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 | }
/host/spi-builder-workspace/Sources/StreamDeckMacros/KeyMacros.swift:23:20: warning: static property 'inheritedType' is not concurrency-safe because non-'Sendable' type 'TypeSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
21 | public struct EnvironmentMacro: SharedKeyMacro {
22 |
23 | public static let inheritedType = TypeSyntax("EnvironmentKey")
| |- warning: static property 'inheritedType' is not concurrency-safe because non-'Sendable' type 'TypeSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'inheritedType' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |
25 | }
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:613:15: note: struct 'TypeSyntax' does not conform to the 'Sendable' protocol
611 | }
612 |
613 | public struct TypeSyntax: TypeSyntaxProtocol, SyntaxHashable {
| `- note: struct 'TypeSyntax' does not conform to the 'Sendable' protocol
614 | public let _syntaxNode: Syntax
615 |
[362/367] Emitting module StreamDeckMacros
/host/spi-builder-workspace/Sources/StreamDeckMacros/KeyMacros.swift:17:20: warning: static property 'inheritedType' is not concurrency-safe because non-'Sendable' type 'TypeSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
15 | public struct GlobalSettingsMacro: SharedKeyMacro {
16 |
17 | public static let inheritedType = TypeSyntax("GlobalSettingKey")
| `- warning: static property 'inheritedType' is not concurrency-safe because non-'Sendable' type 'TypeSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | }
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:613:15: note: struct 'TypeSyntax' does not conform to the 'Sendable' protocol
611 | }
612 |
613 | public struct TypeSyntax: TypeSyntaxProtocol, SyntaxHashable {
| `- note: struct 'TypeSyntax' does not conform to the 'Sendable' protocol
614 | public let _syntaxNode: Syntax
615 |
/host/spi-builder-workspace/Sources/StreamDeckMacros/KeyMacros.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
8 | import Foundation
9 | import SwiftCompilerPlugin
10 | import SwiftSyntax
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
11 | import SwiftSyntaxBuilder
12 | import SwiftSyntaxMacros
:
15 | public struct GlobalSettingsMacro: SharedKeyMacro {
16 |
17 | public static let inheritedType = TypeSyntax("GlobalSettingKey")
| |- note: add '@MainActor' to make static property 'inheritedType' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 | }
/host/spi-builder-workspace/Sources/StreamDeckMacros/KeyMacros.swift:23:20: warning: static property 'inheritedType' is not concurrency-safe because non-'Sendable' type 'TypeSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
21 | public struct EnvironmentMacro: SharedKeyMacro {
22 |
23 | public static let inheritedType = TypeSyntax("EnvironmentKey")
| |- warning: static property 'inheritedType' is not concurrency-safe because non-'Sendable' type 'TypeSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'inheritedType' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |
25 | }
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:613:15: note: struct 'TypeSyntax' does not conform to the 'Sendable' protocol
611 | }
612 |
613 | public struct TypeSyntax: TypeSyntaxProtocol, SyntaxHashable {
| `- note: struct 'TypeSyntax' does not conform to the 'Sendable' protocol
614 | public let _syntaxNode: Syntax
615 |
[363/367] Compiling StreamDeckMacros Plugin.swift
[364/367] Compiling StreamDeckMacros SharedKeyMacro.swift
[365/368] Wrapping AST for StreamDeckMacros for debugging
[366/368] Write Objects.LinkFileList
[367/368] Linking StreamDeckMacros-tool
[369/446] Compiling StreamDeck ActionBuilder.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[370/446] Compiling StreamDeck ExportCommand.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[371/446] Compiling StreamDeck PluginCommand.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[372/446] Compiling StreamDeck StreamDeckCommand.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[373/446] Compiling StreamDeck StreamDeckKey.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[374/446] Compiling StreamDeck EventProtocols.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
error: emit-module command failed with exit code 1 (use -v to see invocation)
[375/451] Emitting module StreamDeck
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[376/456] Compiling StreamDeck SDPlugin+Received.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[377/456] Compiling StreamDeck SDPlugin+Sent.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[378/456] Compiling StreamDeck SDPlugin+Support.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[379/456] Compiling StreamDeck StreamDeckPlugin.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[380/456] Compiling StreamDeck ActionControllerRegistry.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
error: emit-module command failed with exit code 1 (use -v to see invocation)
[381/456] Emitting module StreamDeck
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[388/456] Compiling StreamDeck TriggerDescription.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[389/456] Compiling StreamDeck GlobalSettings.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[390/456] Compiling StreamDeck GlobalSettingsKey.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[391/456] Compiling StreamDeck SettingsWrapper.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[392/456] Compiling StreamDeck State.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[393/456] Compiling StreamDeck PluginManifest.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[394/456] Compiling StreamDeck PluginOS.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[395/456] Compiling StreamDeck PluginProfile.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[396/456] Compiling StreamDeck PluginSoftware.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[397/456] Compiling StreamDeck RotaryEncoder.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[398/456] Compiling StreamDeck Events.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[399/456] Compiling StreamDeck CharSet+DNS.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[400/456] Compiling StreamDeck NSImage+Base64.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[401/456] Compiling StreamDeck URL+Argument.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[402/456] Compiling StreamDeck SettingsMacros.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[403/456] Compiling StreamDeck Fonts.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[404/456] Compiling StreamDeck Hardware.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[405/456] Compiling StreamDeck PluginAction.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[406/456] Compiling StreamDeck PluginActionState.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[407/456] Compiling StreamDeck PluginInfo.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[408/456] Compiling StreamDeck Action+Support.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[409/456] Compiling StreamDeck Action.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[410/456] Compiling StreamDeck LongPress.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[411/456] Compiling StreamDeck PluginCommunication.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[412/456] Compiling StreamDeck StreamDeckError.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[418/456] Compiling StreamDeck Action+Received.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[424/456] Compiling StreamDeck EnvironmentKey.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[425/456] Compiling StreamDeck EnvironmentValues.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[426/456] Compiling StreamDeck EnvironmentWrapper.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[427/456] Compiling StreamDeck ApplicationsToMonitor.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[428/456] Compiling StreamDeck Coordinates.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[439/456] Compiling StreamDeck Action+Sent.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/19] Write swift-version-24593BA9C3E375BF.txt
[5/28] Emitting module SwiftSyntax509
[6/28] Compiling SwiftSyntax509 Empty.swift
[7/56] Emitting module ArgumentParserToolInfo
[9/100] Compiling SwiftSyntax SourcePresence.swift
[10/100] Compiling SwiftSyntax SyntaxText.swift
[11/102] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[12/102] Compiling SwiftSyntax Syntax.swift
[13/102] Compiling SwiftSyntax SourceLength.swift
[14/102] Compiling SwiftSyntax SourceLocation.swift
[19/104] Compiling SwiftSyntax RawSyntax.swift
[20/104] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[21/104] Compiling SwiftSyntax SyntaxCollection.swift
[22/104] Compiling SwiftSyntax SyntaxData.swift
[23/104] Emitting module SDPlusLayout
[24/104] Compiling SwiftSyntax SyntaxArena.swift
[25/104] Compiling SwiftSyntax SyntaxChildren.swift
[28/104] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[29/104] Compiling SwiftSyntax RawSyntaxTokenView.swift
[30/104] Compiling SDPlusLayout ModifiedItem.swift
[31/104] Compiling SDPlusLayout Properties.swift
[36/104] Compiling ArgumentParserToolInfo ToolInfo.swift
[39/105] Emitting module ArgumentParserToolInfo
[43/106] Emitting module SDPlusLayout
[47/183] Compiling ArgumentParser HelpGenerator.swift
[48/183] Compiling ArgumentParser MessageInfo.swift
[50/184] Emitting module ArgumentParser
[51/189] Compiling ArgumentParser Flag.swift
[52/189] Compiling ArgumentParser NameSpecification.swift
[53/189] Compiling ArgumentParser Option.swift
[54/189] Compiling ArgumentParser ExpressibleByArgument.swift
[55/189] Compiling ArgumentParser ParsableArguments.swift
[56/189] Compiling ArgumentParser ParsableArgumentsValidation.swift
[57/195] Compiling ArgumentParser Parsed.swift
[58/195] Compiling ArgumentParser ParsedValues.swift
[59/195] Compiling ArgumentParser ParserError.swift
[60/195] Compiling ArgumentParser SplitArguments.swift
[61/195] Compiling ArgumentParser ArgumentVisibility.swift
[62/195] Compiling ArgumentParser CompletionKind.swift
[63/200] Emitting module ArgumentParser
[64/200] Compiling ArgumentParser DumpHelpGenerator.swift
[65/200] Compiling ArgumentParser HelpCommand.swift
[68/200] Compiling ArgumentParser UsageGenerator.swift
[69/200] Compiling ArgumentParser Name.swift
[76/200] Compiling ArgumentParser Errors.swift
[83/200] Compiling ArgumentParser CollectionExtensions.swift
[84/200] Compiling ArgumentParser Platform.swift
[85/200] Compiling ArgumentParser SequenceExtensions.swift
[86/200] Compiling ArgumentParser StringExtensions.swift
[87/200] Compiling ArgumentParser Tree.swift
[96/200] Compiling ArgumentParser ParsableCommand.swift
[97/200] Compiling ArgumentParser ArgumentDecoder.swift
[102/200] Compiling ArgumentParser BashCompletionsGenerator.swift
[103/200] Compiling ArgumentParser ArgumentDefinition.swift
[104/200] Compiling ArgumentParser ArgumentSet.swift
[105/200] Compiling ArgumentParser CommandParser.swift
[106/200] Compiling ArgumentParser InputKey.swift
[107/200] Compiling ArgumentParser InputOrigin.swift
[108/200] Compiling ArgumentParser CompletionsGenerator.swift
[109/200] Compiling ArgumentParser FishCompletionsGenerator.swift
[110/200] Compiling ArgumentParser ZshCompletionsGenerator.swift
[111/200] Compiling ArgumentParser Argument.swift
[112/200] Compiling ArgumentParser ArgumentHelp.swift
[113/200] Compiling ArgumentParser OptionGroup.swift
[114/200] Compiling ArgumentParser AsyncParsableCommand.swift
[115/200] Compiling ArgumentParser CommandConfiguration.swift
[116/200] Compiling ArgumentParser CommandGroup.swift
[117/200] Compiling ArgumentParser EnumerableFlag.swift
[157/202] Emitting module SwiftSyntax
[171/202] Compiling SwiftSyntax SyntaxDeclNodes.swift
[172/202] Compiling SwiftSyntax SyntaxExprNodes.swift
[173/202] Compiling SwiftSyntax SyntaxNodes.swift
[174/202] Compiling SwiftSyntax SyntaxPatternNodes.swift
[175/202] Compiling SwiftSyntax SyntaxStmtNodes.swift
[176/202] Compiling SwiftSyntax SyntaxTypeNodes.swift
[187/202] Compiling SwiftSyntax RawSyntaxNodes.swift
[188/202] Compiling SwiftSyntax RawSyntaxValidation.swift
[190/215] Compiling SwiftBasicFormat Syntax+Extensions.swift
[191/215] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[192/227] Compiling SwiftDiagnostics Convenience.swift
[193/253] Compiling SwiftDiagnostics Note.swift
[194/253] Emitting module SwiftDiagnostics
[195/253] Compiling SwiftDiagnostics FixIt.swift
[196/253] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[197/253] Compiling SwiftDiagnostics Message.swift
[198/253] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[199/253] Compiling SwiftDiagnostics Diagnostic.swift
[200/253] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[202/253] Emitting module SwiftBasicFormat
[203/253] Compiling SwiftBasicFormat BasicFormat.swift
[205/253] Compiling SwiftParser Parser.swift
[206/253] Compiling SwiftParser Patterns.swift
[207/253] Compiling SwiftParser Recovery.swift
[208/253] Compiling SwiftParser Specifiers.swift
[209/253] Compiling SwiftParser Statements.swift
[210/258] Compiling SwiftParser Modifiers.swift
[211/258] Compiling SwiftParser Names.swift
[212/258] Compiling SwiftParser Nominals.swift
[213/258] Compiling SwiftParser Parameters.swift
[214/258] Compiling SwiftParser ParseSourceFile.swift
[215/258] Compiling SwiftParser Lexer.swift
[216/258] Compiling SwiftParser RegexLiteralLexer.swift
[217/258] Compiling SwiftParser UnicodeScalarExtensions.swift
[218/258] Compiling SwiftParser Lookahead.swift
[219/258] Compiling SwiftParser LoopProgressCondition.swift
[220/258] Compiling SwiftParser TokenPrecedence.swift
[221/258] Compiling SwiftParser TokenSpec.swift
[222/258] Compiling SwiftParser TokenSpecSet.swift
[223/258] Compiling SwiftParser TopLevel.swift
[224/258] Compiling SwiftParser TriviaParser.swift
[225/258] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[226/258] Compiling SwiftParser StringLiterals.swift
[227/258] Compiling SwiftParser SwiftParserCompatibility.swift
[228/258] Compiling SwiftParser SyntaxUtils.swift
[229/258] Compiling SwiftParser TokenConsumer.swift
[230/258] Compiling SwiftParser Types.swift
[231/258] Compiling SwiftParser IsLexerClassified.swift
[232/258] Compiling SwiftParser LayoutNodes+Parsable.swift
[233/258] Compiling SwiftParser Parser+TokenSpecSet.swift
[234/258] Compiling SwiftParser TokenSpecStaticMembers.swift
[235/258] Compiling SwiftParser Attributes.swift
[236/258] Compiling SwiftParser Availability.swift
[237/258] Compiling SwiftParser CharacterInfo.swift
[238/258] Compiling SwiftParser CollectionNodes+Parsable.swift
[239/258] Compiling SwiftParser Declarations.swift
[240/258] Compiling SwiftParser Directives.swift
[241/258] Emitting module SwiftParser
[242/258] Compiling SwiftParser ExperimentalFeatures.swift
[243/258] Compiling SwiftParser Expressions.swift
[244/258] Compiling SwiftParser IncrementalParseTransition.swift
[245/258] Compiling SwiftParser Cursor.swift
[246/258] Compiling SwiftParser Lexeme.swift
[247/258] Compiling SwiftParser LexemeSequence.swift
[248/259] Wrapping AST for SwiftParser for debugging
[250/282] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[251/282] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[252/283] Compiling SwiftOperators PrecedenceGroup.swift
[253/283] Compiling SwiftOperators OperatorTable.swift
[254/283] Compiling SwiftOperators PrecedenceGraph.swift
[255/283] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[256/284] Compiling SwiftParserDiagnostics MissingNodesError.swift
[257/284] Compiling SwiftParserDiagnostics MissingTokenError.swift
[258/284] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[259/284] Emitting module SwiftOperators
[260/284] Compiling SwiftOperators SyntaxSynthesis.swift
[261/284] Compiling SwiftOperators OperatorTable+Semantics.swift
[264/284] Compiling SwiftOperators OperatorTable+Folding.swift
[265/285] Wrapping AST for SwiftOperators for debugging
[267/285] Emitting module SwiftParserDiagnostics
[270/285] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[271/285] Compiling SwiftParserDiagnostics Utils.swift
[272/285] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[273/285] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[274/285] Compiling SwiftParserDiagnostics PresenceUtils.swift
[275/285] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[276/285] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[277/286] Wrapping AST for SwiftParserDiagnostics for debugging
[279/300] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[280/300] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[281/301] Emitting module SwiftSyntaxBuilder
[282/301] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[283/301] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[284/301] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[285/301] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[286/301] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[287/301] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[288/301] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[289/301] Compiling SwiftSyntaxBuilder Indenter.swift
[290/301] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[291/301] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[292/301] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[293/301] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[294/302] Wrapping AST for SwiftSyntaxBuilder for debugging
[296/316] Compiling SwiftSyntaxMacros AccessorMacro.swift
[297/316] Compiling SwiftSyntaxMacros AttachedMacro.swift
[298/317] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[299/317] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[300/317] Compiling SwiftSyntaxMacros MemberMacro.swift
[301/317] Compiling SwiftSyntaxMacros Macro.swift
[302/317] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[303/317] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[304/317] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[305/317] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[306/317] Compiling SwiftSyntaxMacros Macro+Format.swift
[307/317] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[308/317] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[309/317] Emitting module SwiftSyntaxMacros
[310/317] Compiling SwiftSyntaxMacros PeerMacro.swift
[312/325] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[313/325] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[314/325] Emitting module SwiftSyntaxMacroExpansion
[315/325] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[316/325] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[317/325] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[318/325] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[319/325] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[320/326] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[322/333] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[323/333] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[324/333] Emitting module SwiftCompilerPluginMessageHandling
[325/333] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[326/333] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[327/333] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[328/333] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[330/335] Emitting module SwiftCompilerPlugin
[331/335] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[332/336] Wrapping AST for SwiftCompilerPlugin for debugging
[334/340] Compiling StreamDeckMacros KeyMacros.swift
[335/340] Compiling StreamDeckMacros SharedKeyMacro.swift
[336/340] Emitting module StreamDeckMacros
[337/340] Compiling StreamDeckMacros Plugin.swift
[338/340] Write Objects.LinkFileList
[339/340] Linking StreamDeckMacros-tool
[341/418] Compiling StreamDeck SDPlugin+Received.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[342/418] Compiling StreamDeck SDPlugin+Sent.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[343/418] Compiling StreamDeck SDPlugin+Received.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[344/418] Compiling StreamDeck SDPlugin+Sent.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[345/418] Compiling StreamDeck SDPlugin+Support.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[349/418] Compiling StreamDeck StreamDeckPlugin.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[350/418] Compiling StreamDeck ActionControllerRegistry.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[351/428] Compiling StreamDeck PluginManifest.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[354/428] Compiling StreamDeck PluginOS.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[355/428] Compiling StreamDeck EnvironmentKey.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[356/428] Compiling StreamDeck PluginProfile.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[357/428] Compiling StreamDeck EnvironmentValues.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[358/428] Compiling StreamDeck PluginSoftware.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[359/428] Compiling StreamDeck RotaryEncoder.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[360/428] Compiling StreamDeck EnvironmentWrapper.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[361/428] Compiling StreamDeck EnvironmentKey.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[362/428] Compiling StreamDeck EnvironmentValues.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[363/428] Compiling StreamDeck EnvironmentWrapper.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[364/428] Compiling StreamDeck ApplicationsToMonitor.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[365/428] Compiling StreamDeck Coordinates.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[366/428] Compiling StreamDeck Fonts.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[370/428] Compiling StreamDeck ApplicationsToMonitor.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[371/428] Compiling StreamDeck Coordinates.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[372/428] Compiling StreamDeck Fonts.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[373/428] Compiling StreamDeck Hardware.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[374/428] Compiling StreamDeck PluginAction.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[375/428] Compiling StreamDeck PluginActionState.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[376/428] Compiling StreamDeck PluginInfo.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
error: emit-module command failed with exit code 1 (use -v to see invocation)
[377/428] Emitting module StreamDeck
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[384/428] Compiling StreamDeck Hardware.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[385/428] Compiling StreamDeck PluginAction.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[386/428] Compiling StreamDeck PluginActionState.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[387/428] Compiling StreamDeck PluginInfo.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
error: emit-module command failed with exit code 1 (use -v to see invocation)
[388/428] Emitting module StreamDeck
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[395/428] Compiling StreamDeck ActionBuilder.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[396/428] Compiling StreamDeck ExportCommand.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[397/428] Compiling StreamDeck PluginCommand.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[398/428] Compiling StreamDeck StreamDeckCommand.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[399/428] Compiling StreamDeck StreamDeckKey.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[400/428] Compiling StreamDeck EventProtocols.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[401/428] Compiling StreamDeck TriggerDescription.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[402/428] Compiling StreamDeck GlobalSettings.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[403/428] Compiling StreamDeck GlobalSettingsKey.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[404/428] Compiling StreamDeck SettingsWrapper.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[405/428] Compiling StreamDeck State.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
8 | import Foundation
9 | import ArgumentParser
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
BUILD FAILURE 6.1 wasm