The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftTUI, reference main (537133), with Swift 6.1 for Android on 28 May 2025 08:58:18 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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

29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
   |                       |- warning: static property 'topTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'topTrailing' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
32 |     public static let bottomTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .bottom)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:31:23: warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
   |                       |- warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'trailing' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |     public static let bottomTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .bottom)
33 | }
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:32:23: warning: static property 'bottomTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
32 |     public static let bottomTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .bottom)
   |                       |- warning: static property 'bottomTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bottomTrailing' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | }
34 |
[69/75] Compiling SwiftTUI Axis.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:24:23: warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
22 |     }
23 |
24 |     public static let top = Alignment(horizontalAlignment: .center, verticalAlignment: .top)
   |                       |- warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'top' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:25:23: warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
23 |
24 |     public static let top = Alignment(horizontalAlignment: .center, verticalAlignment: .top)
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
   |                       |- warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bottom' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:26:23: warning: static property 'center' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
24 |     public static let top = Alignment(horizontalAlignment: .center, verticalAlignment: .top)
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
   |                       |- warning: static property 'center' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'center' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:27:23: warning: static property 'topLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
   |                       |- warning: static property 'topLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'topLeading' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:28:23: warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
   |                       |- warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'leading' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:29:23: warning: static property 'bottomLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
   |                       |- warning: static property 'bottomLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bottomLeading' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:30:23: warning: static property 'topTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
   |                       |- warning: static property 'topTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'topTrailing' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
32 |     public static let bottomTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .bottom)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:31:23: warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
   |                       |- warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'trailing' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |     public static let bottomTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .bottom)
33 | }
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:32:23: warning: static property 'bottomTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
32 |     public static let bottomTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .bottom)
   |                       |- warning: static property 'bottomTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bottomTrailing' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | }
34 |
[70/75] Compiling SwiftTUI HStack.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:24:23: warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
22 |     }
23 |
24 |     public static let top = Alignment(horizontalAlignment: .center, verticalAlignment: .top)
   |                       |- warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'top' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:25:23: warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
23 |
24 |     public static let top = Alignment(horizontalAlignment: .center, verticalAlignment: .top)
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
   |                       |- warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bottom' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:26:23: warning: static property 'center' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
24 |     public static let top = Alignment(horizontalAlignment: .center, verticalAlignment: .top)
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
   |                       |- warning: static property 'center' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'center' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:27:23: warning: static property 'topLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
   |                       |- warning: static property 'topLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'topLeading' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:28:23: warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
   |                       |- warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'leading' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:29:23: warning: static property 'bottomLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
   |                       |- warning: static property 'bottomLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bottomLeading' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:30:23: warning: static property 'topTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
   |                       |- warning: static property 'topTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'topTrailing' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
32 |     public static let bottomTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .bottom)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:31:23: warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
   |                       |- warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'trailing' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |     public static let bottomTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .bottom)
33 | }
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:32:23: warning: static property 'bottomTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
32 |     public static let bottomTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .bottom)
   |                       |- warning: static property 'bottomTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bottomTrailing' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | }
34 |
[71/75] Compiling SwiftTUI VStack.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:24:23: warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
22 |     }
23 |
24 |     public static let top = Alignment(horizontalAlignment: .center, verticalAlignment: .top)
   |                       |- warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'top' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:25:23: warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
23 |
24 |     public static let top = Alignment(horizontalAlignment: .center, verticalAlignment: .top)
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
   |                       |- warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bottom' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:26:23: warning: static property 'center' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
24 |     public static let top = Alignment(horizontalAlignment: .center, verticalAlignment: .top)
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
   |                       |- warning: static property 'center' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'center' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:27:23: warning: static property 'topLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
   |                       |- warning: static property 'topLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'topLeading' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:28:23: warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
   |                       |- warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'leading' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:29:23: warning: static property 'bottomLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
   |                       |- warning: static property 'bottomLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bottomLeading' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:30:23: warning: static property 'topTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
   |                       |- warning: static property 'topTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'topTrailing' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
32 |     public static let bottomTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .bottom)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:31:23: warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
   |                       |- warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'trailing' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |     public static let bottomTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .bottom)
33 | }
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:32:23: warning: static property 'bottomTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
32 |     public static let bottomTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .bottom)
   |                       |- warning: static property 'bottomTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bottomTrailing' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | }
34 |
[72/75] Compiling SwiftTUI ZStack.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:24:23: warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
22 |     }
23 |
24 |     public static let top = Alignment(horizontalAlignment: .center, verticalAlignment: .top)
   |                       |- warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'top' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:25:23: warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
23 |
24 |     public static let top = Alignment(horizontalAlignment: .center, verticalAlignment: .top)
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
   |                       |- warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bottom' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:26:23: warning: static property 'center' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
24 |     public static let top = Alignment(horizontalAlignment: .center, verticalAlignment: .top)
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
   |                       |- warning: static property 'center' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'center' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:27:23: warning: static property 'topLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
   |                       |- warning: static property 'topLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'topLeading' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:28:23: warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
   |                       |- warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'leading' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:29:23: warning: static property 'bottomLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
   |                       |- warning: static property 'bottomLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bottomLeading' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:30:23: warning: static property 'topTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
   |                       |- warning: static property 'topTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'topTrailing' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
32 |     public static let bottomTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .bottom)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:31:23: warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
   |                       |- warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'trailing' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |     public static let bottomTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .bottom)
33 | }
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:32:23: warning: static property 'bottomTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
32 |     public static let bottomTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .bottom)
   |                       |- warning: static property 'bottomTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bottomTrailing' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | }
34 |
[73/75] Compiling SwiftTUI TupleView.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:24:23: warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
22 |     }
23 |
24 |     public static let top = Alignment(horizontalAlignment: .center, verticalAlignment: .top)
   |                       |- warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'top' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:25:23: warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
23 |
24 |     public static let top = Alignment(horizontalAlignment: .center, verticalAlignment: .top)
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
   |                       |- warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bottom' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:26:23: warning: static property 'center' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
24 |     public static let top = Alignment(horizontalAlignment: .center, verticalAlignment: .top)
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
   |                       |- warning: static property 'center' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'center' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:27:23: warning: static property 'topLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
   |                       |- warning: static property 'topLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'topLeading' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:28:23: warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
   |                       |- warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'leading' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:29:23: warning: static property 'bottomLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
   |                       |- warning: static property 'bottomLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bottomLeading' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:30:23: warning: static property 'topTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
   |                       |- warning: static property 'topTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'topTrailing' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
32 |     public static let bottomTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .bottom)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:31:23: warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
   |                       |- warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'trailing' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |     public static let bottomTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .bottom)
