The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SpectreKit, reference main (05b531), with Swift 6.1 for Android on 29 May 2025 20:25:33 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/patriksvensson/spectre-kit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/patriksvensson/spectre-kit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 05b5314 Merge pull request #11 from patriksvensson/feature/windows
Cloned https://github.com/patriksvensson/spectre-kit.git
Revision (git rev-parse @):
05b531447809b92969bd8688d7b842bbd796f469
SUCCESS checkout https://github.com/patriksvensson/spectre-kit.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/patriksvensson/spectre-kit.git
https://github.com/patriksvensson/spectre-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "SpectreKit",
  "name" : "SpectreKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SpectreKit",
      "targets" : [
        "SpectreKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Example",
      "targets" : [
        "Example"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpectreKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SpectreKitTests",
      "path" : "Tests/SpectreKitTests",
      "sources" : [
        "ColorTests.swift",
        "StringTests.swift",
        "TestConsole.swift",
        "Widgets/GridTests.swift",
        "Widgets/MarkupTests.swift",
        "Widgets/PanelTests.swift",
        "Widgets/ParagraphTests.swift",
        "Widgets/RuleTests.swift",
        "Widgets/TableTests.swift",
        "Widgets/TextTests.swift"
      ],
      "target_dependencies" : [
        "SpectreKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpectreKit",
      "module_type" : "SwiftTarget",
      "name" : "SpectreKit",
      "path" : "Sources/SpectreKit",
      "product_memberships" : [
        "SpectreKit",
        "Example"
      ],
      "sources" : [
        "Alignable.swift",
        "Borderable.swift",
        "BoxBorder.swift",
        "BoxBordereable.swift",
        "Colors.swift",
        "Column.swift",
        "Environment.swift",
        "Expandable.swift",
        "Internal/DataStructures.swift",
        "Internal/Extensions/Array.swift",
        "Internal/Extensions/Character.swift",
        "Internal/Extensions/Sequence.swift",
        "Internal/Extensions/String.swift",
        "Internal/Iterators.swift",
        "Internal/Platform.swift",
        "Internal/Ratio.swift",
        "Internal/Wcwidth.swift",
        "Justify.swift",
        "Overflow.swift",
        "Paddable.swift",
        "Padding.swift",
        "Rendering/Aligner.swift",
        "Rendering/Ansi.swift",
        "Rendering/Renderable.swift",
        "Rendering/Segments.swift",
        "Rendering/TablePart.swift",
        "Size.swift",
        "SpectreKit.swift",
        "Styles.swift",
        "TableBorder.swift",
        "TableBordereable.swift",
        "Terminal.swift",
        "Widgets/Borders/BoxBorderPart.swift",
        "Widgets/Borders/Boxes/AsciiBoxBorder.swift",
        "Widgets/Borders/Boxes/DoubleBoxBorder.swift",
        "Widgets/Borders/Boxes/HeavyBoxBorder.swift",
        "Widgets/Borders/Boxes/NoBoxBorder.swift",
        "Widgets/Borders/Boxes/RoundedBoxCorner.swift",
        "Widgets/Borders/Boxes/SquareBoxBorder.swift",
        "Widgets/Borders/TableBorderPart.swift",
        "Widgets/Borders/Tables/Ascii2TableBorder.swift",
        "Widgets/Borders/Tables/AsciiDoubleHeadTableBorder.swift",
        "Widgets/Borders/Tables/AsciiTableBorder.swift",
        "Widgets/Borders/Tables/DoubleEdgeTableBorder.swift",
        "Widgets/Borders/Tables/DoubleTableBorder.swift",
        "Widgets/Borders/Tables/HeavyEdgeTableBorder.swift",
        "Widgets/Borders/Tables/HeavyHeadTableBorder.swift",
        "Widgets/Borders/Tables/HeavyTableBorder.swift",
        "Widgets/Borders/Tables/HorizontalTableBorder.swift",
        "Widgets/Borders/Tables/MarkdownTableBorder.swift",
        "Widgets/Borders/Tables/MinimalDoubleHeadTableBorder.swift",
        "Widgets/Borders/Tables/MinimalHeavyHeadTableBorder.swift",
        "Widgets/Borders/Tables/MinimalTableBorder.swift",
        "Widgets/Borders/Tables/NoTableBorder.swift",
        "Widgets/Borders/Tables/RoundedTableBorder.swift",
        "Widgets/Borders/Tables/SimpleHeavyTableBorder.swift",
        "Widgets/Borders/Tables/SimpleTableBorder.swift",
        "Widgets/Borders/Tables/SquareTableBorder.swift",
        "Widgets/Grid.swift",
        "Widgets/Markup.swift",
        "Widgets/Padder.swift",
        "Widgets/Panel.swift",
        "Widgets/Paragraph.swift",
        "Widgets/Rule.swift",
        "Widgets/Table.swift",
        "Widgets/Text.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Sources/Example",
      "product_memberships" : [
        "Example"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SpectreKit"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.53s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (3.48s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.45s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.55s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/9] Write sources
[4/9] Write swift-version-24593BA9C3E375BF.txt
[6/68] Compiling SpectreKit AsciiTableBorder.swift
[7/68] Compiling SpectreKit DoubleEdgeTableBorder.swift
[8/68] Compiling SpectreKit DoubleTableBorder.swift
[9/68] Compiling SpectreKit HeavyEdgeTableBorder.swift
[10/68] Compiling SpectreKit HeavyHeadTableBorder.swift
[11/68] Compiling SpectreKit HeavyTableBorder.swift
[12/68] Compiling SpectreKit HorizontalTableBorder.swift
[13/68] Compiling SpectreKit MarkdownTableBorder.swift
[14/76] Compiling SpectreKit MinimalDoubleHeadTableBorder.swift
[15/76] Compiling SpectreKit MinimalHeavyHeadTableBorder.swift
[16/76] Compiling SpectreKit MinimalTableBorder.swift
[17/76] Compiling SpectreKit NoTableBorder.swift
[18/76] Compiling SpectreKit RoundedTableBorder.swift
[19/76] Compiling SpectreKit SimpleHeavyTableBorder.swift
[20/76] Compiling SpectreKit SimpleTableBorder.swift
[21/76] Compiling SpectreKit SquareTableBorder.swift
[22/76] Compiling SpectreKit Overflow.swift
[23/76] Compiling SpectreKit Paddable.swift
[24/76] Compiling SpectreKit Padding.swift
[25/76] Compiling SpectreKit Aligner.swift
[26/76] Compiling SpectreKit Ansi.swift
[27/76] Compiling SpectreKit Renderable.swift
[28/76] Compiling SpectreKit Segments.swift
[29/76] Compiling SpectreKit TablePart.swift
[30/76] Emitting module SpectreKit
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:17:23: warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'Style' may have shared mutable state; this is an error in the Swift 6 language mode
  5 |
  6 | /// Represents color and text decorations.
  7 | public struct Style: Equatable {
    |               `- note: consider making struct 'Style' conform to the 'Sendable' protocol
  8 |     /// The foreground color.
  9 |     public let foreground: Color?
    :
 15 |     /// A ``Style`` with the default colors
 16 |     /// and without text decoration
 17 |     public static let plain = Style()
    |                       |- warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'Style' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'plain' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |     public init(foreground: Color? = nil, background: Color? = nil, decoration: Decoration? = nil) {
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:141:23: warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
139 |
140 |     /// Bold text.
141 |     public static let bold = Decoration(rawValue: 1 << 0)
    |                       |- warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'bold' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
142 |
143 |     /// Dim or faint text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:144:23: warning: static property 'dim' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
142 |
143 |     /// Dim or faint text.
144 |     public static let dim = Decoration(rawValue: 1 << 1)
    |                       |- warning: static property 'dim' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'dim' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 |
146 |     /// Italic text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:147:23: warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
145 |
146 |     /// Italic text.
147 |     public static let italic = Decoration(rawValue: 1 << 2)
    |                       |- warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'italic' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
148 |
149 |     /// Underlined text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:150:23: warning: static property 'underline' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
148 |
149 |     /// Underlined text.
150 |     public static let underline = Decoration(rawValue: 1 << 3)
    |                       |- warning: static property 'underline' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'underline' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 |
152 |     /// Swaps the foreground and background colors.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:153:23: warning: static property 'invert' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
151 |
152 |     /// Swaps the foreground and background colors.
153 |     public static let invert = Decoration(rawValue: 1 << 4)
    |                       |- warning: static property 'invert' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'invert' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 |
155 |     /// Hides the text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:156:23: warning: static property 'conceal' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
154 |
155 |     /// Hides the text.
156 |     public static let conceal = Decoration(rawValue: 1 << 5)
    |                       |- warning: static property 'conceal' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'conceal' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
157 |
158 |     /// Makes text blink.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:160:23: warning: static property 'slowBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
158 |     /// Makes text blink.
159 |     /// Normally less than 150 blinks per minute.
160 |     public static let slowBlink = Decoration(rawValue: 1 << 6)
    |                       |- warning: static property 'slowBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'slowBlink' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
161 |
162 |     /// Makes text blink.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:164:23: warning: static property 'rapidBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
162 |     /// Makes text blink.
163 |     /// Normally more than 150 blinks per minute.
164 |     public static let rapidBlink = Decoration(rawValue: 1 << 7)
    |                       |- warning: static property 'rapidBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'rapidBlink' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
165 |
166 |     /// Shows text with a horizontal line through the center.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:167:23: warning: static property 'strikethrough' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
165 |
166 |     /// Shows text with a horizontal line through the center.
167 |     public static let strikethrough = Decoration(rawValue: 1 << 8)
    |                       |- warning: static property 'strikethrough' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'strikethrough' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
168 | }
169 |
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:174:16: warning: static property 'table' is not concurrency-safe because non-'Sendable' type '[String : Decoration]' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
172 |
173 | struct DecorationTable {
174 |     static let table: [String: Decoration] = [
    |                |- warning: static property 'table' is not concurrency-safe because non-'Sendable' type '[String : Decoration]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'table' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
175 |         "none": [],
176 |         "bold": Decoration.bold,
/host/spi-builder-workspace/Sources/SpectreKit/Widgets/Text.swift:6:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'Text' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | /// A renderable piece of text.
 2 | public class Text: Renderable, Justifiable, Overflowable {
   |              `- note: class 'Text' does not conform to the 'Sendable' protocol
 3 |     var _paragraph: Paragraph
 4 |
 5 |     /// Gets an empty ``Text`` instance.
 6 |     public static let empty: Text = Text("")
   |                       |- warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'Text' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     /// Gets an instance of ``Text`` containing a new line.
[31/76] Compiling SpectreKit Array.swift
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:17:21: error: cannot find 'isatty' in scope
15 | class PosixPlatform : Platform {
16 |     func getTerminalType() -> TerminalType {
17 |         let isTTY = isatty(FileHandle.standardOutput.fileDescriptor) == 1
   |                     `- error: cannot find 'isatty' in scope
18 |         return isTTY ? .tty : .file
19 |     }
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:27:22: error: cannot find 'winsize' in scope
25 |         // a temporary arrangement and needs to be fixed.
26 |         #if !arch(powerpc64le)
27 |             var ws = winsize()
   |                      `- error: cannot find 'winsize' in scope
28 |             #if os(OpenBSD)
29 |                 let tiocgwinsz = 0x4008_7468
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:27: error: cannot find 'ioctl' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                           `- error: cannot find 'ioctl' in scope
33 |             #endif
34 |
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:41: error: cannot find 'TIOCGWINSZ' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                                         `- error: cannot find 'TIOCGWINSZ' in scope
33 |             #endif
34 |
[32/76] Compiling SpectreKit Character.swift
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:17:21: error: cannot find 'isatty' in scope
15 | class PosixPlatform : Platform {
16 |     func getTerminalType() -> TerminalType {
17 |         let isTTY = isatty(FileHandle.standardOutput.fileDescriptor) == 1
   |                     `- error: cannot find 'isatty' in scope
18 |         return isTTY ? .tty : .file
19 |     }
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:27:22: error: cannot find 'winsize' in scope
25 |         // a temporary arrangement and needs to be fixed.
26 |         #if !arch(powerpc64le)
27 |             var ws = winsize()
   |                      `- error: cannot find 'winsize' in scope
28 |             #if os(OpenBSD)
29 |                 let tiocgwinsz = 0x4008_7468
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:27: error: cannot find 'ioctl' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                           `- error: cannot find 'ioctl' in scope
33 |             #endif
34 |
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:41: error: cannot find 'TIOCGWINSZ' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                                         `- error: cannot find 'TIOCGWINSZ' in scope
33 |             #endif
34 |
[33/76] Compiling SpectreKit Sequence.swift
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:17:21: error: cannot find 'isatty' in scope
15 | class PosixPlatform : Platform {
16 |     func getTerminalType() -> TerminalType {
17 |         let isTTY = isatty(FileHandle.standardOutput.fileDescriptor) == 1
   |                     `- error: cannot find 'isatty' in scope
18 |         return isTTY ? .tty : .file
19 |     }
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:27:22: error: cannot find 'winsize' in scope
25 |         // a temporary arrangement and needs to be fixed.
26 |         #if !arch(powerpc64le)
27 |             var ws = winsize()
   |                      `- error: cannot find 'winsize' in scope
28 |             #if os(OpenBSD)
29 |                 let tiocgwinsz = 0x4008_7468
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:27: error: cannot find 'ioctl' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                           `- error: cannot find 'ioctl' in scope
33 |             #endif
34 |
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:41: error: cannot find 'TIOCGWINSZ' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                                         `- error: cannot find 'TIOCGWINSZ' in scope
33 |             #endif
34 |
[34/76] Compiling SpectreKit String.swift
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:17:21: error: cannot find 'isatty' in scope
15 | class PosixPlatform : Platform {
16 |     func getTerminalType() -> TerminalType {
17 |         let isTTY = isatty(FileHandle.standardOutput.fileDescriptor) == 1
   |                     `- error: cannot find 'isatty' in scope
18 |         return isTTY ? .tty : .file
19 |     }
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:27:22: error: cannot find 'winsize' in scope
25 |         // a temporary arrangement and needs to be fixed.
26 |         #if !arch(powerpc64le)
27 |             var ws = winsize()
   |                      `- error: cannot find 'winsize' in scope
28 |             #if os(OpenBSD)
29 |                 let tiocgwinsz = 0x4008_7468
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:27: error: cannot find 'ioctl' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                           `- error: cannot find 'ioctl' in scope
33 |             #endif
34 |
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:41: error: cannot find 'TIOCGWINSZ' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                                         `- error: cannot find 'TIOCGWINSZ' in scope
33 |             #endif
34 |
[35/76] Compiling SpectreKit Iterators.swift
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:17:21: error: cannot find 'isatty' in scope
15 | class PosixPlatform : Platform {
16 |     func getTerminalType() -> TerminalType {
17 |         let isTTY = isatty(FileHandle.standardOutput.fileDescriptor) == 1
   |                     `- error: cannot find 'isatty' in scope
18 |         return isTTY ? .tty : .file
19 |     }
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:27:22: error: cannot find 'winsize' in scope
25 |         // a temporary arrangement and needs to be fixed.
26 |         #if !arch(powerpc64le)
27 |             var ws = winsize()
   |                      `- error: cannot find 'winsize' in scope
28 |             #if os(OpenBSD)
29 |                 let tiocgwinsz = 0x4008_7468
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:27: error: cannot find 'ioctl' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                           `- error: cannot find 'ioctl' in scope
33 |             #endif
34 |
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:41: error: cannot find 'TIOCGWINSZ' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                                         `- error: cannot find 'TIOCGWINSZ' in scope
33 |             #endif
34 |
[36/76] Compiling SpectreKit Platform.swift
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:17:21: error: cannot find 'isatty' in scope
15 | class PosixPlatform : Platform {
16 |     func getTerminalType() -> TerminalType {
17 |         let isTTY = isatty(FileHandle.standardOutput.fileDescriptor) == 1
   |                     `- error: cannot find 'isatty' in scope
18 |         return isTTY ? .tty : .file
19 |     }
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:27:22: error: cannot find 'winsize' in scope
25 |         // a temporary arrangement and needs to be fixed.
26 |         #if !arch(powerpc64le)
27 |             var ws = winsize()
   |                      `- error: cannot find 'winsize' in scope
28 |             #if os(OpenBSD)
29 |                 let tiocgwinsz = 0x4008_7468
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:27: error: cannot find 'ioctl' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                           `- error: cannot find 'ioctl' in scope
33 |             #endif
34 |
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:41: error: cannot find 'TIOCGWINSZ' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                                         `- error: cannot find 'TIOCGWINSZ' in scope
33 |             #endif
34 |
[37/76] Compiling SpectreKit Ratio.swift
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:17:21: error: cannot find 'isatty' in scope
15 | class PosixPlatform : Platform {
16 |     func getTerminalType() -> TerminalType {
17 |         let isTTY = isatty(FileHandle.standardOutput.fileDescriptor) == 1
   |                     `- error: cannot find 'isatty' in scope
18 |         return isTTY ? .tty : .file
19 |     }
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:27:22: error: cannot find 'winsize' in scope
25 |         // a temporary arrangement and needs to be fixed.
26 |         #if !arch(powerpc64le)
27 |             var ws = winsize()
   |                      `- error: cannot find 'winsize' in scope
28 |             #if os(OpenBSD)
29 |                 let tiocgwinsz = 0x4008_7468
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:27: error: cannot find 'ioctl' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                           `- error: cannot find 'ioctl' in scope
33 |             #endif
34 |
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:41: error: cannot find 'TIOCGWINSZ' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                                         `- error: cannot find 'TIOCGWINSZ' in scope
33 |             #endif
34 |
[38/76] Compiling SpectreKit Wcwidth.swift
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:17:21: error: cannot find 'isatty' in scope
15 | class PosixPlatform : Platform {
16 |     func getTerminalType() -> TerminalType {
17 |         let isTTY = isatty(FileHandle.standardOutput.fileDescriptor) == 1
   |                     `- error: cannot find 'isatty' in scope
18 |         return isTTY ? .tty : .file
19 |     }
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:27:22: error: cannot find 'winsize' in scope
25 |         // a temporary arrangement and needs to be fixed.
26 |         #if !arch(powerpc64le)
27 |             var ws = winsize()
   |                      `- error: cannot find 'winsize' in scope
28 |             #if os(OpenBSD)
29 |                 let tiocgwinsz = 0x4008_7468
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:27: error: cannot find 'ioctl' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                           `- error: cannot find 'ioctl' in scope
33 |             #endif
34 |
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:41: error: cannot find 'TIOCGWINSZ' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                                         `- error: cannot find 'TIOCGWINSZ' in scope
33 |             #endif
34 |
[39/76] Compiling SpectreKit Justify.swift
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:17:21: error: cannot find 'isatty' in scope
15 | class PosixPlatform : Platform {
16 |     func getTerminalType() -> TerminalType {
17 |         let isTTY = isatty(FileHandle.standardOutput.fileDescriptor) == 1
   |                     `- error: cannot find 'isatty' in scope
18 |         return isTTY ? .tty : .file
19 |     }
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:27:22: error: cannot find 'winsize' in scope
25 |         // a temporary arrangement and needs to be fixed.
26 |         #if !arch(powerpc64le)
27 |             var ws = winsize()
   |                      `- error: cannot find 'winsize' in scope
28 |             #if os(OpenBSD)
29 |                 let tiocgwinsz = 0x4008_7468
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:27: error: cannot find 'ioctl' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                           `- error: cannot find 'ioctl' in scope
33 |             #endif
34 |
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:41: error: cannot find 'TIOCGWINSZ' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                                         `- error: cannot find 'TIOCGWINSZ' in scope
33 |             #endif
34 |
[40/76] Compiling SpectreKit Alignable.swift
[41/76] Compiling SpectreKit Borderable.swift
[42/76] Compiling SpectreKit BoxBorder.swift
[43/76] Compiling SpectreKit BoxBordereable.swift
[44/76] Compiling SpectreKit Colors.swift
[45/76] Compiling SpectreKit Column.swift
[46/76] Compiling SpectreKit Environment.swift
[47/76] Compiling SpectreKit Expandable.swift
[48/76] Compiling SpectreKit DataStructures.swift
[49/76] Compiling SpectreKit Grid.swift
/host/spi-builder-workspace/Sources/SpectreKit/Widgets/Text.swift:6:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'Text' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | /// A renderable piece of text.
 2 | public class Text: Renderable, Justifiable, Overflowable {
   |              `- note: class 'Text' does not conform to the 'Sendable' protocol
 3 |     var _paragraph: Paragraph
 4 |
 5 |     /// Gets an empty ``Text`` instance.
 6 |     public static let empty: Text = Text("")
   |                       |- warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'Text' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     /// Gets an instance of ``Text`` containing a new line.
[50/76] Compiling SpectreKit Markup.swift
/host/spi-builder-workspace/Sources/SpectreKit/Widgets/Text.swift:6:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'Text' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | /// A renderable piece of text.
 2 | public class Text: Renderable, Justifiable, Overflowable {
   |              `- note: class 'Text' does not conform to the 'Sendable' protocol
 3 |     var _paragraph: Paragraph
 4 |
 5 |     /// Gets an empty ``Text`` instance.
 6 |     public static let empty: Text = Text("")
   |                       |- warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'Text' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     /// Gets an instance of ``Text`` containing a new line.
[51/76] Compiling SpectreKit Padder.swift
/host/spi-builder-workspace/Sources/SpectreKit/Widgets/Text.swift:6:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'Text' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | /// A renderable piece of text.
 2 | public class Text: Renderable, Justifiable, Overflowable {
   |              `- note: class 'Text' does not conform to the 'Sendable' protocol
 3 |     var _paragraph: Paragraph
 4 |
 5 |     /// Gets an empty ``Text`` instance.
 6 |     public static let empty: Text = Text("")
   |                       |- warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'Text' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     /// Gets an instance of ``Text`` containing a new line.
[52/76] Compiling SpectreKit Panel.swift
/host/spi-builder-workspace/Sources/SpectreKit/Widgets/Text.swift:6:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'Text' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | /// A renderable piece of text.
 2 | public class Text: Renderable, Justifiable, Overflowable {
   |              `- note: class 'Text' does not conform to the 'Sendable' protocol
 3 |     var _paragraph: Paragraph
 4 |
 5 |     /// Gets an empty ``Text`` instance.
 6 |     public static let empty: Text = Text("")
   |                       |- warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'Text' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     /// Gets an instance of ``Text`` containing a new line.
[53/76] Compiling SpectreKit Paragraph.swift
/host/spi-builder-workspace/Sources/SpectreKit/Widgets/Text.swift:6:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'Text' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | /// A renderable piece of text.
 2 | public class Text: Renderable, Justifiable, Overflowable {
   |              `- note: class 'Text' does not conform to the 'Sendable' protocol
 3 |     var _paragraph: Paragraph
 4 |
 5 |     /// Gets an empty ``Text`` instance.
 6 |     public static let empty: Text = Text("")
   |                       |- warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'Text' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     /// Gets an instance of ``Text`` containing a new line.
[54/76] Compiling SpectreKit Rule.swift
/host/spi-builder-workspace/Sources/SpectreKit/Widgets/Text.swift:6:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'Text' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | /// A renderable piece of text.
 2 | public class Text: Renderable, Justifiable, Overflowable {
   |              `- note: class 'Text' does not conform to the 'Sendable' protocol
 3 |     var _paragraph: Paragraph
 4 |
 5 |     /// Gets an empty ``Text`` instance.
 6 |     public static let empty: Text = Text("")
   |                       |- warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'Text' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     /// Gets an instance of ``Text`` containing a new line.
[55/76] Compiling SpectreKit Table.swift
/host/spi-builder-workspace/Sources/SpectreKit/Widgets/Text.swift:6:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'Text' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | /// A renderable piece of text.
 2 | public class Text: Renderable, Justifiable, Overflowable {
   |              `- note: class 'Text' does not conform to the 'Sendable' protocol
 3 |     var _paragraph: Paragraph
 4 |
 5 |     /// Gets an empty ``Text`` instance.
 6 |     public static let empty: Text = Text("")
   |                       |- warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'Text' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     /// Gets an instance of ``Text`` containing a new line.
[56/76] Compiling SpectreKit Text.swift
/host/spi-builder-workspace/Sources/SpectreKit/Widgets/Text.swift:6:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'Text' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | /// A renderable piece of text.
 2 | public class Text: Renderable, Justifiable, Overflowable {
   |              `- note: class 'Text' does not conform to the 'Sendable' protocol
 3 |     var _paragraph: Paragraph
 4 |
 5 |     /// Gets an empty ``Text`` instance.
 6 |     public static let empty: Text = Text("")
   |                       |- warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'Text' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     /// Gets an instance of ``Text`` containing a new line.
[57/76] Compiling SpectreKit Size.swift
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:17:23: warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'Style' may have shared mutable state; this is an error in the Swift 6 language mode
  5 |
  6 | /// Represents color and text decorations.
  7 | public struct Style: Equatable {
    |               `- note: consider making struct 'Style' conform to the 'Sendable' protocol
  8 |     /// The foreground color.
  9 |     public let foreground: Color?
    :
 15 |     /// A ``Style`` with the default colors
 16 |     /// and without text decoration
 17 |     public static let plain = Style()
    |                       |- warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'Style' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'plain' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |     public init(foreground: Color? = nil, background: Color? = nil, decoration: Decoration? = nil) {
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:141:23: warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
139 |
140 |     /// Bold text.
141 |     public static let bold = Decoration(rawValue: 1 << 0)
    |                       |- warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'bold' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
142 |
143 |     /// Dim or faint text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:144:23: warning: static property 'dim' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
142 |
143 |     /// Dim or faint text.
144 |     public static let dim = Decoration(rawValue: 1 << 1)
    |                       |- warning: static property 'dim' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'dim' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 |
146 |     /// Italic text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:147:23: warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
145 |
146 |     /// Italic text.
147 |     public static let italic = Decoration(rawValue: 1 << 2)
    |                       |- warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'italic' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
148 |
149 |     /// Underlined text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:150:23: warning: static property 'underline' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
148 |
149 |     /// Underlined text.
150 |     public static let underline = Decoration(rawValue: 1 << 3)
    |                       |- warning: static property 'underline' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'underline' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 |
152 |     /// Swaps the foreground and background colors.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:153:23: warning: static property 'invert' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
151 |
152 |     /// Swaps the foreground and background colors.
153 |     public static let invert = Decoration(rawValue: 1 << 4)
    |                       |- warning: static property 'invert' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'invert' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 |
155 |     /// Hides the text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:156:23: warning: static property 'conceal' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
154 |
155 |     /// Hides the text.
156 |     public static let conceal = Decoration(rawValue: 1 << 5)
    |                       |- warning: static property 'conceal' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'conceal' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
157 |
158 |     /// Makes text blink.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:160:23: warning: static property 'slowBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
158 |     /// Makes text blink.
159 |     /// Normally less than 150 blinks per minute.
160 |     public static let slowBlink = Decoration(rawValue: 1 << 6)
    |                       |- warning: static property 'slowBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'slowBlink' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
161 |
162 |     /// Makes text blink.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:164:23: warning: static property 'rapidBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
162 |     /// Makes text blink.
163 |     /// Normally more than 150 blinks per minute.
164 |     public static let rapidBlink = Decoration(rawValue: 1 << 7)
    |                       |- warning: static property 'rapidBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'rapidBlink' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
165 |
166 |     /// Shows text with a horizontal line through the center.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:167:23: warning: static property 'strikethrough' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
165 |
166 |     /// Shows text with a horizontal line through the center.
167 |     public static let strikethrough = Decoration(rawValue: 1 << 8)
    |                       |- warning: static property 'strikethrough' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'strikethrough' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
168 | }
169 |
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:174:16: warning: static property 'table' is not concurrency-safe because non-'Sendable' type '[String : Decoration]' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
172 |
173 | struct DecorationTable {
174 |     static let table: [String: Decoration] = [
    |                |- warning: static property 'table' is not concurrency-safe because non-'Sendable' type '[String : Decoration]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'table' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
175 |         "none": [],
176 |         "bold": Decoration.bold,
[58/76] Compiling SpectreKit SpectreKit.swift
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:17:23: warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'Style' may have shared mutable state; this is an error in the Swift 6 language mode
  5 |
  6 | /// Represents color and text decorations.
  7 | public struct Style: Equatable {
    |               `- note: consider making struct 'Style' conform to the 'Sendable' protocol
  8 |     /// The foreground color.
  9 |     public let foreground: Color?
    :
 15 |     /// A ``Style`` with the default colors
 16 |     /// and without text decoration
 17 |     public static let plain = Style()
    |                       |- warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'Style' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'plain' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |     public init(foreground: Color? = nil, background: Color? = nil, decoration: Decoration? = nil) {
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:141:23: warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
139 |
140 |     /// Bold text.
141 |     public static let bold = Decoration(rawValue: 1 << 0)
    |                       |- warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'bold' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
142 |
143 |     /// Dim or faint text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:144:23: warning: static property 'dim' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
142 |
143 |     /// Dim or faint text.
144 |     public static let dim = Decoration(rawValue: 1 << 1)
    |                       |- warning: static property 'dim' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'dim' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 |
146 |     /// Italic text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:147:23: warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
145 |
146 |     /// Italic text.
147 |     public static let italic = Decoration(rawValue: 1 << 2)
    |                       |- warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'italic' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
148 |
149 |     /// Underlined text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:150:23: warning: static property 'underline' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
148 |
149 |     /// Underlined text.
150 |     public static let underline = Decoration(rawValue: 1 << 3)
    |                       |- warning: static property 'underline' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'underline' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 |
152 |     /// Swaps the foreground and background colors.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:153:23: warning: static property 'invert' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
151 |
152 |     /// Swaps the foreground and background colors.
153 |     public static let invert = Decoration(rawValue: 1 << 4)
    |                       |- warning: static property 'invert' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'invert' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 |
155 |     /// Hides the text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:156:23: warning: static property 'conceal' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
154 |
155 |     /// Hides the text.
156 |     public static let conceal = Decoration(rawValue: 1 << 5)
    |                       |- warning: static property 'conceal' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'conceal' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
157 |
158 |     /// Makes text blink.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:160:23: warning: static property 'slowBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
158 |     /// Makes text blink.
159 |     /// Normally less than 150 blinks per minute.
160 |     public static let slowBlink = Decoration(rawValue: 1 << 6)
    |                       |- warning: static property 'slowBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'slowBlink' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
161 |
162 |     /// Makes text blink.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:164:23: warning: static property 'rapidBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
162 |     /// Makes text blink.
163 |     /// Normally more than 150 blinks per minute.
164 |     public static let rapidBlink = Decoration(rawValue: 1 << 7)
    |                       |- warning: static property 'rapidBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'rapidBlink' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
165 |
166 |     /// Shows text with a horizontal line through the center.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:167:23: warning: static property 'strikethrough' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
165 |
166 |     /// Shows text with a horizontal line through the center.
167 |     public static let strikethrough = Decoration(rawValue: 1 << 8)
    |                       |- warning: static property 'strikethrough' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'strikethrough' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
168 | }
169 |
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:174:16: warning: static property 'table' is not concurrency-safe because non-'Sendable' type '[String : Decoration]' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
172 |
173 | struct DecorationTable {
174 |     static let table: [String: Decoration] = [
    |                |- warning: static property 'table' is not concurrency-safe because non-'Sendable' type '[String : Decoration]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'table' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
175 |         "none": [],
176 |         "bold": Decoration.bold,
[59/76] Compiling SpectreKit Styles.swift
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:17:23: warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'Style' may have shared mutable state; this is an error in the Swift 6 language mode
  5 |
  6 | /// Represents color and text decorations.
  7 | public struct Style: Equatable {
    |               `- note: consider making struct 'Style' conform to the 'Sendable' protocol
  8 |     /// The foreground color.
  9 |     public let foreground: Color?
    :
 15 |     /// A ``Style`` with the default colors
 16 |     /// and without text decoration
 17 |     public static let plain = Style()
    |                       |- warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'Style' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'plain' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |     public init(foreground: Color? = nil, background: Color? = nil, decoration: Decoration? = nil) {
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:141:23: warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
139 |
140 |     /// Bold text.
141 |     public static let bold = Decoration(rawValue: 1 << 0)
    |                       |- warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'bold' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
142 |
143 |     /// Dim or faint text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:144:23: warning: static property 'dim' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
142 |
143 |     /// Dim or faint text.
144 |     public static let dim = Decoration(rawValue: 1 << 1)
    |                       |- warning: static property 'dim' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'dim' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 |
146 |     /// Italic text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:147:23: warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
145 |
146 |     /// Italic text.
147 |     public static let italic = Decoration(rawValue: 1 << 2)
    |                       |- warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'italic' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
148 |
149 |     /// Underlined text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:150:23: warning: static property 'underline' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
148 |
149 |     /// Underlined text.
150 |     public static let underline = Decoration(rawValue: 1 << 3)
    |                       |- warning: static property 'underline' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'underline' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 |
152 |     /// Swaps the foreground and background colors.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:153:23: warning: static property 'invert' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
151 |
152 |     /// Swaps the foreground and background colors.
153 |     public static let invert = Decoration(rawValue: 1 << 4)
    |                       |- warning: static property 'invert' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'invert' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 |
155 |     /// Hides the text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:156:23: warning: static property 'conceal' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
154 |
155 |     /// Hides the text.
156 |     public static let conceal = Decoration(rawValue: 1 << 5)
    |                       |- warning: static property 'conceal' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'conceal' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
157 |
158 |     /// Makes text blink.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:160:23: warning: static property 'slowBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
158 |     /// Makes text blink.
159 |     /// Normally less than 150 blinks per minute.
160 |     public static let slowBlink = Decoration(rawValue: 1 << 6)
    |                       |- warning: static property 'slowBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'slowBlink' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
161 |
162 |     /// Makes text blink.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:164:23: warning: static property 'rapidBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
162 |     /// Makes text blink.
163 |     /// Normally more than 150 blinks per minute.
164 |     public static let rapidBlink = Decoration(rawValue: 1 << 7)
    |                       |- warning: static property 'rapidBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'rapidBlink' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
165 |
166 |     /// Shows text with a horizontal line through the center.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:167:23: warning: static property 'strikethrough' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
165 |
166 |     /// Shows text with a horizontal line through the center.
167 |     public static let strikethrough = Decoration(rawValue: 1 << 8)
    |                       |- warning: static property 'strikethrough' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'strikethrough' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
168 | }
169 |
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:174:16: warning: static property 'table' is not concurrency-safe because non-'Sendable' type '[String : Decoration]' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
172 |
173 | struct DecorationTable {
174 |     static let table: [String: Decoration] = [
    |                |- warning: static property 'table' is not concurrency-safe because non-'Sendable' type '[String : Decoration]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'table' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
175 |         "none": [],
176 |         "bold": Decoration.bold,
[60/76] Compiling SpectreKit TableBorder.swift
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:17:23: warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'Style' may have shared mutable state; this is an error in the Swift 6 language mode
  5 |
  6 | /// Represents color and text decorations.
  7 | public struct Style: Equatable {
    |               `- note: consider making struct 'Style' conform to the 'Sendable' protocol
  8 |     /// The foreground color.
  9 |     public let foreground: Color?
    :
 15 |     /// A ``Style`` with the default colors
 16 |     /// and without text decoration
 17 |     public static let plain = Style()
    |                       |- warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'Style' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'plain' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |     public init(foreground: Color? = nil, background: Color? = nil, decoration: Decoration? = nil) {
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:141:23: warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
139 |
140 |     /// Bold text.
141 |     public static let bold = Decoration(rawValue: 1 << 0)
    |                       |- warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'bold' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
142 |
143 |     /// Dim or faint text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:144:23: warning: static property 'dim' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
142 |
143 |     /// Dim or faint text.
144 |     public static let dim = Decoration(rawValue: 1 << 1)
    |                       |- warning: static property 'dim' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'dim' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 |
146 |     /// Italic text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:147:23: warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
145 |
146 |     /// Italic text.
147 |     public static let italic = Decoration(rawValue: 1 << 2)
    |                       |- warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'italic' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
148 |
149 |     /// Underlined text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:150:23: warning: static property 'underline' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
148 |
149 |     /// Underlined text.
150 |     public static let underline = Decoration(rawValue: 1 << 3)
    |                       |- warning: static property 'underline' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'underline' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 |
152 |     /// Swaps the foreground and background colors.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:153:23: warning: static property 'invert' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
151 |
152 |     /// Swaps the foreground and background colors.
153 |     public static let invert = Decoration(rawValue: 1 << 4)
    |                       |- warning: static property 'invert' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'invert' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 |
155 |     /// Hides the text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:156:23: warning: static property 'conceal' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
154 |
155 |     /// Hides the text.
156 |     public static let conceal = Decoration(rawValue: 1 << 5)
    |                       |- warning: static property 'conceal' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'conceal' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
157 |
158 |     /// Makes text blink.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:160:23: warning: static property 'slowBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
158 |     /// Makes text blink.
159 |     /// Normally less than 150 blinks per minute.
160 |     public static let slowBlink = Decoration(rawValue: 1 << 6)
    |                       |- warning: static property 'slowBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'slowBlink' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
161 |
162 |     /// Makes text blink.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:164:23: warning: static property 'rapidBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
162 |     /// Makes text blink.
163 |     /// Normally more than 150 blinks per minute.
164 |     public static let rapidBlink = Decoration(rawValue: 1 << 7)
    |                       |- warning: static property 'rapidBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'rapidBlink' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
165 |
166 |     /// Shows text with a horizontal line through the center.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:167:23: warning: static property 'strikethrough' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
165 |
166 |     /// Shows text with a horizontal line through the center.
167 |     public static let strikethrough = Decoration(rawValue: 1 << 8)
    |                       |- warning: static property 'strikethrough' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'strikethrough' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
168 | }
169 |
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:174:16: warning: static property 'table' is not concurrency-safe because non-'Sendable' type '[String : Decoration]' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
172 |
173 | struct DecorationTable {
174 |     static let table: [String: Decoration] = [
    |                |- warning: static property 'table' is not concurrency-safe because non-'Sendable' type '[String : Decoration]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'table' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
175 |         "none": [],
176 |         "bold": Decoration.bold,
[61/76] Compiling SpectreKit TableBordereable.swift
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:17:23: warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'Style' may have shared mutable state; this is an error in the Swift 6 language mode
  5 |
  6 | /// Represents color and text decorations.
  7 | public struct Style: Equatable {
    |               `- note: consider making struct 'Style' conform to the 'Sendable' protocol
  8 |     /// The foreground color.
  9 |     public let foreground: Color?
    :
 15 |     /// A ``Style`` with the default colors
 16 |     /// and without text decoration
 17 |     public static let plain = Style()
    |                       |- warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'Style' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'plain' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |     public init(foreground: Color? = nil, background: Color? = nil, decoration: Decoration? = nil) {
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:141:23: warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
139 |
140 |     /// Bold text.
141 |     public static let bold = Decoration(rawValue: 1 << 0)
    |                       |- warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'bold' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
142 |
143 |     /// Dim or faint text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:144:23: warning: static property 'dim' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
142 |
143 |     /// Dim or faint text.
144 |     public static let dim = Decoration(rawValue: 1 << 1)
    |                       |- warning: static property 'dim' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'dim' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 |
146 |     /// Italic text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:147:23: warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
145 |
146 |     /// Italic text.
147 |     public static let italic = Decoration(rawValue: 1 << 2)
    |                       |- warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'italic' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
148 |
149 |     /// Underlined text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:150:23: warning: static property 'underline' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
148 |
149 |     /// Underlined text.
150 |     public static let underline = Decoration(rawValue: 1 << 3)
    |                       |- warning: static property 'underline' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'underline' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 |
152 |     /// Swaps the foreground and background colors.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:153:23: warning: static property 'invert' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
151 |
152 |     /// Swaps the foreground and background colors.
153 |     public static let invert = Decoration(rawValue: 1 << 4)
    |                       |- warning: static property 'invert' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'invert' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 |
155 |     /// Hides the text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:156:23: warning: static property 'conceal' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
154 |
155 |     /// Hides the text.
156 |     public static let conceal = Decoration(rawValue: 1 << 5)
    |                       |- warning: static property 'conceal' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'conceal' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
157 |
158 |     /// Makes text blink.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:160:23: warning: static property 'slowBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
158 |     /// Makes text blink.
159 |     /// Normally less than 150 blinks per minute.
160 |     public static let slowBlink = Decoration(rawValue: 1 << 6)
    |                       |- warning: static property 'slowBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'slowBlink' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
161 |
162 |     /// Makes text blink.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:164:23: warning: static property 'rapidBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
162 |     /// Makes text blink.
163 |     /// Normally more than 150 blinks per minute.
164 |     public static let rapidBlink = Decoration(rawValue: 1 << 7)
    |                       |- warning: static property 'rapidBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'rapidBlink' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
165 |
166 |     /// Shows text with a horizontal line through the center.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:167:23: warning: static property 'strikethrough' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
165 |
166 |     /// Shows text with a horizontal line through the center.
167 |     public static let strikethrough = Decoration(rawValue: 1 << 8)
    |                       |- warning: static property 'strikethrough' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'strikethrough' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
168 | }
169 |
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:174:16: warning: static property 'table' is not concurrency-safe because non-'Sendable' type '[String : Decoration]' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
172 |
173 | struct DecorationTable {
174 |     static let table: [String: Decoration] = [
    |                |- warning: static property 'table' is not concurrency-safe because non-'Sendable' type '[String : Decoration]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'table' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
175 |         "none": [],
176 |         "bold": Decoration.bold,
[62/76] Compiling SpectreKit Terminal.swift
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:17:23: warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'Style' may have shared mutable state; this is an error in the Swift 6 language mode
  5 |
  6 | /// Represents color and text decorations.
  7 | public struct Style: Equatable {
    |               `- note: consider making struct 'Style' conform to the 'Sendable' protocol
  8 |     /// The foreground color.
  9 |     public let foreground: Color?
    :
 15 |     /// A ``Style`` with the default colors
 16 |     /// and without text decoration
 17 |     public static let plain = Style()
    |                       |- warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'Style' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'plain' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |     public init(foreground: Color? = nil, background: Color? = nil, decoration: Decoration? = nil) {
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:141:23: warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
139 |
140 |     /// Bold text.
141 |     public static let bold = Decoration(rawValue: 1 << 0)
    |                       |- warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'bold' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
142 |
143 |     /// Dim or faint text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:144:23: warning: static property 'dim' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
142 |
143 |     /// Dim or faint text.
144 |     public static let dim = Decoration(rawValue: 1 << 1)
    |                       |- warning: static property 'dim' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'dim' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 |
146 |     /// Italic text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:147:23: warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
145 |
146 |     /// Italic text.
147 |     public static let italic = Decoration(rawValue: 1 << 2)
    |                       |- warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'italic' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
148 |
149 |     /// Underlined text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:150:23: warning: static property 'underline' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
148 |
149 |     /// Underlined text.
150 |     public static let underline = Decoration(rawValue: 1 << 3)
    |                       |- warning: static property 'underline' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'underline' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 |
152 |     /// Swaps the foreground and background colors.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:153:23: warning: static property 'invert' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
151 |
152 |     /// Swaps the foreground and background colors.
153 |     public static let invert = Decoration(rawValue: 1 << 4)
    |                       |- warning: static property 'invert' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'invert' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 |
155 |     /// Hides the text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:156:23: warning: static property 'conceal' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
154 |
155 |     /// Hides the text.
156 |     public static let conceal = Decoration(rawValue: 1 << 5)
    |                       |- warning: static property 'conceal' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'conceal' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
157 |
158 |     /// Makes text blink.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:160:23: warning: static property 'slowBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
158 |     /// Makes text blink.
159 |     /// Normally less than 150 blinks per minute.
160 |     public static let slowBlink = Decoration(rawValue: 1 << 6)
    |                       |- warning: static property 'slowBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'slowBlink' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
161 |
162 |     /// Makes text blink.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:164:23: warning: static property 'rapidBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
162 |     /// Makes text blink.
163 |     /// Normally more than 150 blinks per minute.
164 |     public static let rapidBlink = Decoration(rawValue: 1 << 7)
    |                       |- warning: static property 'rapidBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'rapidBlink' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
165 |
166 |     /// Shows text with a horizontal line through the center.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:167:23: warning: static property 'strikethrough' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
165 |
166 |     /// Shows text with a horizontal line through the center.
167 |     public static let strikethrough = Decoration(rawValue: 1 << 8)
    |                       |- warning: static property 'strikethrough' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'strikethrough' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
168 | }
169 |
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:174:16: warning: static property 'table' is not concurrency-safe because non-'Sendable' type '[String : Decoration]' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
172 |
173 | struct DecorationTable {
174 |     static let table: [String: Decoration] = [
    |                |- warning: static property 'table' is not concurrency-safe because non-'Sendable' type '[String : Decoration]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'table' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
175 |         "none": [],
176 |         "bold": Decoration.bold,
[63/76] Compiling SpectreKit BoxBorderPart.swift
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:17:23: warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'Style' may have shared mutable state; this is an error in the Swift 6 language mode
  5 |
  6 | /// Represents color and text decorations.
  7 | public struct Style: Equatable {
    |               `- note: consider making struct 'Style' conform to the 'Sendable' protocol
  8 |     /// The foreground color.
  9 |     public let foreground: Color?
    :
 15 |     /// A ``Style`` with the default colors
 16 |     /// and without text decoration
 17 |     public static let plain = Style()
    |                       |- warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'Style' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'plain' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |     public init(foreground: Color? = nil, background: Color? = nil, decoration: Decoration? = nil) {
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:141:23: warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
139 |
140 |     /// Bold text.
141 |     public static let bold = Decoration(rawValue: 1 << 0)
    |                       |- warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'bold' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
142 |
143 |     /// Dim or faint text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:144:23: warning: static property 'dim' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
142 |
143 |     /// Dim or faint text.
144 |     public static let dim = Decoration(rawValue: 1 << 1)
    |                       |- warning: static property 'dim' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'dim' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 |
146 |     /// Italic text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:147:23: warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
145 |
146 |     /// Italic text.
147 |     public static let italic = Decoration(rawValue: 1 << 2)
    |                       |- warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'italic' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
148 |
149 |     /// Underlined text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:150:23: warning: static property 'underline' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
148 |
149 |     /// Underlined text.
150 |     public static let underline = Decoration(rawValue: 1 << 3)
    |                       |- warning: static property 'underline' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'underline' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 |
152 |     /// Swaps the foreground and background colors.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:153:23: warning: static property 'invert' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
151 |
152 |     /// Swaps the foreground and background colors.
153 |     public static let invert = Decoration(rawValue: 1 << 4)
    |                       |- warning: static property 'invert' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'invert' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 |
155 |     /// Hides the text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:156:23: warning: static property 'conceal' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
154 |
155 |     /// Hides the text.
156 |     public static let conceal = Decoration(rawValue: 1 << 5)
    |                       |- warning: static property 'conceal' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'conceal' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
157 |
158 |     /// Makes text blink.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:160:23: warning: static property 'slowBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
158 |     /// Makes text blink.
159 |     /// Normally less than 150 blinks per minute.
160 |     public static let slowBlink = Decoration(rawValue: 1 << 6)
    |                       |- warning: static property 'slowBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'slowBlink' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
161 |
162 |     /// Makes text blink.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:164:23: warning: static property 'rapidBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
162 |     /// Makes text blink.
163 |     /// Normally more than 150 blinks per minute.
164 |     public static let rapidBlink = Decoration(rawValue: 1 << 7)
    |                       |- warning: static property 'rapidBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'rapidBlink' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
165 |
166 |     /// Shows text with a horizontal line through the center.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:167:23: warning: static property 'strikethrough' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
165 |
166 |     /// Shows text with a horizontal line through the center.
167 |     public static let strikethrough = Decoration(rawValue: 1 << 8)
    |                       |- warning: static property 'strikethrough' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'strikethrough' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
168 | }
169 |
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:174:16: warning: static property 'table' is not concurrency-safe because non-'Sendable' type '[String : Decoration]' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
172 |
173 | struct DecorationTable {
174 |     static let table: [String: Decoration] = [
    |                |- warning: static property 'table' is not concurrency-safe because non-'Sendable' type '[String : Decoration]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'table' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
175 |         "none": [],
176 |         "bold": Decoration.bold,
[64/76] Compiling SpectreKit AsciiBoxBorder.swift
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:17:23: warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'Style' may have shared mutable state; this is an error in the Swift 6 language mode
  5 |
  6 | /// Represents color and text decorations.
  7 | public struct Style: Equatable {
    |               `- note: consider making struct 'Style' conform to the 'Sendable' protocol
  8 |     /// The foreground color.
  9 |     public let foreground: Color?
    :
 15 |     /// A ``Style`` with the default colors
 16 |     /// and without text decoration
 17 |     public static let plain = Style()
    |                       |- warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'Style' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'plain' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |     public init(foreground: Color? = nil, background: Color? = nil, decoration: Decoration? = nil) {
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:141:23: warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
139 |
140 |     /// Bold text.
141 |     public static let bold = Decoration(rawValue: 1 << 0)
    |                       |- warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'bold' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
142 |
143 |     /// Dim or faint text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:144:23: warning: static property 'dim' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
142 |
143 |     /// Dim or faint text.
144 |     public static let dim = Decoration(rawValue: 1 << 1)
    |                       |- warning: static property 'dim' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'dim' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 |
146 |     /// Italic text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:147:23: warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
145 |
146 |     /// Italic text.
147 |     public static let italic = Decoration(rawValue: 1 << 2)
    |                       |- warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'italic' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
148 |
149 |     /// Underlined text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:150:23: warning: static property 'underline' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
148 |
149 |     /// Underlined text.
150 |     public static let underline = Decoration(rawValue: 1 << 3)
    |                       |- warning: static property 'underline' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'underline' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 |
152 |     /// Swaps the foreground and background colors.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:153:23: warning: static property 'invert' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
151 |
152 |     /// Swaps the foreground and background colors.
153 |     public static let invert = Decoration(rawValue: 1 << 4)
    |                       |- warning: static property 'invert' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'invert' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 |
155 |     /// Hides the text.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:156:23: warning: static property 'conceal' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
154 |
155 |     /// Hides the text.
156 |     public static let conceal = Decoration(rawValue: 1 << 5)
    |                       |- warning: static property 'conceal' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'conceal' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
157 |
158 |     /// Makes text blink.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:160:23: warning: static property 'slowBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
158 |     /// Makes text blink.
159 |     /// Normally less than 150 blinks per minute.
160 |     public static let slowBlink = Decoration(rawValue: 1 << 6)
    |                       |- warning: static property 'slowBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'slowBlink' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
161 |
162 |     /// Makes text blink.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:164:23: warning: static property 'rapidBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
162 |     /// Makes text blink.
163 |     /// Normally more than 150 blinks per minute.
164 |     public static let rapidBlink = Decoration(rawValue: 1 << 7)
    |                       |- warning: static property 'rapidBlink' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'rapidBlink' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
165 |
166 |     /// Shows text with a horizontal line through the center.
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:167:23: warning: static property 'strikethrough' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
165 |
166 |     /// Shows text with a horizontal line through the center.
167 |     public static let strikethrough = Decoration(rawValue: 1 << 8)
    |                       |- warning: static property 'strikethrough' is not concurrency-safe because non-'Sendable' type 'Decoration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'strikethrough' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
168 | }
169 |
/host/spi-builder-workspace/Sources/SpectreKit/Styles.swift:174:16: warning: static property 'table' is not concurrency-safe because non-'Sendable' type '[String : Decoration]' may have shared mutable state; this is an error in the Swift 6 language mode
131 | /// Represents text decoration.
132 | /// Support for text decorations are up to the terminal.
133 | public struct Decoration: OptionSet {
    |               `- note: consider making struct 'Decoration' conform to the 'Sendable' protocol
134 |     public let rawValue: Int
135 |
    :
172 |
173 | struct DecorationTable {
174 |     static let table: [String: Decoration] = [
    |                |- warning: static property 'table' is not concurrency-safe because non-'Sendable' type '[String : Decoration]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'table' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
175 |         "none": [],
176 |         "bold": Decoration.bold,
[65/76] Compiling SpectreKit DoubleBoxBorder.swift
[66/76] Compiling SpectreKit HeavyBoxBorder.swift
[67/76] Compiling SpectreKit NoBoxBorder.swift
[68/76] Compiling SpectreKit RoundedBoxCorner.swift
[69/76] Compiling SpectreKit SquareBoxBorder.swift
[70/76] Compiling SpectreKit TableBorderPart.swift
[71/76] Compiling SpectreKit Ascii2TableBorder.swift
[72/76] Compiling SpectreKit AsciiDoubleHeadTableBorder.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/66] Compiling SpectreKit Size.swift
[5/66] Compiling SpectreKit SpectreKit.swift
[6/66] Compiling SpectreKit Styles.swift
[7/66] Compiling SpectreKit TableBorder.swift
[8/66] Compiling SpectreKit TableBordereable.swift
[9/66] Compiling SpectreKit Terminal.swift
[10/66] Compiling SpectreKit BoxBorderPart.swift
[11/66] Compiling SpectreKit AsciiBoxBorder.swift
[12/74] Compiling SpectreKit Alignable.swift
[13/74] Compiling SpectreKit Borderable.swift
[14/74] Compiling SpectreKit BoxBorder.swift
[15/74] Compiling SpectreKit BoxBordereable.swift
[16/74] Compiling SpectreKit Colors.swift
[17/74] Compiling SpectreKit Column.swift
[18/74] Compiling SpectreKit Environment.swift
[19/74] Compiling SpectreKit Expandable.swift
[20/74] Compiling SpectreKit DataStructures.swift
[21/74] Compiling SpectreKit AsciiTableBorder.swift
[22/74] Compiling SpectreKit DoubleEdgeTableBorder.swift
[23/74] Compiling SpectreKit DoubleTableBorder.swift
[24/74] Compiling SpectreKit HeavyEdgeTableBorder.swift
[25/74] Compiling SpectreKit HeavyHeadTableBorder.swift
[26/74] Compiling SpectreKit HeavyTableBorder.swift
[27/74] Compiling SpectreKit HorizontalTableBorder.swift
[28/74] Compiling SpectreKit MarkdownTableBorder.swift
[29/74] Compiling SpectreKit DoubleBoxBorder.swift
[30/74] Compiling SpectreKit HeavyBoxBorder.swift
[31/74] Compiling SpectreKit NoBoxBorder.swift
[32/74] Compiling SpectreKit RoundedBoxCorner.swift
[33/74] Compiling SpectreKit SquareBoxBorder.swift
[34/74] Compiling SpectreKit TableBorderPart.swift
[35/74] Compiling SpectreKit Ascii2TableBorder.swift
[36/74] Compiling SpectreKit AsciiDoubleHeadTableBorder.swift
[37/74] Compiling SpectreKit Overflow.swift
[38/74] Compiling SpectreKit Paddable.swift
[39/74] Compiling SpectreKit Padding.swift
[40/74] Compiling SpectreKit Aligner.swift
[41/74] Compiling SpectreKit Ansi.swift
[42/74] Compiling SpectreKit Renderable.swift
[43/74] Compiling SpectreKit Segments.swift
[44/74] Compiling SpectreKit TablePart.swift
[45/74] Compiling SpectreKit MinimalDoubleHeadTableBorder.swift
[46/74] Compiling SpectreKit MinimalHeavyHeadTableBorder.swift
[47/74] Compiling SpectreKit MinimalTableBorder.swift
[48/74] Compiling SpectreKit NoTableBorder.swift
[49/74] Compiling SpectreKit RoundedTableBorder.swift
[50/74] Compiling SpectreKit SimpleHeavyTableBorder.swift
[51/74] Compiling SpectreKit SimpleTableBorder.swift
[52/74] Compiling SpectreKit SquareTableBorder.swift
[53/74] Compiling SpectreKit Array.swift
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:17:21: error: cannot find 'isatty' in scope
15 | class PosixPlatform : Platform {
16 |     func getTerminalType() -> TerminalType {
17 |         let isTTY = isatty(FileHandle.standardOutput.fileDescriptor) == 1
   |                     `- error: cannot find 'isatty' in scope
18 |         return isTTY ? .tty : .file
19 |     }
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:27:22: error: cannot find 'winsize' in scope
25 |         // a temporary arrangement and needs to be fixed.
26 |         #if !arch(powerpc64le)
27 |             var ws = winsize()
   |                      `- error: cannot find 'winsize' in scope
28 |             #if os(OpenBSD)
29 |                 let tiocgwinsz = 0x4008_7468
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:27: error: cannot find 'ioctl' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                           `- error: cannot find 'ioctl' in scope
33 |             #endif
34 |
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:41: error: cannot find 'TIOCGWINSZ' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                                         `- error: cannot find 'TIOCGWINSZ' in scope
33 |             #endif
34 |
[54/74] Compiling SpectreKit Character.swift
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:17:21: error: cannot find 'isatty' in scope
15 | class PosixPlatform : Platform {
16 |     func getTerminalType() -> TerminalType {
17 |         let isTTY = isatty(FileHandle.standardOutput.fileDescriptor) == 1
   |                     `- error: cannot find 'isatty' in scope
18 |         return isTTY ? .tty : .file
19 |     }
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:27:22: error: cannot find 'winsize' in scope
25 |         // a temporary arrangement and needs to be fixed.
26 |         #if !arch(powerpc64le)
27 |             var ws = winsize()
   |                      `- error: cannot find 'winsize' in scope
28 |             #if os(OpenBSD)
29 |                 let tiocgwinsz = 0x4008_7468
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:27: error: cannot find 'ioctl' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                           `- error: cannot find 'ioctl' in scope
33 |             #endif
34 |
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:41: error: cannot find 'TIOCGWINSZ' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                                         `- error: cannot find 'TIOCGWINSZ' in scope
33 |             #endif
34 |
[55/74] Compiling SpectreKit Sequence.swift
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:17:21: error: cannot find 'isatty' in scope
15 | class PosixPlatform : Platform {
16 |     func getTerminalType() -> TerminalType {
17 |         let isTTY = isatty(FileHandle.standardOutput.fileDescriptor) == 1
   |                     `- error: cannot find 'isatty' in scope
18 |         return isTTY ? .tty : .file
19 |     }
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:27:22: error: cannot find 'winsize' in scope
25 |         // a temporary arrangement and needs to be fixed.
26 |         #if !arch(powerpc64le)
27 |             var ws = winsize()
   |                      `- error: cannot find 'winsize' in scope
28 |             #if os(OpenBSD)
29 |                 let tiocgwinsz = 0x4008_7468
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:27: error: cannot find 'ioctl' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                           `- error: cannot find 'ioctl' in scope
33 |             #endif
34 |
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:41: error: cannot find 'TIOCGWINSZ' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                                         `- error: cannot find 'TIOCGWINSZ' in scope
33 |             #endif
34 |
[56/74] Compiling SpectreKit String.swift
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:17:21: error: cannot find 'isatty' in scope
15 | class PosixPlatform : Platform {
16 |     func getTerminalType() -> TerminalType {
17 |         let isTTY = isatty(FileHandle.standardOutput.fileDescriptor) == 1
   |                     `- error: cannot find 'isatty' in scope
18 |         return isTTY ? .tty : .file
19 |     }
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:27:22: error: cannot find 'winsize' in scope
25 |         // a temporary arrangement and needs to be fixed.
26 |         #if !arch(powerpc64le)
27 |             var ws = winsize()
   |                      `- error: cannot find 'winsize' in scope
28 |             #if os(OpenBSD)
29 |                 let tiocgwinsz = 0x4008_7468
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:27: error: cannot find 'ioctl' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                           `- error: cannot find 'ioctl' in scope
33 |             #endif
34 |
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:41: error: cannot find 'TIOCGWINSZ' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                                         `- error: cannot find 'TIOCGWINSZ' in scope
33 |             #endif
34 |
[57/74] Compiling SpectreKit Iterators.swift
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:17:21: error: cannot find 'isatty' in scope
15 | class PosixPlatform : Platform {
16 |     func getTerminalType() -> TerminalType {
17 |         let isTTY = isatty(FileHandle.standardOutput.fileDescriptor) == 1
   |                     `- error: cannot find 'isatty' in scope
18 |         return isTTY ? .tty : .file
19 |     }
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:27:22: error: cannot find 'winsize' in scope
25 |         // a temporary arrangement and needs to be fixed.
26 |         #if !arch(powerpc64le)
27 |             var ws = winsize()
   |                      `- error: cannot find 'winsize' in scope
28 |             #if os(OpenBSD)
29 |                 let tiocgwinsz = 0x4008_7468
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:27: error: cannot find 'ioctl' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                           `- error: cannot find 'ioctl' in scope
33 |             #endif
34 |
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:41: error: cannot find 'TIOCGWINSZ' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                                         `- error: cannot find 'TIOCGWINSZ' in scope
33 |             #endif
34 |
[58/74] Compiling SpectreKit Platform.swift
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:17:21: error: cannot find 'isatty' in scope
15 | class PosixPlatform : Platform {
16 |     func getTerminalType() -> TerminalType {
17 |         let isTTY = isatty(FileHandle.standardOutput.fileDescriptor) == 1
   |                     `- error: cannot find 'isatty' in scope
18 |         return isTTY ? .tty : .file
19 |     }
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:27:22: error: cannot find 'winsize' in scope
25 |         // a temporary arrangement and needs to be fixed.
26 |         #if !arch(powerpc64le)
27 |             var ws = winsize()
   |                      `- error: cannot find 'winsize' in scope
28 |             #if os(OpenBSD)
29 |                 let tiocgwinsz = 0x4008_7468
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:27: error: cannot find 'ioctl' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                           `- error: cannot find 'ioctl' in scope
33 |             #endif
34 |
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:41: error: cannot find 'TIOCGWINSZ' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                                         `- error: cannot find 'TIOCGWINSZ' in scope
33 |             #endif
34 |
[59/74] Compiling SpectreKit Ratio.swift
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:17:21: error: cannot find 'isatty' in scope
15 | class PosixPlatform : Platform {
16 |     func getTerminalType() -> TerminalType {
17 |         let isTTY = isatty(FileHandle.standardOutput.fileDescriptor) == 1
   |                     `- error: cannot find 'isatty' in scope
18 |         return isTTY ? .tty : .file
19 |     }
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:27:22: error: cannot find 'winsize' in scope
25 |         // a temporary arrangement and needs to be fixed.
26 |         #if !arch(powerpc64le)
27 |             var ws = winsize()
   |                      `- error: cannot find 'winsize' in scope
28 |             #if os(OpenBSD)
29 |                 let tiocgwinsz = 0x4008_7468
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:27: error: cannot find 'ioctl' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                           `- error: cannot find 'ioctl' in scope
33 |             #endif
34 |
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:41: error: cannot find 'TIOCGWINSZ' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                                         `- error: cannot find 'TIOCGWINSZ' in scope
33 |             #endif
34 |
[60/74] Compiling SpectreKit Wcwidth.swift
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:17:21: error: cannot find 'isatty' in scope
15 | class PosixPlatform : Platform {
16 |     func getTerminalType() -> TerminalType {
17 |         let isTTY = isatty(FileHandle.standardOutput.fileDescriptor) == 1
   |                     `- error: cannot find 'isatty' in scope
18 |         return isTTY ? .tty : .file
19 |     }
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:27:22: error: cannot find 'winsize' in scope
25 |         // a temporary arrangement and needs to be fixed.
26 |         #if !arch(powerpc64le)
27 |             var ws = winsize()
   |                      `- error: cannot find 'winsize' in scope
28 |             #if os(OpenBSD)
29 |                 let tiocgwinsz = 0x4008_7468
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:27: error: cannot find 'ioctl' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                           `- error: cannot find 'ioctl' in scope
33 |             #endif
34 |
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:41: error: cannot find 'TIOCGWINSZ' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                                         `- error: cannot find 'TIOCGWINSZ' in scope
33 |             #endif
34 |
[61/74] Compiling SpectreKit Justify.swift
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:17:21: error: cannot find 'isatty' in scope
15 | class PosixPlatform : Platform {
16 |     func getTerminalType() -> TerminalType {
17 |         let isTTY = isatty(FileHandle.standardOutput.fileDescriptor) == 1
   |                     `- error: cannot find 'isatty' in scope
18 |         return isTTY ? .tty : .file
19 |     }
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:27:22: error: cannot find 'winsize' in scope
25 |         // a temporary arrangement and needs to be fixed.
26 |         #if !arch(powerpc64le)
27 |             var ws = winsize()
   |                      `- error: cannot find 'winsize' in scope
28 |             #if os(OpenBSD)
29 |                 let tiocgwinsz = 0x4008_7468
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:27: error: cannot find 'ioctl' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                           `- error: cannot find 'ioctl' in scope
33 |             #endif
34 |
/host/spi-builder-workspace/Sources/SpectreKit/Internal/Platform.swift:32:41: error: cannot find 'TIOCGWINSZ' in scope
30 |                 let err = ioctl(1, UInt(tiocgwinsz), &ws)
31 |             #else
32 |                 let err = ioctl(1, UInt(TIOCGWINSZ), &ws)
   |                                         `- error: cannot find 'TIOCGWINSZ' in scope
33 |             #endif
34 |
[62/74] Emitting module SpectreKit
[63/74] Compiling SpectreKit Grid.swift
[64/74] Compiling SpectreKit Markup.swift
[65/74] Compiling SpectreKit Padder.swift
[66/74] Compiling SpectreKit Panel.swift
[67/74] Compiling SpectreKit Paragraph.swift
[68/74] Compiling SpectreKit Rule.swift
[69/74] Compiling SpectreKit Table.swift
[70/74] Compiling SpectreKit Text.swift
BUILD FAILURE 6.1 android