Build Information
Failed to build SwiftTUI, reference main (b8c087), with Swift 6.3 for Android on 19 Apr 2026 00:48:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rxtech-lab/SwiftTUI.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/rxtech-lab/SwiftTUI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b8c087b fix: text remaining from last page (#12)
Cloned https://github.com/rxtech-lab/SwiftTUI.git
Revision (git rev-parse @):
b8c087b9d097e667a487899a4988764e684fb0ab
SUCCESS checkout https://github.com/rxtech-lab/SwiftTUI.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/rxtech-lab/SwiftTUI.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.91s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (5.72s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.92s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.31s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--4F562202D5529B1.txt
[5/77] Emitting module SwiftTUI
[6/87] Compiling SwiftTUI Position.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:31: error: cannot find 'STDOUT_FILENO' in scope
148 |
149 | private func write(_ str: String) {
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: cannot find 'STDOUT_FILENO' in scope
151 | }
152 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:30: error: extra arguments at positions #2, #3 in call
147 | }
148 |
149 | private func write(_ str: String) {
| `- note: 'write' declared here
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: extra arguments at positions #2, #3 in call
151 | }
152 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:50: error: generic parameter 'U' could not be inferred
148 |
149 | private func write(_ str: String) {
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: generic parameter 'U' could not be inferred
151 | }
152 |
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
[7/87] Compiling SwiftTUI Rect.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:31: error: cannot find 'STDOUT_FILENO' in scope
148 |
149 | private func write(_ str: String) {
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: cannot find 'STDOUT_FILENO' in scope
151 | }
152 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:30: error: extra arguments at positions #2, #3 in call
147 | }
148 |
149 | private func write(_ str: String) {
| `- note: 'write' declared here
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: extra arguments at positions #2, #3 in call
151 | }
152 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:50: error: generic parameter 'U' could not be inferred
148 |
149 | private func write(_ str: String) {
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: generic parameter 'U' could not be inferred
151 | }
152 |
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
[8/87] Compiling SwiftTUI EscapeSequence.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:31: error: cannot find 'STDOUT_FILENO' in scope
148 |
149 | private func write(_ str: String) {
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: cannot find 'STDOUT_FILENO' in scope
151 | }
152 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:30: error: extra arguments at positions #2, #3 in call
147 | }
148 |
149 | private func write(_ str: String) {
| `- note: 'write' declared here
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: extra arguments at positions #2, #3 in call
151 | }
152 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:50: error: generic parameter 'U' could not be inferred
148 |
149 | private func write(_ str: String) {
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: generic parameter 'U' could not be inferred
151 | }
152 |
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
[9/87] Compiling SwiftTUI Layer.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:31: error: cannot find 'STDOUT_FILENO' in scope
148 |
149 | private func write(_ str: String) {
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: cannot find 'STDOUT_FILENO' in scope
151 | }
152 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:30: error: extra arguments at positions #2, #3 in call
147 | }
148 |
149 | private func write(_ str: String) {
| `- note: 'write' declared here
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: extra arguments at positions #2, #3 in call
151 | }
152 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:50: error: generic parameter 'U' could not be inferred
148 |
149 | private func write(_ str: String) {
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: generic parameter 'U' could not be inferred
151 | }
152 |
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
[10/87] Compiling SwiftTUI LayerDrawing.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:31: error: cannot find 'STDOUT_FILENO' in scope
148 |
149 | private func write(_ str: String) {
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: cannot find 'STDOUT_FILENO' in scope
151 | }
152 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:30: error: extra arguments at positions #2, #3 in call
147 | }
148 |
149 | private func write(_ str: String) {
| `- note: 'write' declared here
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: extra arguments at positions #2, #3 in call
151 | }
152 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:50: error: generic parameter 'U' could not be inferred
148 |
149 | private func write(_ str: String) {
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: generic parameter 'U' could not be inferred
151 | }
152 |
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
[11/87] Compiling SwiftTUI Renderer.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:31: error: cannot find 'STDOUT_FILENO' in scope
148 |
149 | private func write(_ str: String) {
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: cannot find 'STDOUT_FILENO' in scope
151 | }
152 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:30: error: extra arguments at positions #2, #3 in call
147 | }
148 |
149 | private func write(_ str: String) {
| `- note: 'write' declared here
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: extra arguments at positions #2, #3 in call
151 | }
152 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:50: error: generic parameter 'U' could not be inferred
148 |
149 | private func write(_ str: String) {
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: generic parameter 'U' could not be inferred
151 | }
152 |
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
[12/87] Compiling SwiftTUI Size.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:31: error: cannot find 'STDOUT_FILENO' in scope
148 |
149 | private func write(_ str: String) {
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: cannot find 'STDOUT_FILENO' in scope
151 | }
152 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:30: error: extra arguments at positions #2, #3 in call
147 | }
148 |
149 | private func write(_ str: String) {
| `- note: 'write' declared here
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: extra arguments at positions #2, #3 in call
151 | }
152 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:50: error: generic parameter 'U' could not be inferred
148 |
149 | private func write(_ str: String) {
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: generic parameter 'U' could not be inferred
151 | }
152 |
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
[13/87] Compiling SwiftTUI Binding.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:31: error: cannot find 'STDOUT_FILENO' in scope
148 |
149 | private func write(_ str: String) {
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: cannot find 'STDOUT_FILENO' in scope
151 | }
152 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:30: error: extra arguments at positions #2, #3 in call
147 | }
148 |
149 | private func write(_ str: String) {
| `- note: 'write' declared here
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: extra arguments at positions #2, #3 in call
151 | }
152 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:50: error: generic parameter 'U' could not be inferred
148 |
149 | private func write(_ str: String) {
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: generic parameter 'U' could not be inferred
151 | }
152 |
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
[14/87] Compiling SwiftTUI Environment.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:31: error: cannot find 'STDOUT_FILENO' in scope
148 |
149 | private func write(_ str: String) {
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: cannot find 'STDOUT_FILENO' in scope
151 | }
152 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:30: error: extra arguments at positions #2, #3 in call
147 | }
148 |
149 | private func write(_ str: String) {
| `- note: 'write' declared here
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: extra arguments at positions #2, #3 in call
151 | }
152 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:50: error: generic parameter 'U' could not be inferred
148 |
149 | private func write(_ str: String) {
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: generic parameter 'U' could not be inferred
151 | }
152 |
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
[15/87] Compiling SwiftTUI ObservedObject.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:31: error: cannot find 'STDOUT_FILENO' in scope
148 |
149 | private func write(_ str: String) {
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: cannot find 'STDOUT_FILENO' in scope
151 | }
152 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:30: error: extra arguments at positions #2, #3 in call
147 | }
148 |
149 | private func write(_ str: String) {
| `- note: 'write' declared here
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: extra arguments at positions #2, #3 in call
151 | }
152 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:50: error: generic parameter 'U' could not be inferred
148 |
149 | private func write(_ str: String) {
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: generic parameter 'U' could not be inferred
151 | }
152 |
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
[16/87] Compiling SwiftTUI State.swift
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:31: error: cannot find 'STDOUT_FILENO' in scope
148 |
149 | private func write(_ str: String) {
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: cannot find 'STDOUT_FILENO' in scope
151 | }
152 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:30: error: extra arguments at positions #2, #3 in call
147 | }
148 |
149 | private func write(_ str: String) {
| `- note: 'write' declared here
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: extra arguments at positions #2, #3 in call
151 | }
152 |
/host/spi-builder-workspace/Sources/SwiftTUI/Drawing/Rendering/Renderer.swift:150:50: error: generic parameter 'U' could not be inferred
148 |
149 | private func write(_ str: String) {
150 | str.withCString { _ = write(STDOUT_FILENO, $0, numericCast(strlen($0))) }
| `- error: generic parameter 'U' could not be inferred
151 | }
152 |
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
[17/87] Compiling SwiftTUI ModifierView.swift
[18/87] Compiling SwiftTUI Node.swift
[19/87] Compiling SwiftTUI PrimitiveView.swift
[20/87] Compiling SwiftTUI View.swift
[21/87] Compiling SwiftTUI Weak.swift
[22/87] Compiling SwiftTUI WeakSet.swift
[23/87] Compiling SwiftTUI Button.swift
[24/87] Compiling SwiftTUI Color+View.swift
[25/87] Compiling SwiftTUI Divider.swift
[26/87] Compiling SwiftTUI GeometryReader.swift
[27/87] Compiling SwiftTUI Control.swift
[28/87] Compiling SwiftTUI Window.swift
[29/87] Compiling SwiftTUI Control+logTree.swift
[30/87] Compiling SwiftTUI Node+logTree.swift
[31/87] Compiling SwiftTUI log.swift
[32/87] Compiling SwiftTUI AttributeScopes+SwiftTUIAttributes.swift
[33/87] Compiling SwiftTUI Cell.swift
[34/87] Compiling SwiftTUI CellAttributes.swift
[35/87] Compiling SwiftTUI Color.swift
[36/87] Compiling SwiftTUI Edges.swift
[37/87] Compiling SwiftTUI Extended.swift
[38/87] Compiling SwiftTUI Alignment.swift
[39/87] Compiling SwiftTUI Axis.swift
[40/87] Compiling SwiftTUI HStack.swift
[41/87] Compiling SwiftTUI VStack.swift
[42/87] Compiling SwiftTUI ZStack.swift
[43/87] Compiling SwiftTUI Toolbar.swift
[44/87] Compiling SwiftTUI ToolbarHost.swift
[45/87] Compiling SwiftTUI TupleView.swift
[46/87] Compiling SwiftTUI ViewBuilder.swift
[47/87] Compiling SwiftTUI _ConditionalView.swift
[48/87] Compiling SwiftTUI List.swift
[49/87] Compiling SwiftTUI ScrollView.swift
[50/87] Compiling SwiftTUI Spacer.swift
[51/87] Compiling SwiftTUI Text.swift
[52/87] Compiling SwiftTUI TextField.swift
[53/87] Compiling SwiftTUI EmptyView.swift
[54/87] Compiling SwiftTUI ForEach.swift
[55/87] Compiling SwiftTUI Group.swift
[56/87] Compiling SwiftTUI Background.swift
[57/87] Compiling SwiftTUI Bold.swift
[58/87] Compiling SwiftTUI Border.swift
[59/87] Compiling SwiftTUI FixedFrame.swift
[60/87] Compiling SwiftTUI FlexibleFrame.swift
[61/87] Compiling SwiftTUI Focusable.swift
[62/87] Compiling SwiftTUI ForegroundColor.swift
[63/87] Compiling SwiftTUI Italic.swift
[64/87] Compiling SwiftTUI OnAppear.swift
[65/87] Compiling SwiftTUI Padding.swift
[66/87] Compiling SwiftTUI SetEnvironment.swift
[67/87] Compiling SwiftTUI Strikethrough.swift
[68/87] Compiling SwiftTUI View+Environment.swift
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:62:69: error: cannot find 'STDIN_FILENO' in scope
60 | renderer.draw()
61 |
62 | let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
| `- error: cannot find 'STDIN_FILENO' in scope
63 | stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
64 | stdInSource.resume()
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:63:39: error: cannot infer contextual base in reference to member 'default'
61 |
62 | let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
63 | stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
| `- error: cannot infer contextual base in reference to member 'default'
64 | stdInSource.resume()
65 | self.stdInSource = stdInSource
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:72:22: error: cannot find 'SIG_IGN' in scope
70 | sigWinChSource.resume()
71 |
72 | signal(SIGINT, SIG_IGN)
| `- error: cannot find 'SIG_IGN' in scope
73 | let sigIntSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
74 | sigIntSource.setEventHandler(qos: .default, flags: [], handler: self.stop)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:103:19: error: cannot find 'termios' in scope
101 | SetConsoleMode(hStdIn, mode)
102 | #else
103 | var tattr = termios()
| `- error: cannot find 'termios' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:104:7: error: cannot find 'tcgetattr' in scope
102 | #else
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'tcgetattr' in scope
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:104:17: error: cannot find 'STDIN_FILENO' in scope
102 | #else
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:25: error: cannot find 'tcflag_t' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'tcflag_t' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:34: error: cannot find 'ECHO' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ECHO' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:41: error: cannot find 'ICANON' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ICANON' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:7: error: cannot find 'tcsetattr' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'tcsetattr' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:17: error: cannot find 'STDIN_FILENO' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:31: error: cannot find 'TCSAFLUSH' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'TCSAFLUSH' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:258:18: error: cannot find 'winsize' in scope
256 | width: Extended(cols), height: Extended(rows))
257 | #else
258 | var size = winsize()
| `- error: cannot find 'winsize' in scope
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
260 | size.ws_col > 0, size.ws_row > 0
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:13: error: cannot find 'ioctl' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'ioctl' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:19: error: cannot find 'STDOUT_FILENO' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'STDOUT_FILENO' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:39: error: cannot find 'TIOCGWINSZ' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'TIOCGWINSZ' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:283:19: error: cannot find 'termios' in scope
281 | SetConsoleMode(hStdIn, savedConsoleMode)
282 | #else
283 | var tattr = termios()
| `- error: cannot find 'termios' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:284:7: error: cannot find 'tcgetattr' in scope
282 | #else
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'tcgetattr' in scope
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:284:17: error: cannot find 'STDIN_FILENO' in scope
282 | #else
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:24: error: cannot find 'tcflag_t' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'tcflag_t' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:33: error: cannot find 'ECHO' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ECHO' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:40: error: cannot find 'ICANON' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ICANON' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:7: error: cannot find 'tcsetattr' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'tcsetattr' in scope
287 | #endif
288 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:17: error: cannot find 'STDIN_FILENO' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
287 | #endif
288 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:31: error: cannot find 'TCSAFLUSH' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'TCSAFLUSH' in scope
287 | #endif
288 | }
[69/87] Compiling SwiftTUI View+ObservableObject.swift
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:62:69: error: cannot find 'STDIN_FILENO' in scope
60 | renderer.draw()
61 |
62 | let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
| `- error: cannot find 'STDIN_FILENO' in scope
63 | stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
64 | stdInSource.resume()
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:63:39: error: cannot infer contextual base in reference to member 'default'
61 |
62 | let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
63 | stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
| `- error: cannot infer contextual base in reference to member 'default'
64 | stdInSource.resume()
65 | self.stdInSource = stdInSource
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:72:22: error: cannot find 'SIG_IGN' in scope
70 | sigWinChSource.resume()
71 |
72 | signal(SIGINT, SIG_IGN)
| `- error: cannot find 'SIG_IGN' in scope
73 | let sigIntSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
74 | sigIntSource.setEventHandler(qos: .default, flags: [], handler: self.stop)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:103:19: error: cannot find 'termios' in scope
101 | SetConsoleMode(hStdIn, mode)
102 | #else
103 | var tattr = termios()
| `- error: cannot find 'termios' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:104:7: error: cannot find 'tcgetattr' in scope
102 | #else
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'tcgetattr' in scope
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:104:17: error: cannot find 'STDIN_FILENO' in scope
102 | #else
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:25: error: cannot find 'tcflag_t' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'tcflag_t' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:34: error: cannot find 'ECHO' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ECHO' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:41: error: cannot find 'ICANON' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ICANON' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:7: error: cannot find 'tcsetattr' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'tcsetattr' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:17: error: cannot find 'STDIN_FILENO' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:31: error: cannot find 'TCSAFLUSH' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'TCSAFLUSH' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:258:18: error: cannot find 'winsize' in scope
256 | width: Extended(cols), height: Extended(rows))
257 | #else
258 | var size = winsize()
| `- error: cannot find 'winsize' in scope
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
260 | size.ws_col > 0, size.ws_row > 0
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:13: error: cannot find 'ioctl' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'ioctl' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:19: error: cannot find 'STDOUT_FILENO' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'STDOUT_FILENO' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:39: error: cannot find 'TIOCGWINSZ' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'TIOCGWINSZ' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:283:19: error: cannot find 'termios' in scope
281 | SetConsoleMode(hStdIn, savedConsoleMode)
282 | #else
283 | var tattr = termios()
| `- error: cannot find 'termios' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:284:7: error: cannot find 'tcgetattr' in scope
282 | #else
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'tcgetattr' in scope
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:284:17: error: cannot find 'STDIN_FILENO' in scope
282 | #else
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:24: error: cannot find 'tcflag_t' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'tcflag_t' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:33: error: cannot find 'ECHO' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ECHO' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:40: error: cannot find 'ICANON' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ICANON' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:7: error: cannot find 'tcsetattr' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'tcsetattr' in scope
287 | #endif
288 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:17: error: cannot find 'STDIN_FILENO' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
287 | #endif
288 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:31: error: cannot find 'TCSAFLUSH' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'TCSAFLUSH' in scope
287 | #endif
288 | }
[70/87] Compiling SwiftTUI View+State.swift
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:62:69: error: cannot find 'STDIN_FILENO' in scope
60 | renderer.draw()
61 |
62 | let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
| `- error: cannot find 'STDIN_FILENO' in scope
63 | stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
64 | stdInSource.resume()
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:63:39: error: cannot infer contextual base in reference to member 'default'
61 |
62 | let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
63 | stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
| `- error: cannot infer contextual base in reference to member 'default'
64 | stdInSource.resume()
65 | self.stdInSource = stdInSource
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:72:22: error: cannot find 'SIG_IGN' in scope
70 | sigWinChSource.resume()
71 |
72 | signal(SIGINT, SIG_IGN)
| `- error: cannot find 'SIG_IGN' in scope
73 | let sigIntSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
74 | sigIntSource.setEventHandler(qos: .default, flags: [], handler: self.stop)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:103:19: error: cannot find 'termios' in scope
101 | SetConsoleMode(hStdIn, mode)
102 | #else
103 | var tattr = termios()
| `- error: cannot find 'termios' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:104:7: error: cannot find 'tcgetattr' in scope
102 | #else
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'tcgetattr' in scope
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:104:17: error: cannot find 'STDIN_FILENO' in scope
102 | #else
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:25: error: cannot find 'tcflag_t' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'tcflag_t' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:34: error: cannot find 'ECHO' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ECHO' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:41: error: cannot find 'ICANON' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ICANON' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:7: error: cannot find 'tcsetattr' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'tcsetattr' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:17: error: cannot find 'STDIN_FILENO' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:31: error: cannot find 'TCSAFLUSH' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'TCSAFLUSH' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:258:18: error: cannot find 'winsize' in scope
256 | width: Extended(cols), height: Extended(rows))
257 | #else
258 | var size = winsize()
| `- error: cannot find 'winsize' in scope
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
260 | size.ws_col > 0, size.ws_row > 0
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:13: error: cannot find 'ioctl' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'ioctl' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:19: error: cannot find 'STDOUT_FILENO' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'STDOUT_FILENO' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:39: error: cannot find 'TIOCGWINSZ' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'TIOCGWINSZ' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:283:19: error: cannot find 'termios' in scope
281 | SetConsoleMode(hStdIn, savedConsoleMode)
282 | #else
283 | var tattr = termios()
| `- error: cannot find 'termios' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:284:7: error: cannot find 'tcgetattr' in scope
282 | #else
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'tcgetattr' in scope
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:284:17: error: cannot find 'STDIN_FILENO' in scope
282 | #else
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:24: error: cannot find 'tcflag_t' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'tcflag_t' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:33: error: cannot find 'ECHO' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ECHO' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:40: error: cannot find 'ICANON' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ICANON' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:7: error: cannot find 'tcsetattr' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'tcsetattr' in scope
287 | #endif
288 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:17: error: cannot find 'STDIN_FILENO' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
287 | #endif
288 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:31: error: cannot find 'TCSAFLUSH' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'TCSAFLUSH' in scope
287 | #endif
288 | }
[71/87] Compiling SwiftTUI ASCII.swift
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:62:69: error: cannot find 'STDIN_FILENO' in scope
60 | renderer.draw()
61 |
62 | let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
| `- error: cannot find 'STDIN_FILENO' in scope
63 | stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
64 | stdInSource.resume()
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:63:39: error: cannot infer contextual base in reference to member 'default'
61 |
62 | let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
63 | stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
| `- error: cannot infer contextual base in reference to member 'default'
64 | stdInSource.resume()
65 | self.stdInSource = stdInSource
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:72:22: error: cannot find 'SIG_IGN' in scope
70 | sigWinChSource.resume()
71 |
72 | signal(SIGINT, SIG_IGN)
| `- error: cannot find 'SIG_IGN' in scope
73 | let sigIntSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
74 | sigIntSource.setEventHandler(qos: .default, flags: [], handler: self.stop)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:103:19: error: cannot find 'termios' in scope
101 | SetConsoleMode(hStdIn, mode)
102 | #else
103 | var tattr = termios()
| `- error: cannot find 'termios' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:104:7: error: cannot find 'tcgetattr' in scope
102 | #else
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'tcgetattr' in scope
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:104:17: error: cannot find 'STDIN_FILENO' in scope
102 | #else
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:25: error: cannot find 'tcflag_t' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'tcflag_t' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:34: error: cannot find 'ECHO' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ECHO' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:41: error: cannot find 'ICANON' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ICANON' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:7: error: cannot find 'tcsetattr' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'tcsetattr' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:17: error: cannot find 'STDIN_FILENO' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:31: error: cannot find 'TCSAFLUSH' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'TCSAFLUSH' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:258:18: error: cannot find 'winsize' in scope
256 | width: Extended(cols), height: Extended(rows))
257 | #else
258 | var size = winsize()
| `- error: cannot find 'winsize' in scope
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
260 | size.ws_col > 0, size.ws_row > 0
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:13: error: cannot find 'ioctl' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'ioctl' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:19: error: cannot find 'STDOUT_FILENO' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'STDOUT_FILENO' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:39: error: cannot find 'TIOCGWINSZ' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'TIOCGWINSZ' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:283:19: error: cannot find 'termios' in scope
281 | SetConsoleMode(hStdIn, savedConsoleMode)
282 | #else
283 | var tattr = termios()
| `- error: cannot find 'termios' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:284:7: error: cannot find 'tcgetattr' in scope
282 | #else
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'tcgetattr' in scope
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:284:17: error: cannot find 'STDIN_FILENO' in scope
282 | #else
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:24: error: cannot find 'tcflag_t' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'tcflag_t' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:33: error: cannot find 'ECHO' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ECHO' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:40: error: cannot find 'ICANON' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ICANON' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:7: error: cannot find 'tcsetattr' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'tcsetattr' in scope
287 | #endif
288 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:17: error: cannot find 'STDIN_FILENO' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
287 | #endif
288 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:31: error: cannot find 'TCSAFLUSH' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'TCSAFLUSH' in scope
287 | #endif
288 | }
[72/87] Compiling SwiftTUI Application.swift
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:62:69: error: cannot find 'STDIN_FILENO' in scope
60 | renderer.draw()
61 |
62 | let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
| `- error: cannot find 'STDIN_FILENO' in scope
63 | stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
64 | stdInSource.resume()
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:63:39: error: cannot infer contextual base in reference to member 'default'
61 |
62 | let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
63 | stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
| `- error: cannot infer contextual base in reference to member 'default'
64 | stdInSource.resume()
65 | self.stdInSource = stdInSource
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:72:22: error: cannot find 'SIG_IGN' in scope
70 | sigWinChSource.resume()
71 |
72 | signal(SIGINT, SIG_IGN)
| `- error: cannot find 'SIG_IGN' in scope
73 | let sigIntSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
74 | sigIntSource.setEventHandler(qos: .default, flags: [], handler: self.stop)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:103:19: error: cannot find 'termios' in scope
101 | SetConsoleMode(hStdIn, mode)
102 | #else
103 | var tattr = termios()
| `- error: cannot find 'termios' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:104:7: error: cannot find 'tcgetattr' in scope
102 | #else
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'tcgetattr' in scope
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:104:17: error: cannot find 'STDIN_FILENO' in scope
102 | #else
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:25: error: cannot find 'tcflag_t' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'tcflag_t' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:34: error: cannot find 'ECHO' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ECHO' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:41: error: cannot find 'ICANON' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ICANON' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:7: error: cannot find 'tcsetattr' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'tcsetattr' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:17: error: cannot find 'STDIN_FILENO' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:31: error: cannot find 'TCSAFLUSH' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'TCSAFLUSH' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:258:18: error: cannot find 'winsize' in scope
256 | width: Extended(cols), height: Extended(rows))
257 | #else
258 | var size = winsize()
| `- error: cannot find 'winsize' in scope
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
260 | size.ws_col > 0, size.ws_row > 0
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:13: error: cannot find 'ioctl' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'ioctl' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:19: error: cannot find 'STDOUT_FILENO' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'STDOUT_FILENO' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:39: error: cannot find 'TIOCGWINSZ' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'TIOCGWINSZ' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:283:19: error: cannot find 'termios' in scope
281 | SetConsoleMode(hStdIn, savedConsoleMode)
282 | #else
283 | var tattr = termios()
| `- error: cannot find 'termios' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:284:7: error: cannot find 'tcgetattr' in scope
282 | #else
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'tcgetattr' in scope
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:284:17: error: cannot find 'STDIN_FILENO' in scope
282 | #else
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:24: error: cannot find 'tcflag_t' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'tcflag_t' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:33: error: cannot find 'ECHO' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ECHO' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:40: error: cannot find 'ICANON' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ICANON' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:7: error: cannot find 'tcsetattr' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'tcsetattr' in scope
287 | #endif
288 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:17: error: cannot find 'STDIN_FILENO' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
287 | #endif
288 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:31: error: cannot find 'TCSAFLUSH' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'TCSAFLUSH' in scope
287 | #endif
288 | }
[73/87] Compiling SwiftTUI ArrowKeyParser.swift
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:62:69: error: cannot find 'STDIN_FILENO' in scope
60 | renderer.draw()
61 |
62 | let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
| `- error: cannot find 'STDIN_FILENO' in scope
63 | stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
64 | stdInSource.resume()
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:63:39: error: cannot infer contextual base in reference to member 'default'
61 |
62 | let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
63 | stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
| `- error: cannot infer contextual base in reference to member 'default'
64 | stdInSource.resume()
65 | self.stdInSource = stdInSource
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:72:22: error: cannot find 'SIG_IGN' in scope
70 | sigWinChSource.resume()
71 |
72 | signal(SIGINT, SIG_IGN)
| `- error: cannot find 'SIG_IGN' in scope
73 | let sigIntSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
74 | sigIntSource.setEventHandler(qos: .default, flags: [], handler: self.stop)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:103:19: error: cannot find 'termios' in scope
101 | SetConsoleMode(hStdIn, mode)
102 | #else
103 | var tattr = termios()
| `- error: cannot find 'termios' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:104:7: error: cannot find 'tcgetattr' in scope
102 | #else
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'tcgetattr' in scope
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:104:17: error: cannot find 'STDIN_FILENO' in scope
102 | #else
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:25: error: cannot find 'tcflag_t' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'tcflag_t' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:34: error: cannot find 'ECHO' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ECHO' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:41: error: cannot find 'ICANON' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ICANON' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:7: error: cannot find 'tcsetattr' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'tcsetattr' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:17: error: cannot find 'STDIN_FILENO' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:31: error: cannot find 'TCSAFLUSH' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'TCSAFLUSH' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:258:18: error: cannot find 'winsize' in scope
256 | width: Extended(cols), height: Extended(rows))
257 | #else
258 | var size = winsize()
| `- error: cannot find 'winsize' in scope
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
260 | size.ws_col > 0, size.ws_row > 0
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:13: error: cannot find 'ioctl' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'ioctl' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:19: error: cannot find 'STDOUT_FILENO' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'STDOUT_FILENO' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:39: error: cannot find 'TIOCGWINSZ' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'TIOCGWINSZ' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:283:19: error: cannot find 'termios' in scope
281 | SetConsoleMode(hStdIn, savedConsoleMode)
282 | #else
283 | var tattr = termios()
| `- error: cannot find 'termios' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:284:7: error: cannot find 'tcgetattr' in scope
282 | #else
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'tcgetattr' in scope
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:284:17: error: cannot find 'STDIN_FILENO' in scope
282 | #else
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:24: error: cannot find 'tcflag_t' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'tcflag_t' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:33: error: cannot find 'ECHO' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ECHO' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:40: error: cannot find 'ICANON' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ICANON' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:7: error: cannot find 'tcsetattr' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'tcsetattr' in scope
287 | #endif
288 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:17: error: cannot find 'STDIN_FILENO' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
287 | #endif
288 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:31: error: cannot find 'TCSAFLUSH' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'TCSAFLUSH' in scope
287 | #endif
288 | }
[74/87] Compiling SwiftTUI SwiftTUI.swift
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:62:69: error: cannot find 'STDIN_FILENO' in scope
60 | renderer.draw()
61 |
62 | let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
| `- error: cannot find 'STDIN_FILENO' in scope
63 | stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
64 | stdInSource.resume()
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:63:39: error: cannot infer contextual base in reference to member 'default'
61 |
62 | let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
63 | stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
| `- error: cannot infer contextual base in reference to member 'default'
64 | stdInSource.resume()
65 | self.stdInSource = stdInSource
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:72:22: error: cannot find 'SIG_IGN' in scope
70 | sigWinChSource.resume()
71 |
72 | signal(SIGINT, SIG_IGN)
| `- error: cannot find 'SIG_IGN' in scope
73 | let sigIntSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
74 | sigIntSource.setEventHandler(qos: .default, flags: [], handler: self.stop)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:103:19: error: cannot find 'termios' in scope
101 | SetConsoleMode(hStdIn, mode)
102 | #else
103 | var tattr = termios()
| `- error: cannot find 'termios' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:104:7: error: cannot find 'tcgetattr' in scope
102 | #else
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'tcgetattr' in scope
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:104:17: error: cannot find 'STDIN_FILENO' in scope
102 | #else
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:25: error: cannot find 'tcflag_t' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'tcflag_t' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:34: error: cannot find 'ECHO' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ECHO' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:41: error: cannot find 'ICANON' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ICANON' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:7: error: cannot find 'tcsetattr' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'tcsetattr' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:17: error: cannot find 'STDIN_FILENO' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:31: error: cannot find 'TCSAFLUSH' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'TCSAFLUSH' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:258:18: error: cannot find 'winsize' in scope
256 | width: Extended(cols), height: Extended(rows))
257 | #else
258 | var size = winsize()
| `- error: cannot find 'winsize' in scope
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
260 | size.ws_col > 0, size.ws_row > 0
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:13: error: cannot find 'ioctl' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'ioctl' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:19: error: cannot find 'STDOUT_FILENO' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'STDOUT_FILENO' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:39: error: cannot find 'TIOCGWINSZ' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'TIOCGWINSZ' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:283:19: error: cannot find 'termios' in scope
281 | SetConsoleMode(hStdIn, savedConsoleMode)
282 | #else
283 | var tattr = termios()
| `- error: cannot find 'termios' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:284:7: error: cannot find 'tcgetattr' in scope
282 | #else
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'tcgetattr' in scope
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:284:17: error: cannot find 'STDIN_FILENO' in scope
282 | #else
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:24: error: cannot find 'tcflag_t' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'tcflag_t' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:33: error: cannot find 'ECHO' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ECHO' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:40: error: cannot find 'ICANON' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ICANON' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:7: error: cannot find 'tcsetattr' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'tcsetattr' in scope
287 | #endif
288 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:17: error: cannot find 'STDIN_FILENO' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
287 | #endif
288 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:31: error: cannot find 'TCSAFLUSH' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'TCSAFLUSH' in scope
287 | #endif
288 | }
[75/87] Compiling SwiftTUI ComposedView.swift
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:62:69: error: cannot find 'STDIN_FILENO' in scope
60 | renderer.draw()
61 |
62 | let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
| `- error: cannot find 'STDIN_FILENO' in scope
63 | stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
64 | stdInSource.resume()
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:63:39: error: cannot infer contextual base in reference to member 'default'
61 |
62 | let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
63 | stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
| `- error: cannot infer contextual base in reference to member 'default'
64 | stdInSource.resume()
65 | self.stdInSource = stdInSource
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:72:22: error: cannot find 'SIG_IGN' in scope
70 | sigWinChSource.resume()
71 |
72 | signal(SIGINT, SIG_IGN)
| `- error: cannot find 'SIG_IGN' in scope
73 | let sigIntSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
74 | sigIntSource.setEventHandler(qos: .default, flags: [], handler: self.stop)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:103:19: error: cannot find 'termios' in scope
101 | SetConsoleMode(hStdIn, mode)
102 | #else
103 | var tattr = termios()
| `- error: cannot find 'termios' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:104:7: error: cannot find 'tcgetattr' in scope
102 | #else
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'tcgetattr' in scope
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:104:17: error: cannot find 'STDIN_FILENO' in scope
102 | #else
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:25: error: cannot find 'tcflag_t' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'tcflag_t' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:34: error: cannot find 'ECHO' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ECHO' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:41: error: cannot find 'ICANON' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ICANON' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:7: error: cannot find 'tcsetattr' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'tcsetattr' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:17: error: cannot find 'STDIN_FILENO' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:31: error: cannot find 'TCSAFLUSH' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'TCSAFLUSH' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:258:18: error: cannot find 'winsize' in scope
256 | width: Extended(cols), height: Extended(rows))
257 | #else
258 | var size = winsize()
| `- error: cannot find 'winsize' in scope
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
260 | size.ws_col > 0, size.ws_row > 0
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:13: error: cannot find 'ioctl' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'ioctl' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:19: error: cannot find 'STDOUT_FILENO' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'STDOUT_FILENO' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:39: error: cannot find 'TIOCGWINSZ' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'TIOCGWINSZ' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:283:19: error: cannot find 'termios' in scope
281 | SetConsoleMode(hStdIn, savedConsoleMode)
282 | #else
283 | var tattr = termios()
| `- error: cannot find 'termios' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:284:7: error: cannot find 'tcgetattr' in scope
282 | #else
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'tcgetattr' in scope
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:284:17: error: cannot find 'STDIN_FILENO' in scope
282 | #else
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:24: error: cannot find 'tcflag_t' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'tcflag_t' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:33: error: cannot find 'ECHO' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ECHO' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:40: error: cannot find 'ICANON' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ICANON' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:7: error: cannot find 'tcsetattr' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'tcsetattr' in scope
287 | #endif
288 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:17: error: cannot find 'STDIN_FILENO' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
287 | #endif
288 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:31: error: cannot find 'TCSAFLUSH' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'TCSAFLUSH' in scope
287 | #endif
288 | }
[76/87] Compiling SwiftTUI GenericView.swift
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:62:69: error: cannot find 'STDIN_FILENO' in scope
60 | renderer.draw()
61 |
62 | let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
| `- error: cannot find 'STDIN_FILENO' in scope
63 | stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
64 | stdInSource.resume()
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:63:39: error: cannot infer contextual base in reference to member 'default'
61 |
62 | let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
63 | stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
| `- error: cannot infer contextual base in reference to member 'default'
64 | stdInSource.resume()
65 | self.stdInSource = stdInSource
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:72:22: error: cannot find 'SIG_IGN' in scope
70 | sigWinChSource.resume()
71 |
72 | signal(SIGINT, SIG_IGN)
| `- error: cannot find 'SIG_IGN' in scope
73 | let sigIntSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
74 | sigIntSource.setEventHandler(qos: .default, flags: [], handler: self.stop)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:103:19: error: cannot find 'termios' in scope
101 | SetConsoleMode(hStdIn, mode)
102 | #else
103 | var tattr = termios()
| `- error: cannot find 'termios' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:104:7: error: cannot find 'tcgetattr' in scope
102 | #else
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'tcgetattr' in scope
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:104:17: error: cannot find 'STDIN_FILENO' in scope
102 | #else
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:25: error: cannot find 'tcflag_t' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'tcflag_t' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:34: error: cannot find 'ECHO' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ECHO' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:41: error: cannot find 'ICANON' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ICANON' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:7: error: cannot find 'tcsetattr' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'tcsetattr' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:17: error: cannot find 'STDIN_FILENO' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:31: error: cannot find 'TCSAFLUSH' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'TCSAFLUSH' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:258:18: error: cannot find 'winsize' in scope
256 | width: Extended(cols), height: Extended(rows))
257 | #else
258 | var size = winsize()
| `- error: cannot find 'winsize' in scope
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
260 | size.ws_col > 0, size.ws_row > 0
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:13: error: cannot find 'ioctl' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'ioctl' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:19: error: cannot find 'STDOUT_FILENO' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'STDOUT_FILENO' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:39: error: cannot find 'TIOCGWINSZ' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'TIOCGWINSZ' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:283:19: error: cannot find 'termios' in scope
281 | SetConsoleMode(hStdIn, savedConsoleMode)
282 | #else
283 | var tattr = termios()
| `- error: cannot find 'termios' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:284:7: error: cannot find 'tcgetattr' in scope
282 | #else
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'tcgetattr' in scope
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:284:17: error: cannot find 'STDIN_FILENO' in scope
282 | #else
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:24: error: cannot find 'tcflag_t' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'tcflag_t' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:33: error: cannot find 'ECHO' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ECHO' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:40: error: cannot find 'ICANON' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ICANON' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:7: error: cannot find 'tcsetattr' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'tcsetattr' in scope
287 | #endif
288 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:17: error: cannot find 'STDIN_FILENO' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
287 | #endif
288 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:31: error: cannot find 'TCSAFLUSH' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'TCSAFLUSH' in scope
287 | #endif
288 | }
[77/87] Compiling SwiftTUI LayoutRootView.swift
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:62:69: error: cannot find 'STDIN_FILENO' in scope
60 | renderer.draw()
61 |
62 | let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
| `- error: cannot find 'STDIN_FILENO' in scope
63 | stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
64 | stdInSource.resume()
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:63:39: error: cannot infer contextual base in reference to member 'default'
61 |
62 | let stdInSource = DispatchSource.makeReadSource(fileDescriptor: STDIN_FILENO, queue: .main)
63 | stdInSource.setEventHandler(qos: .default, flags: [], handler: self.handleInput)
| `- error: cannot infer contextual base in reference to member 'default'
64 | stdInSource.resume()
65 | self.stdInSource = stdInSource
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:72:22: error: cannot find 'SIG_IGN' in scope
70 | sigWinChSource.resume()
71 |
72 | signal(SIGINT, SIG_IGN)
| `- error: cannot find 'SIG_IGN' in scope
73 | let sigIntSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
74 | sigIntSource.setEventHandler(qos: .default, flags: [], handler: self.stop)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:103:19: error: cannot find 'termios' in scope
101 | SetConsoleMode(hStdIn, mode)
102 | #else
103 | var tattr = termios()
| `- error: cannot find 'termios' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:104:7: error: cannot find 'tcgetattr' in scope
102 | #else
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'tcgetattr' in scope
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:104:17: error: cannot find 'STDIN_FILENO' in scope
102 | #else
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:25: error: cannot find 'tcflag_t' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'tcflag_t' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:34: error: cannot find 'ECHO' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ECHO' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:105:41: error: cannot find 'ICANON' in scope
103 | var tattr = termios()
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ICANON' in scope
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
107 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:7: error: cannot find 'tcsetattr' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'tcsetattr' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:17: error: cannot find 'STDIN_FILENO' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:106:31: error: cannot find 'TCSAFLUSH' in scope
104 | tcgetattr(STDIN_FILENO, &tattr)
105 | tattr.c_lflag &= ~tcflag_t(ECHO | ICANON)
106 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'TCSAFLUSH' in scope
107 | #endif
108 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:258:18: error: cannot find 'winsize' in scope
256 | width: Extended(cols), height: Extended(rows))
257 | #else
258 | var size = winsize()
| `- error: cannot find 'winsize' in scope
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
260 | size.ws_col > 0, size.ws_row > 0
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:13: error: cannot find 'ioctl' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'ioctl' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:19: error: cannot find 'STDOUT_FILENO' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'STDOUT_FILENO' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:259:39: error: cannot find 'TIOCGWINSZ' in scope
257 | #else
258 | var size = winsize()
259 | guard ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &size) == 0,
| `- error: cannot find 'TIOCGWINSZ' in scope
260 | size.ws_col > 0, size.ws_row > 0
261 | else {
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:283:19: error: cannot find 'termios' in scope
281 | SetConsoleMode(hStdIn, savedConsoleMode)
282 | #else
283 | var tattr = termios()
| `- error: cannot find 'termios' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:284:7: error: cannot find 'tcgetattr' in scope
282 | #else
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'tcgetattr' in scope
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:284:17: error: cannot find 'STDIN_FILENO' in scope
282 | #else
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:24: error: cannot find 'tcflag_t' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'tcflag_t' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:33: error: cannot find 'ECHO' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ECHO' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:285:40: error: cannot find 'ICANON' in scope
283 | var tattr = termios()
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
| `- error: cannot find 'ICANON' in scope
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
287 | #endif
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:7: error: cannot find 'tcsetattr' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'tcsetattr' in scope
287 | #endif
288 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:17: error: cannot find 'STDIN_FILENO' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'STDIN_FILENO' in scope
287 | #endif
288 | }
/host/spi-builder-workspace/Sources/SwiftTUI/RunLoop/Application.swift:286:31: error: cannot find 'TCSAFLUSH' in scope
284 | tcgetattr(STDIN_FILENO, &tattr)
285 | tattr.c_lflag |= tcflag_t(ECHO | ICANON)
286 | tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr)
| `- error: cannot find 'TCSAFLUSH' in scope
287 | #endif
288 | }
[78/87] Compiling SwiftTUI Tag.swift
[79/87] Compiling SwiftTUI Task.swift
[80/87] Compiling SwiftTUI Underline.swift
[81/87] Compiling SwiftTUI NavigationDestinationModifier.swift
[82/87] Compiling SwiftTUI NavigationInternals.swift
[83/87] Compiling SwiftTUI NavigationLink.swift
[84/87] Compiling SwiftTUI NavigationPath.swift
[85/87] Compiling SwiftTUI NavigationSplitView.swift
[86/87] Compiling SwiftTUI NavigationStack.swift
[87/87] Compiling SwiftTUI Optional+View.swift
BUILD FAILURE 6.3 android