33 | }
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:32:23: warning: static property 'bottomTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
32 |     public static let bottomTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .bottom)
   |                       |- warning: static property 'bottomTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bottomTrailing' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | }
34 |
[74/75] Compiling SwiftTUI ViewBuilder.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:24:23: warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
22 |     }
23 |
24 |     public static let top = Alignment(horizontalAlignment: .center, verticalAlignment: .top)
   |                       |- warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'top' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:25:23: warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
23 |
24 |     public static let top = Alignment(horizontalAlignment: .center, verticalAlignment: .top)
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
   |                       |- warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bottom' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:26:23: warning: static property 'center' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
24 |     public static let top = Alignment(horizontalAlignment: .center, verticalAlignment: .top)
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
   |                       |- warning: static property 'center' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'center' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:27:23: warning: static property 'topLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
   |                       |- warning: static property 'topLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'topLeading' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:28:23: warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
   |                       |- warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'leading' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:29:23: warning: static property 'bottomLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
   |                       |- warning: static property 'bottomLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bottomLeading' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:30:23: warning: static property 'topTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
   |                       |- warning: static property 'topTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'topTrailing' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
32 |     public static let bottomTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .bottom)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:31:23: warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
   |                       |- warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'trailing' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |     public static let bottomTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .bottom)
33 | }
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:32:23: warning: static property 'bottomTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
32 |     public static let bottomTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .bottom)
   |                       |- warning: static property 'bottomTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bottomTrailing' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | }
34 |
[75/75] Compiling SwiftTUI _ConditionalView.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:24:23: warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
22 |     }
23 |
24 |     public static let top = Alignment(horizontalAlignment: .center, verticalAlignment: .top)
   |                       |- warning: static property 'top' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'top' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:25:23: warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
23 |
24 |     public static let top = Alignment(horizontalAlignment: .center, verticalAlignment: .top)
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
   |                       |- warning: static property 'bottom' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bottom' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:26:23: warning: static property 'center' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
24 |     public static let top = Alignment(horizontalAlignment: .center, verticalAlignment: .top)
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
   |                       |- warning: static property 'center' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'center' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:27:23: warning: static property 'topLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
25 |     public static let bottom = Alignment(horizontalAlignment: .center, verticalAlignment: .bottom)
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
   |                       |- warning: static property 'topLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'topLeading' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:28:23: warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
26 |     public static let center = Alignment(horizontalAlignment: .center, verticalAlignment: .center)
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
   |                       |- warning: static property 'leading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'leading' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:29:23: warning: static property 'bottomLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
27 |     public static let topLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .top)
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
   |                       |- warning: static property 'bottomLeading' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bottomLeading' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:30:23: warning: static property 'topTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
28 |     public static let leading = Alignment(horizontalAlignment: .leading, verticalAlignment: .center)
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
   |                       |- warning: static property 'topTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'topTrailing' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
32 |     public static let bottomTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .bottom)
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:31:23: warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
29 |     public static let bottomLeading = Alignment(horizontalAlignment: .leading, verticalAlignment: .bottom)
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
   |                       |- warning: static property 'trailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'trailing' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |     public static let bottomTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .bottom)
33 | }
/host/spi-builder-workspace/Sources/SwiftTUI/Views/Stacks/Alignment.swift:32:23: warning: static property 'bottomTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct Alignment {
   |               `- note: consider making struct 'Alignment' conform to the 'Sendable' protocol
16 |     public var horizontalAlignment: HorizontalAlignment
17 |     public var verticalAlignment: VerticalAlignment
   :
30 |     public static let topTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .top)
31 |     public static let trailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .center)
32 |     public static let bottomTrailing = Alignment(horizontalAlignment: .trailing, verticalAlignment: .bottom)
   |                       |- warning: static property 'bottomTrailing' is not concurrency-safe because non-'Sendable' type 'Alignment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bottomTrailing' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | }
34 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/3] Write swift-version-24593BA9C3E375BF.txt
[4/66] Emitting module SwiftTUI
[5/66] Compiling SwiftTUI Edges.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:123:33: error: cannot find 'STDOUT_FILENO' in scope
121 |
122 | private func write(_ str: String) {
123 |     str.withCString { _ = write(STDOUT_FILENO, $0, strlen($0)) }
    |                                 `- error: cannot find 'STDOUT_FILENO' in scope
124 | }
125 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:123:32: error: extra arguments at positions #2, #3 in call
120 | }
121 |
122 | private func write(_ str: String) {
    |              `- note: 'write' declared here
123 |     str.withCString { _ = write(STDOUT_FILENO, $0, strlen($0)) }
    |                                `- error: extra arguments at positions #2, #3 in call
124 | }
125 |
[6/66] Compiling SwiftTUI Extended.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:123:33: error: cannot find 'STDOUT_FILENO' in scope
121 |
122 | private func write(_ str: String) {
123 |     str.withCString { _ = write(STDOUT_FILENO, $0, strlen($0)) }
    |                                 `- error: cannot find 'STDOUT_FILENO' in scope
124 | }
125 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:123:32: error: extra arguments at positions #2, #3 in call
120 | }
121 |
122 | private func write(_ str: String) {
    |              `- note: 'write' declared here
123 |     str.withCString { _ = write(STDOUT_FILENO, $0, strlen($0)) }
    |                                `- error: extra arguments at positions #2, #3 in call
124 | }
125 |
[7/66] Compiling SwiftTUI Position.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:123:33: error: cannot find 'STDOUT_FILENO' in scope
121 |
122 | private func write(_ str: String) {
123 |     str.withCString { _ = write(STDOUT_FILENO, $0, strlen($0)) }
    |                                 `- error: cannot find 'STDOUT_FILENO' in scope
124 | }
125 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:123:32: error: extra arguments at positions #2, #3 in call
120 | }
121 |
122 | private func write(_ str: String) {
    |              `- note: 'write' declared here
123 |     str.withCString { _ = write(STDOUT_FILENO, $0, strlen($0)) }
    |                                `- error: extra arguments at positions #2, #3 in call
124 | }
125 |
[8/66] Compiling SwiftTUI Rect.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:123:33: error: cannot find 'STDOUT_FILENO' in scope
121 |
122 | private func write(_ str: String) {
123 |     str.withCString { _ = write(STDOUT_FILENO, $0, strlen($0)) }
    |                                 `- error: cannot find 'STDOUT_FILENO' in scope
124 | }
125 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:123:32: error: extra arguments at positions #2, #3 in call
120 | }
121 |
122 | private func write(_ str: String) {
    |              `- note: 'write' declared here
123 |     str.withCString { _ = write(STDOUT_FILENO, $0, strlen($0)) }
    |                                `- error: extra arguments at positions #2, #3 in call
124 | }
125 |
[9/66] Compiling SwiftTUI EscapeSequence.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:123:33: error: cannot find 'STDOUT_FILENO' in scope
121 |
122 | private func write(_ str: String) {
123 |     str.withCString { _ = write(STDOUT_FILENO, $0, strlen($0)) }
    |                                 `- error: cannot find 'STDOUT_FILENO' in scope
124 | }
125 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:123:32: error: extra arguments at positions #2, #3 in call
120 | }
121 |
122 | private func write(_ str: String) {
    |              `- note: 'write' declared here
123 |     str.withCString { _ = write(STDOUT_FILENO, $0, strlen($0)) }
    |                                `- error: extra arguments at positions #2, #3 in call
124 | }
125 |
[10/66] Compiling SwiftTUI Layer.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:123:33: error: cannot find 'STDOUT_FILENO' in scope
121 |
122 | private func write(_ str: String) {
123 |     str.withCString { _ = write(STDOUT_FILENO, $0, strlen($0)) }
    |                                 `- error: cannot find 'STDOUT_FILENO' in scope
124 | }
125 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:123:32: error: extra arguments at positions #2, #3 in call
120 | }
121 |
122 | private func write(_ str: String) {
    |              `- note: 'write' declared here
123 |     str.withCString { _ = write(STDOUT_FILENO, $0, strlen($0)) }
    |                                `- error: extra arguments at positions #2, #3 in call
124 | }
125 |
[11/66] Compiling SwiftTUI LayerDrawing.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:123:33: error: cannot find 'STDOUT_FILENO' in scope
121 |
122 | private func write(_ str: String) {
123 |     str.withCString { _ = write(STDOUT_FILENO, $0, strlen($0)) }
    |                                 `- error: cannot find 'STDOUT_FILENO' in scope
124 | }
125 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:123:32: error: extra arguments at positions #2, #3 in call
120 | }
121 |
122 | private func write(_ str: String) {
    |              `- note: 'write' declared here
123 |     str.withCString { _ = write(STDOUT_FILENO, $0, strlen($0)) }
    |                                `- error: extra arguments at positions #2, #3 in call
124 | }
125 |
[12/66] Compiling SwiftTUI Renderer.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:123:33: error: cannot find 'STDOUT_FILENO' in scope
121 |
122 | private func write(_ str: String) {
123 |     str.withCString { _ = write(STDOUT_FILENO, $0, strlen($0)) }
    |                                 `- error: cannot find 'STDOUT_FILENO' in scope
124 | }
125 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:123:32: error: extra arguments at positions #2, #3 in call
120 | }
121 |
122 | private func write(_ str: String) {
    |              `- note: 'write' declared here
123 |     str.withCString { _ = write(STDOUT_FILENO, $0, strlen($0)) }
    |                                `- error: extra arguments at positions #2, #3 in call
124 | }
125 |
[13/66] Compiling SwiftTUI Size.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:123:33: error: cannot find 'STDOUT_FILENO' in scope
121 |
122 | private func write(_ str: String) {
123 |     str.withCString { _ = write(STDOUT_FILENO, $0, strlen($0)) }
    |                                 `- error: cannot find 'STDOUT_FILENO' in scope
124 | }
125 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:123:32: error: extra arguments at positions #2, #3 in call
120 | }
121 |
122 | private func write(_ str: String) {
    |              `- note: 'write' declared here
123 |     str.withCString { _ = write(STDOUT_FILENO, $0, strlen($0)) }
    |                                `- error: extra arguments at positions #2, #3 in call
124 | }
125 |
[14/74] Compiling SwiftTUI ForegroundColor.swift
[15/74] Compiling SwiftTUI Italic.swift
[16/74] Compiling SwiftTUI OnAppear.swift
[17/74] Compiling SwiftTUI Padding.swift
[18/74] Compiling SwiftTUI SetEnvironment.swift
[19/74] Compiling SwiftTUI Strikethrough.swift
[20/74] Compiling SwiftTUI Underline.swift
[21/74] Compiling SwiftTUI Optional+View.swift
[22/74] Compiling SwiftTUI Control.swift
[23/74] Compiling SwiftTUI Window.swift
[24/74] Compiling SwiftTUI Control+logTree.swift
[25/74] Compiling SwiftTUI Node+logTree.swift
[26/74] Compiling SwiftTUI log.swift
[27/74] Compiling SwiftTUI AttributeScopes+SwiftTUIAttributes.swift
[28/74] Compiling SwiftTUI Cell.swift
[29/74] Compiling SwiftTUI CellAttributes.swift
[30/74] Compiling SwiftTUI Color.swift
[31/74] Compiling SwiftTUI Binding.swift
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:60:73: error: cannot find 'STDIN_FILENO' in scope
 58 |         renderer.draw()
 59 |
 60 |         let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
    |                                                                         `- error: cannot find 'STDIN_FILENO' in scope
 61 |         stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
 62 |         stdInSource.resume()
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:61:43: error: cannot infer contextual base in reference to member 'default'
 59 |
 60 |         let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
 61 |         stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
    |                                           `- error: cannot infer contextual base in reference to member 'default'
 62 |         stdInSource.resume()
 63 |         self.stdInSource = stdInSource
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:69:24: error: cannot find 'SIG_IGN' in scope
 67 |         sigWinChSource.resume()
 68 |
 69 |         signal(SIGINT, SIG_IGN)
    |                        `- error: cannot find 'SIG_IGN' in scope
 70 |         let sigIntSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
 71 |         sigIntSource.setEventHandler(qos: .default, flags: [], handler: self.stop)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:86:21: error: cannot find 'termios' in scope
 84 |
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
    |                     `- error: cannot find 'termios' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:87:9: error: cannot find 'tcgetattr' in scope
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
    |         `- error: cannot find 'tcgetattr' in scope
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:87:19: error: cannot find 'STDIN_FILENO' in scope
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
    |                   `- error: cannot find 'STDIN_FILENO' in scope
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:27: error: cannot find 'tcflag_t' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                           `- error: cannot find 'tcflag_t' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:36: error: cannot find 'ECHO' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                                    `- error: cannot find 'ECHO' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:43: error: cannot find 'ICANON' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                                           `- error: cannot find 'ICANON' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:9: error: cannot find 'tcsetattr' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |         `- error: cannot find 'tcsetattr' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:19: error: cannot find 'STDIN_FILENO' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                   `- error: cannot find 'STDIN_FILENO' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:33: error: cannot find 'TCSAFLUSH' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                                 `- error: cannot find 'TCSAFLUSH' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:167:20: error: cannot find 'winsize' in scope
165 |
166 |     private func updateWindowSize() {
167 |         var size = winsize()
    |                    `- error: cannot find 'winsize' in scope
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
169 |               size.ws_col > 0, size.ws_row > 0 else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:15: error: cannot find 'ioctl' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |               `- error: cannot find 'ioctl' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:21: error: cannot find 'STDOUT_FILENO' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |                     `- error: cannot find 'STDOUT_FILENO' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:41: error: cannot find 'TIOCGWINSZ' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |                                         `- error: cannot find 'TIOCGWINSZ' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:186:21: error: cannot find 'termios' in scope
184 |     private func resetInputMode() {
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
    |                     `- error: cannot find 'termios' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:187:9: error: cannot find 'tcgetattr' in scope
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
    |         `- error: cannot find 'tcgetattr' in scope
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:187:19: error: cannot find 'STDIN_FILENO' in scope
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
    |                   `- error: cannot find 'STDIN_FILENO' in scope
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:26: error: cannot find 'tcflag_t' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                          `- error: cannot find 'tcflag_t' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:35: error: cannot find 'ECHO' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                                   `- error: cannot find 'ECHO' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:42: error: cannot find 'ICANON' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                                          `- error: cannot find 'ICANON' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:9: error: cannot find 'tcsetattr' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |         `- error: cannot find 'tcsetattr' in scope
190 |     }
191 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:19: error: cannot find 'STDIN_FILENO' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                   `- error: cannot find 'STDIN_FILENO' in scope
190 |     }
191 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:33: error: cannot find 'TCSAFLUSH' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                                 `- error: cannot find 'TCSAFLUSH' in scope
190 |     }
191 |
[32/74] Compiling SwiftTUI Environment.swift
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:60:73: error: cannot find 'STDIN_FILENO' in scope
 58 |         renderer.draw()
 59 |
 60 |         let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
    |                                                                         `- error: cannot find 'STDIN_FILENO' in scope
 61 |         stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
 62 |         stdInSource.resume()
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:61:43: error: cannot infer contextual base in reference to member 'default'
 59 |
 60 |         let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
 61 |         stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
    |                                           `- error: cannot infer contextual base in reference to member 'default'
 62 |         stdInSource.resume()
 63 |         self.stdInSource = stdInSource
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:69:24: error: cannot find 'SIG_IGN' in scope
 67 |         sigWinChSource.resume()
 68 |
 69 |         signal(SIGINT, SIG_IGN)
    |                        `- error: cannot find 'SIG_IGN' in scope
 70 |         let sigIntSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
 71 |         sigIntSource.setEventHandler(qos: .default, flags: [], handler: self.stop)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:86:21: error: cannot find 'termios' in scope
 84 |
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
    |                     `- error: cannot find 'termios' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:87:9: error: cannot find 'tcgetattr' in scope
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
    |         `- error: cannot find 'tcgetattr' in scope
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:87:19: error: cannot find 'STDIN_FILENO' in scope
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
    |                   `- error: cannot find 'STDIN_FILENO' in scope
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:27: error: cannot find 'tcflag_t' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                           `- error: cannot find 'tcflag_t' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:36: error: cannot find 'ECHO' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                                    `- error: cannot find 'ECHO' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:43: error: cannot find 'ICANON' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                                           `- error: cannot find 'ICANON' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:9: error: cannot find 'tcsetattr' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |         `- error: cannot find 'tcsetattr' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:19: error: cannot find 'STDIN_FILENO' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                   `- error: cannot find 'STDIN_FILENO' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:33: error: cannot find 'TCSAFLUSH' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                                 `- error: cannot find 'TCSAFLUSH' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:167:20: error: cannot find 'winsize' in scope
165 |
166 |     private func updateWindowSize() {
167 |         var size = winsize()
    |                    `- error: cannot find 'winsize' in scope
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
169 |               size.ws_col > 0, size.ws_row > 0 else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:15: error: cannot find 'ioctl' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |               `- error: cannot find 'ioctl' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:21: error: cannot find 'STDOUT_FILENO' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |                     `- error: cannot find 'STDOUT_FILENO' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:41: error: cannot find 'TIOCGWINSZ' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |                                         `- error: cannot find 'TIOCGWINSZ' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:186:21: error: cannot find 'termios' in scope
184 |     private func resetInputMode() {
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
    |                     `- error: cannot find 'termios' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:187:9: error: cannot find 'tcgetattr' in scope
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
    |         `- error: cannot find 'tcgetattr' in scope
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:187:19: error: cannot find 'STDIN_FILENO' in scope
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
    |                   `- error: cannot find 'STDIN_FILENO' in scope
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:26: error: cannot find 'tcflag_t' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                          `- error: cannot find 'tcflag_t' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:35: error: cannot find 'ECHO' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                                   `- error: cannot find 'ECHO' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:42: error: cannot find 'ICANON' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                                          `- error: cannot find 'ICANON' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:9: error: cannot find 'tcsetattr' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |         `- error: cannot find 'tcsetattr' in scope
190 |     }
191 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:19: error: cannot find 'STDIN_FILENO' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                   `- error: cannot find 'STDIN_FILENO' in scope
190 |     }
191 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:33: error: cannot find 'TCSAFLUSH' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                                 `- error: cannot find 'TCSAFLUSH' in scope
190 |     }
191 |
[33/74] Compiling SwiftTUI ObservedObject.swift
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:60:73: error: cannot find 'STDIN_FILENO' in scope
 58 |         renderer.draw()
 59 |
 60 |         let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
    |                                                                         `- error: cannot find 'STDIN_FILENO' in scope
 61 |         stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
 62 |         stdInSource.resume()
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:61:43: error: cannot infer contextual base in reference to member 'default'
 59 |
 60 |         let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
 61 |         stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
    |                                           `- error: cannot infer contextual base in reference to member 'default'
 62 |         stdInSource.resume()
 63 |         self.stdInSource = stdInSource
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:69:24: error: cannot find 'SIG_IGN' in scope
 67 |         sigWinChSource.resume()
 68 |
 69 |         signal(SIGINT, SIG_IGN)
    |                        `- error: cannot find 'SIG_IGN' in scope
 70 |         let sigIntSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
 71 |         sigIntSource.setEventHandler(qos: .default, flags: [], handler: self.stop)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:86:21: error: cannot find 'termios' in scope
 84 |
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
    |                     `- error: cannot find 'termios' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:87:9: error: cannot find 'tcgetattr' in scope
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
    |         `- error: cannot find 'tcgetattr' in scope
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:87:19: error: cannot find 'STDIN_FILENO' in scope
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
    |                   `- error: cannot find 'STDIN_FILENO' in scope
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:27: error: cannot find 'tcflag_t' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                           `- error: cannot find 'tcflag_t' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:36: error: cannot find 'ECHO' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                                    `- error: cannot find 'ECHO' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:43: error: cannot find 'ICANON' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                                           `- error: cannot find 'ICANON' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:9: error: cannot find 'tcsetattr' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |         `- error: cannot find 'tcsetattr' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:19: error: cannot find 'STDIN_FILENO' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                   `- error: cannot find 'STDIN_FILENO' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:33: error: cannot find 'TCSAFLUSH' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                                 `- error: cannot find 'TCSAFLUSH' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:167:20: error: cannot find 'winsize' in scope
165 |
166 |     private func updateWindowSize() {
167 |         var size = winsize()
    |                    `- error: cannot find 'winsize' in scope
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
169 |               size.ws_col > 0, size.ws_row > 0 else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:15: error: cannot find 'ioctl' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |               `- error: cannot find 'ioctl' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:21: error: cannot find 'STDOUT_FILENO' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |                     `- error: cannot find 'STDOUT_FILENO' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:41: error: cannot find 'TIOCGWINSZ' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |                                         `- error: cannot find 'TIOCGWINSZ' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:186:21: error: cannot find 'termios' in scope
184 |     private func resetInputMode() {
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
    |                     `- error: cannot find 'termios' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:187:9: error: cannot find 'tcgetattr' in scope
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
    |         `- error: cannot find 'tcgetattr' in scope
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:187:19: error: cannot find 'STDIN_FILENO' in scope
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
    |                   `- error: cannot find 'STDIN_FILENO' in scope
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:26: error: cannot find 'tcflag_t' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                          `- error: cannot find 'tcflag_t' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:35: error: cannot find 'ECHO' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                                   `- error: cannot find 'ECHO' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:42: error: cannot find 'ICANON' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                                          `- error: cannot find 'ICANON' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:9: error: cannot find 'tcsetattr' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |         `- error: cannot find 'tcsetattr' in scope
190 |     }
191 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:19: error: cannot find 'STDIN_FILENO' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                   `- error: cannot find 'STDIN_FILENO' in scope
190 |     }
191 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:33: error: cannot find 'TCSAFLUSH' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                                 `- error: cannot find 'TCSAFLUSH' in scope
190 |     }
191 |
[34/74] Compiling SwiftTUI State.swift
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:60:73: error: cannot find 'STDIN_FILENO' in scope
 58 |         renderer.draw()
 59 |
 60 |         let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
    |                                                                         `- error: cannot find 'STDIN_FILENO' in scope
 61 |         stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
 62 |         stdInSource.resume()
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:61:43: error: cannot infer contextual base in reference to member 'default'
 59 |
 60 |         let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
 61 |         stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
    |                                           `- error: cannot infer contextual base in reference to member 'default'
 62 |         stdInSource.resume()
 63 |         self.stdInSource = stdInSource
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:69:24: error: cannot find 'SIG_IGN' in scope
 67 |         sigWinChSource.resume()
 68 |
 69 |         signal(SIGINT, SIG_IGN)
    |                        `- error: cannot find 'SIG_IGN' in scope
 70 |         let sigIntSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
 71 |         sigIntSource.setEventHandler(qos: .default, flags: [], handler: self.stop)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:86:21: error: cannot find 'termios' in scope
 84 |
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
    |                     `- error: cannot find 'termios' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:87:9: error: cannot find 'tcgetattr' in scope
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
    |         `- error: cannot find 'tcgetattr' in scope
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:87:19: error: cannot find 'STDIN_FILENO' in scope
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
    |                   `- error: cannot find 'STDIN_FILENO' in scope
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:27: error: cannot find 'tcflag_t' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                           `- error: cannot find 'tcflag_t' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:36: error: cannot find 'ECHO' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                                    `- error: cannot find 'ECHO' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:43: error: cannot find 'ICANON' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                                           `- error: cannot find 'ICANON' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:9: error: cannot find 'tcsetattr' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |         `- error: cannot find 'tcsetattr' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:19: error: cannot find 'STDIN_FILENO' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                   `- error: cannot find 'STDIN_FILENO' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:33: error: cannot find 'TCSAFLUSH' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                                 `- error: cannot find 'TCSAFLUSH' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:167:20: error: cannot find 'winsize' in scope
165 |
166 |     private func updateWindowSize() {
167 |         var size = winsize()
    |                    `- error: cannot find 'winsize' in scope
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
169 |               size.ws_col > 0, size.ws_row > 0 else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:15: error: cannot find 'ioctl' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |               `- error: cannot find 'ioctl' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:21: error: cannot find 'STDOUT_FILENO' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |                     `- error: cannot find 'STDOUT_FILENO' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:41: error: cannot find 'TIOCGWINSZ' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |                                         `- error: cannot find 'TIOCGWINSZ' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:186:21: error: cannot find 'termios' in scope
184 |     private func resetInputMode() {
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
    |                     `- error: cannot find 'termios' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:187:9: error: cannot find 'tcgetattr' in scope
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
    |         `- error: cannot find 'tcgetattr' in scope
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:187:19: error: cannot find 'STDIN_FILENO' in scope
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
    |                   `- error: cannot find 'STDIN_FILENO' in scope
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:26: error: cannot find 'tcflag_t' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                          `- error: cannot find 'tcflag_t' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:35: error: cannot find 'ECHO' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                                   `- error: cannot find 'ECHO' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:42: error: cannot find 'ICANON' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                                          `- error: cannot find 'ICANON' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:9: error: cannot find 'tcsetattr' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |         `- error: cannot find 'tcsetattr' in scope
190 |     }
191 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:19: error: cannot find 'STDIN_FILENO' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                   `- error: cannot find 'STDIN_FILENO' in scope
190 |     }
191 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:33: error: cannot find 'TCSAFLUSH' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                                 `- error: cannot find 'TCSAFLUSH' in scope
190 |     }
191 |
[35/74] Compiling SwiftTUI View+Environment.swift
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:60:73: error: cannot find 'STDIN_FILENO' in scope
 58 |         renderer.draw()
 59 |
 60 |         let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
    |                                                                         `- error: cannot find 'STDIN_FILENO' in scope
 61 |         stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
 62 |         stdInSource.resume()
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:61:43: error: cannot infer contextual base in reference to member 'default'
 59 |
 60 |         let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
 61 |         stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
    |                                           `- error: cannot infer contextual base in reference to member 'default'
 62 |         stdInSource.resume()
 63 |         self.stdInSource = stdInSource
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:69:24: error: cannot find 'SIG_IGN' in scope
 67 |         sigWinChSource.resume()
 68 |
 69 |         signal(SIGINT, SIG_IGN)
    |                        `- error: cannot find 'SIG_IGN' in scope
 70 |         let sigIntSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
 71 |         sigIntSource.setEventHandler(qos: .default, flags: [], handler: self.stop)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:86:21: error: cannot find 'termios' in scope
 84 |
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
    |                     `- error: cannot find 'termios' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:87:9: error: cannot find 'tcgetattr' in scope
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
    |         `- error: cannot find 'tcgetattr' in scope
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:87:19: error: cannot find 'STDIN_FILENO' in scope
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
    |                   `- error: cannot find 'STDIN_FILENO' in scope
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:27: error: cannot find 'tcflag_t' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                           `- error: cannot find 'tcflag_t' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:36: error: cannot find 'ECHO' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                                    `- error: cannot find 'ECHO' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:43: error: cannot find 'ICANON' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                                           `- error: cannot find 'ICANON' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:9: error: cannot find 'tcsetattr' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |         `- error: cannot find 'tcsetattr' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:19: error: cannot find 'STDIN_FILENO' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                   `- error: cannot find 'STDIN_FILENO' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:33: error: cannot find 'TCSAFLUSH' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                                 `- error: cannot find 'TCSAFLUSH' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:167:20: error: cannot find 'winsize' in scope
165 |
166 |     private func updateWindowSize() {
167 |         var size = winsize()
    |                    `- error: cannot find 'winsize' in scope
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
169 |               size.ws_col > 0, size.ws_row > 0 else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:15: error: cannot find 'ioctl' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |               `- error: cannot find 'ioctl' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:21: error: cannot find 'STDOUT_FILENO' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |                     `- error: cannot find 'STDOUT_FILENO' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:41: error: cannot find 'TIOCGWINSZ' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |                                         `- error: cannot find 'TIOCGWINSZ' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:186:21: error: cannot find 'termios' in scope
184 |     private func resetInputMode() {
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
    |                     `- error: cannot find 'termios' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:187:9: error: cannot find 'tcgetattr' in scope
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
    |         `- error: cannot find 'tcgetattr' in scope
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:187:19: error: cannot find 'STDIN_FILENO' in scope
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
    |                   `- error: cannot find 'STDIN_FILENO' in scope
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:26: error: cannot find 'tcflag_t' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                          `- error: cannot find 'tcflag_t' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:35: error: cannot find 'ECHO' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                                   `- error: cannot find 'ECHO' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:42: error: cannot find 'ICANON' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                                          `- error: cannot find 'ICANON' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:9: error: cannot find 'tcsetattr' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |         `- error: cannot find 'tcsetattr' in scope
190 |     }
191 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:19: error: cannot find 'STDIN_FILENO' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                   `- error: cannot find 'STDIN_FILENO' in scope
190 |     }
191 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:33: error: cannot find 'TCSAFLUSH' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                                 `- error: cannot find 'TCSAFLUSH' in scope
190 |     }
191 |
[36/74] Compiling SwiftTUI View+ObservableObject.swift
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:60:73: error: cannot find 'STDIN_FILENO' in scope
 58 |         renderer.draw()
 59 |
 60 |         let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
    |                                                                         `- error: cannot find 'STDIN_FILENO' in scope
 61 |         stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
 62 |         stdInSource.resume()
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:61:43: error: cannot infer contextual base in reference to member 'default'
 59 |
 60 |         let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
 61 |         stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
    |                                           `- error: cannot infer contextual base in reference to member 'default'
 62 |         stdInSource.resume()
 63 |         self.stdInSource = stdInSource
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:69:24: error: cannot find 'SIG_IGN' in scope
 67 |         sigWinChSource.resume()
 68 |
 69 |         signal(SIGINT, SIG_IGN)
    |                        `- error: cannot find 'SIG_IGN' in scope
 70 |         let sigIntSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
 71 |         sigIntSource.setEventHandler(qos: .default, flags: [], handler: self.stop)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:86:21: error: cannot find 'termios' in scope
 84 |
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
    |                     `- error: cannot find 'termios' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:87:9: error: cannot find 'tcgetattr' in scope
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
    |         `- error: cannot find 'tcgetattr' in scope
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:87:19: error: cannot find 'STDIN_FILENO' in scope
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
    |                   `- error: cannot find 'STDIN_FILENO' in scope
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:27: error: cannot find 'tcflag_t' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                           `- error: cannot find 'tcflag_t' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:36: error: cannot find 'ECHO' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                                    `- error: cannot find 'ECHO' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:43: error: cannot find 'ICANON' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                                           `- error: cannot find 'ICANON' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:9: error: cannot find 'tcsetattr' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |         `- error: cannot find 'tcsetattr' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:19: error: cannot find 'STDIN_FILENO' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                   `- error: cannot find 'STDIN_FILENO' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:33: error: cannot find 'TCSAFLUSH' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                                 `- error: cannot find 'TCSAFLUSH' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:167:20: error: cannot find 'winsize' in scope
165 |
166 |     private func updateWindowSize() {
167 |         var size = winsize()
    |                    `- error: cannot find 'winsize' in scope
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
169 |               size.ws_col > 0, size.ws_row > 0 else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:15: error: cannot find 'ioctl' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |               `- error: cannot find 'ioctl' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:21: error: cannot find 'STDOUT_FILENO' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |                     `- error: cannot find 'STDOUT_FILENO' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:41: error: cannot find 'TIOCGWINSZ' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |                                         `- error: cannot find 'TIOCGWINSZ' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:186:21: error: cannot find 'termios' in scope
184 |     private func resetInputMode() {
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
    |                     `- error: cannot find 'termios' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:187:9: error: cannot find 'tcgetattr' in scope
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
    |         `- error: cannot find 'tcgetattr' in scope
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:187:19: error: cannot find 'STDIN_FILENO' in scope
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
    |                   `- error: cannot find 'STDIN_FILENO' in scope
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:26: error: cannot find 'tcflag_t' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                          `- error: cannot find 'tcflag_t' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:35: error: cannot find 'ECHO' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                                   `- error: cannot find 'ECHO' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:42: error: cannot find 'ICANON' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                                          `- error: cannot find 'ICANON' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:9: error: cannot find 'tcsetattr' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |         `- error: cannot find 'tcsetattr' in scope
190 |     }
191 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:19: error: cannot find 'STDIN_FILENO' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                   `- error: cannot find 'STDIN_FILENO' in scope
190 |     }
191 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:33: error: cannot find 'TCSAFLUSH' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                                 `- error: cannot find 'TCSAFLUSH' in scope
190 |     }
191 |
[37/74] Compiling SwiftTUI View+State.swift
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:60:73: error: cannot find 'STDIN_FILENO' in scope
 58 |         renderer.draw()
 59 |
 60 |         let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
    |                                                                         `- error: cannot find 'STDIN_FILENO' in scope
 61 |         stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
 62 |         stdInSource.resume()
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:61:43: error: cannot infer contextual base in reference to member 'default'
 59 |
 60 |         let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
 61 |         stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
    |                                           `- error: cannot infer contextual base in reference to member 'default'
 62 |         stdInSource.resume()
 63 |         self.stdInSource = stdInSource
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:69:24: error: cannot find 'SIG_IGN' in scope
 67 |         sigWinChSource.resume()
 68 |
 69 |         signal(SIGINT, SIG_IGN)
    |                        `- error: cannot find 'SIG_IGN' in scope
 70 |         let sigIntSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
 71 |         sigIntSource.setEventHandler(qos: .default, flags: [], handler: self.stop)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:86:21: error: cannot find 'termios' in scope
 84 |
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
    |                     `- error: cannot find 'termios' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:87:9: error: cannot find 'tcgetattr' in scope
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
    |         `- error: cannot find 'tcgetattr' in scope
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:87:19: error: cannot find 'STDIN_FILENO' in scope
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
    |                   `- error: cannot find 'STDIN_FILENO' in scope
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:27: error: cannot find 'tcflag_t' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                           `- error: cannot find 'tcflag_t' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:36: error: cannot find 'ECHO' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                                    `- error: cannot find 'ECHO' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:43: error: cannot find 'ICANON' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                                           `- error: cannot find 'ICANON' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:9: error: cannot find 'tcsetattr' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |         `- error: cannot find 'tcsetattr' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:19: error: cannot find 'STDIN_FILENO' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                   `- error: cannot find 'STDIN_FILENO' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:33: error: cannot find 'TCSAFLUSH' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                                 `- error: cannot find 'TCSAFLUSH' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:167:20: error: cannot find 'winsize' in scope
165 |
166 |     private func updateWindowSize() {
167 |         var size = winsize()
    |                    `- error: cannot find 'winsize' in scope
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
169 |               size.ws_col > 0, size.ws_row > 0 else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:15: error: cannot find 'ioctl' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |               `- error: cannot find 'ioctl' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:21: error: cannot find 'STDOUT_FILENO' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |                     `- error: cannot find 'STDOUT_FILENO' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:41: error: cannot find 'TIOCGWINSZ' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |                                         `- error: cannot find 'TIOCGWINSZ' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:186:21: error: cannot find 'termios' in scope
184 |     private func resetInputMode() {
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
    |                     `- error: cannot find 'termios' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:187:9: error: cannot find 'tcgetattr' in scope
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
    |         `- error: cannot find 'tcgetattr' in scope
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:187:19: error: cannot find 'STDIN_FILENO' in scope
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
    |                   `- error: cannot find 'STDIN_FILENO' in scope
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:26: error: cannot find 'tcflag_t' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                          `- error: cannot find 'tcflag_t' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:35: error: cannot find 'ECHO' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                                   `- error: cannot find 'ECHO' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:42: error: cannot find 'ICANON' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                                          `- error: cannot find 'ICANON' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:9: error: cannot find 'tcsetattr' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |         `- error: cannot find 'tcsetattr' in scope
190 |     }
191 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:19: error: cannot find 'STDIN_FILENO' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                   `- error: cannot find 'STDIN_FILENO' in scope
190 |     }
191 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:33: error: cannot find 'TCSAFLUSH' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                                 `- error: cannot find 'TCSAFLUSH' in scope
190 |     }
191 |
[38/74] Compiling SwiftTUI ASCII.swift
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:60:73: error: cannot find 'STDIN_FILENO' in scope
 58 |         renderer.draw()
 59 |
 60 |         let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
    |                                                                         `- error: cannot find 'STDIN_FILENO' in scope
 61 |         stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
 62 |         stdInSource.resume()
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:61:43: error: cannot infer contextual base in reference to member 'default'
 59 |
 60 |         let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
 61 |         stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
    |                                           `- error: cannot infer contextual base in reference to member 'default'
 62 |         stdInSource.resume()
 63 |         self.stdInSource = stdInSource
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:69:24: error: cannot find 'SIG_IGN' in scope
 67 |         sigWinChSource.resume()
 68 |
 69 |         signal(SIGINT, SIG_IGN)
    |                        `- error: cannot find 'SIG_IGN' in scope
 70 |         let sigIntSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
 71 |         sigIntSource.setEventHandler(qos: .default, flags: [], handler: self.stop)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:86:21: error: cannot find 'termios' in scope
 84 |
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
    |                     `- error: cannot find 'termios' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:87:9: error: cannot find 'tcgetattr' in scope
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
    |         `- error: cannot find 'tcgetattr' in scope
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:87:19: error: cannot find 'STDIN_FILENO' in scope
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
    |                   `- error: cannot find 'STDIN_FILENO' in scope
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:27: error: cannot find 'tcflag_t' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                           `- error: cannot find 'tcflag_t' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:36: error: cannot find 'ECHO' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                                    `- error: cannot find 'ECHO' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:43: error: cannot find 'ICANON' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                                           `- error: cannot find 'ICANON' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:9: error: cannot find 'tcsetattr' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |         `- error: cannot find 'tcsetattr' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:19: error: cannot find 'STDIN_FILENO' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                   `- error: cannot find 'STDIN_FILENO' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:33: error: cannot find 'TCSAFLUSH' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                                 `- error: cannot find 'TCSAFLUSH' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:167:20: error: cannot find 'winsize' in scope
165 |
166 |     private func updateWindowSize() {
167 |         var size = winsize()
    |                    `- error: cannot find 'winsize' in scope
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
169 |               size.ws_col > 0, size.ws_row > 0 else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:15: error: cannot find 'ioctl' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |               `- error: cannot find 'ioctl' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:21: error: cannot find 'STDOUT_FILENO' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |                     `- error: cannot find 'STDOUT_FILENO' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:41: error: cannot find 'TIOCGWINSZ' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |                                         `- error: cannot find 'TIOCGWINSZ' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:186:21: error: cannot find 'termios' in scope
184 |     private func resetInputMode() {
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
    |                     `- error: cannot find 'termios' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:187:9: error: cannot find 'tcgetattr' in scope
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
    |         `- error: cannot find 'tcgetattr' in scope
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:187:19: error: cannot find 'STDIN_FILENO' in scope
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
    |                   `- error: cannot find 'STDIN_FILENO' in scope
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:26: error: cannot find 'tcflag_t' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                          `- error: cannot find 'tcflag_t' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:35: error: cannot find 'ECHO' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                                   `- error: cannot find 'ECHO' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:42: error: cannot find 'ICANON' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                                          `- error: cannot find 'ICANON' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:9: error: cannot find 'tcsetattr' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |         `- error: cannot find 'tcsetattr' in scope
190 |     }
191 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:19: error: cannot find 'STDIN_FILENO' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                   `- error: cannot find 'STDIN_FILENO' in scope
190 |     }
191 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:33: error: cannot find 'TCSAFLUSH' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                                 `- error: cannot find 'TCSAFLUSH' in scope
190 |     }
191 |
[39/74] Compiling SwiftTUI Application.swift
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:60:73: error: cannot find 'STDIN_FILENO' in scope
 58 |         renderer.draw()
 59 |
 60 |         let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
    |                                                                         `- error: cannot find 'STDIN_FILENO' in scope
 61 |         stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
 62 |         stdInSource.resume()
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:61:43: error: cannot infer contextual base in reference to member 'default'
 59 |
 60 |         let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
 61 |         stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
    |                                           `- error: cannot infer contextual base in reference to member 'default'
 62 |         stdInSource.resume()
 63 |         self.stdInSource = stdInSource
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:69:24: error: cannot find 'SIG_IGN' in scope
 67 |         sigWinChSource.resume()
 68 |
 69 |         signal(SIGINT, SIG_IGN)
    |                        `- error: cannot find 'SIG_IGN' in scope
 70 |         let sigIntSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
 71 |         sigIntSource.setEventHandler(qos: .default, flags: [], handler: self.stop)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:86:21: error: cannot find 'termios' in scope
 84 |
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
    |                     `- error: cannot find 'termios' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:87:9: error: cannot find 'tcgetattr' in scope
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
    |         `- error: cannot find 'tcgetattr' in scope
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:87:19: error: cannot find 'STDIN_FILENO' in scope
 85 |     private func setInputMode() {
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
    |                   `- error: cannot find 'STDIN_FILENO' in scope
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:27: error: cannot find 'tcflag_t' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                           `- error: cannot find 'tcflag_t' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:36: error: cannot find 'ECHO' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                                    `- error: cannot find 'ECHO' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:88:43: error: cannot find 'ICANON' in scope
 86 |         var tattr = termios()
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
    |                                           `- error: cannot find 'ICANON' in scope
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
 90 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:9: error: cannot find 'tcsetattr' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |         `- error: cannot find 'tcsetattr' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:19: error: cannot find 'STDIN_FILENO' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                   `- error: cannot find 'STDIN_FILENO' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:89:33: error: cannot find 'TCSAFLUSH' in scope
 87 |         tcgetattr(STDIN_FILENO, &tattr)
 88 |         tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
 89 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                                 `- error: cannot find 'TCSAFLUSH' in scope
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:167:20: error: cannot find 'winsize' in scope
165 |
166 |     private func updateWindowSize() {
167 |         var size = winsize()
    |                    `- error: cannot find 'winsize' in scope
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
169 |               size.ws_col > 0, size.ws_row > 0 else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:15: error: cannot find 'ioctl' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |               `- error: cannot find 'ioctl' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:21: error: cannot find 'STDOUT_FILENO' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |                     `- error: cannot find 'STDOUT_FILENO' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:168:41: error: cannot find 'TIOCGWINSZ' in scope
166 |     private func updateWindowSize() {
167 |         var size = winsize()
168 |         guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
    |                                         `- error: cannot find 'TIOCGWINSZ' in scope
169 |               size.ws_col > 0, size.ws_row > 0 else {
170 |             assertionFailure("Could not get window size")
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:186:21: error: cannot find 'termios' in scope
184 |     private func resetInputMode() {
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
    |                     `- error: cannot find 'termios' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:187:9: error: cannot find 'tcgetattr' in scope
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
    |         `- error: cannot find 'tcgetattr' in scope
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:187:19: error: cannot find 'STDIN_FILENO' in scope
185 |         // Reset ECHO and ICANON values:
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
    |                   `- error: cannot find 'STDIN_FILENO' in scope
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:26: error: cannot find 'tcflag_t' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                          `- error: cannot find 'tcflag_t' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:35: error: cannot find 'ECHO' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                                   `- error: cannot find 'ECHO' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:188:42: error: cannot find 'ICANON' in scope
186 |         var tattr = termios()
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
    |                                          `- error: cannot find 'ICANON' in scope
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
190 |     }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:9: error: cannot find 'tcsetattr' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |         `- error: cannot find 'tcsetattr' in scope
190 |     }
191 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:19: error: cannot find 'STDIN_FILENO' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                   `- error: cannot find 'STDIN_FILENO' in scope
190 |     }
191 |
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:189:33: error: cannot find 'TCSAFLUSH' in scope
187 |         tcgetattr(STDIN_FILENO, &tattr)
188 |         tattr.c_lflag |= tcflag_t(ECHO | ICANON)
189 |         tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr);
    |                                 `- error: cannot find 'TCSAFLUSH' in scope
190 |     }
191 |
[40/74] Compiling SwiftTUI ArrowKeyParser.swift
[41/74] Compiling SwiftTUI SwiftTUI.swift
[42/74] Compiling SwiftTUI ComposedView.swift
[43/74] Compiling SwiftTUI GenericView.swift
[44/74] Compiling SwiftTUI LayoutRootView.swift
[45/74] Compiling SwiftTUI ModifierView.swift
[46/74] Compiling SwiftTUI Node.swift
[47/74] Compiling SwiftTUI PrimitiveView.swift
[48/74] Compiling SwiftTUI View.swift
[49/74] Compiling SwiftTUI Weak.swift
[50/74] Compiling SwiftTUI WeakSet.swift
[51/74] Compiling SwiftTUI Button.swift
[52/74] Compiling SwiftTUI Color+View.swift
[53/74] Compiling SwiftTUI Divider.swift
[54/74] Compiling SwiftTUI GeometryReader.swift
[55/74] Compiling SwiftTUI ScrollView.swift
[56/74] Compiling SwiftTUI Spacer.swift
[57/74] Compiling SwiftTUI Text.swift
[58/74] Compiling SwiftTUI TextField.swift
[59/74] Compiling SwiftTUI EmptyView.swift
[60/74] Compiling SwiftTUI ForEach.swift
[61/74] Compiling SwiftTUI Group.swift
[62/74] Compiling SwiftTUI Background.swift
[63/74] Compiling SwiftTUI Bold.swift
[64/74] Compiling SwiftTUI Border.swift
[65/74] Compiling SwiftTUI FixedFrame.swift
[66/74] Compiling SwiftTUI FlexibleFrame.swift
[67/74] Compiling SwiftTUI Alignment.swift
[68/74] Compiling SwiftTUI Axis.swift
[69/74] Compiling SwiftTUI HStack.swift
[70/74] Compiling SwiftTUI VStack.swift
[71/74] Compiling SwiftTUI ZStack.swift
[72/74] Compiling SwiftTUI TupleView.swift
[73/74] Compiling SwiftTUI ViewBuilder.swift
[74/74] Compiling SwiftTUI _ConditionalView.swift
BUILD FAILURE 6.1 android