Build Information
Successful build of Noora, reference 0.51.3 (99d3be), with Swift 6.1 for Linux on 5 Dec 2025 18:07:32 UTC.
Swift 6 data race errors: 3
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/noora.git
Reference: 0.51.3
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/tuist/noora
* tag 0.51.3 -> FETCH_HEAD
HEAD is now at 99d3bef [Release] Noora CLI 0.51.3
Cloned https://github.com/tuist/noora.git
Revision (git rev-parse @):
99d3bef655819d530ad467c017ae4ff7db27b0a3
SUCCESS checkout https://github.com/tuist/noora.git at 0.51.3
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/tuist/noora.git
https://github.com/tuist/noora.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "path",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.8",
"upper_bound" : "0.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/path"
}
],
"manifest_display_name" : "Noora",
"name" : "Noora",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Noora",
"targets" : [
"Noora"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "examples-cli",
"targets" : [
"examples-cli"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "examples_cli",
"module_type" : "SwiftTarget",
"name" : "examples-cli",
"path" : "cli/Sources/examples-cli",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"examples-cli"
],
"sources" : [
"Commands/AlertCommand.swift",
"Commands/CollapsibleStepCommand.swift",
"Commands/FormatCommand.swift",
"Commands/InfoCommand.swift",
"Commands/MultipleChoicePromptCommand.swift",
"Commands/ProgressBarStepCommand.swift",
"Commands/ProgressStepCommand.swift",
"Commands/SingleChoicePromptCommand.swift",
"Commands/TableCommand.swift",
"Commands/TextPromptCommand.swift",
"Commands/YesOrNoChoicePromptCommand.swift",
"ExamplesCLI.swift"
],
"target_dependencies" : [
"Noora"
],
"type" : "executable"
},
{
"c99name" : "NooraTests",
"module_type" : "SwiftTarget",
"name" : "NooraTests",
"path" : "cli/Tests/NooraTests",
"sources" : [
"Components/CollapsibleStepTests.swift",
"Components/CompletionTests.swift",
"Components/MultipleChoicePromptTests.swift",
"Components/NooraTests.swift",
"Components/ProgressBarStepTests.swift",
"Components/ProgressStepTests.swift",
"Components/SingleChoicePromptTests.swift",
"Components/TableTests.swift",
"Components/TextPromptTests.swift",
"Components/YesOrNoChoicePromptTests.swift",
"Mocks/MockKeyStrokeListener.swift",
"Mocks/MockRenderer.swift",
"Mocks/MockSpinner.swift",
"Mocks/MockStandardPipeline.swift",
"Mocks/MockTerminal.swift",
"Mocks/MockValidator.swift",
"NooraTheme+Test.swift",
"Utilities/DisplayWidthTests.swift",
"Utilities/NooraMockTests.swift",
"Utilities/TerminalTextTests.swift",
"Validator/LengthValidationRuleTests.swift",
"Validator/NonEmptyValidationRuleTests.swift",
"Validator/RegexValidationRuleTests.swift",
"Validator/ValidatorTests.swift"
],
"target_dependencies" : [
"Noora"
],
"type" : "test"
},
{
"c99name" : "Noora",
"module_type" : "SwiftTarget",
"name" : "Noora",
"path" : "cli/Sources/Noora",
"product_dependencies" : [
"Rainbow",
"Logging",
"Path"
],
"product_memberships" : [
"Noora",
"examples-cli"
],
"sources" : [
"Components/Alert.swift",
"Components/CollapsibleStep.swift",
"Components/MultipleChoicePrompt.swift",
"Components/ProgressBarStep.swift",
"Components/ProgressStep.swift",
"Components/SingleChoicePrompt.swift",
"Components/Table/PaginatedTable.swift",
"Components/Table/SelectableTable.swift",
"Components/Table/Table.swift",
"Components/Table/TableColumn.swift",
"Components/Table/TableData.swift",
"Components/Table/TableRenderer.swift",
"Components/Table/TableStyle.swift",
"Components/TextPrompt.swift",
"Components/YesOrNoChoicePrompt.swift",
"Content.swift",
"DataStructures/Stack.swift",
"Extensions/Character+isPrintable.swift",
"Extensions/String+Rainbow.swift",
"Extensions/String+ValidatableError.swift",
"Noora.swift",
"NooraMock.swift",
"StandardPipelineType.swift",
"Theme.swift",
"Utilities/KeyStrokeListener.swift",
"Utilities/Renderer.swift",
"Utilities/Spinner.swift",
"Utilities/StandardPipelines.swift",
"Utilities/Terminal.swift",
"Utilities/TerminalText+DisplayWidth.swift",
"Utilities/TerminalText.swift",
"Validator/Core/ValidatableError.swift",
"Validator/Core/ValidatableRule.swift",
"Validator/Core/ValidationError.swift",
"Validator/InputValidating.swift",
"Validator/Rules/LengthValidationRule.swift",
"Validator/Rules/NonEmptyValidationRule.swift",
"Validator/Rules/RegexValidationRule.swift",
"Validator/Validator.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-log
Fetching https://github.com/tuist/path
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/apple/swift-argument-parser
[1/1339] Fetching rainbow
[216/1720] Fetching rainbow, path
[1721/7429] Fetching rainbow, path, swift-log
[2349/24306] Fetching rainbow, path, swift-log, swift-argument-parser
Fetched https://github.com/tuist/path from cache (0.41s)
[2876/23925] Fetching rainbow, swift-log, swift-argument-parser
Fetched https://github.com/onevcat/Rainbow from cache (1.00s)
Fetched https://github.com/apple/swift-log from cache (1.00s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.01s)
Computing version for https://github.com/tuist/path
Computed https://github.com/tuist/path at 0.3.8 (3.68s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.7.1 (0.66s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.69s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.0 (3.39s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.7.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Creating working copy for https://github.com/tuist/path
Working copy of https://github.com/tuist/path resolved at 0.3.8
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/21] Write sources
[9/21] Write swift-version-24593BA9C3E375BF.txt
[11/45] Compiling Rainbow ConditionalStyleBuilder.swift
[12/45] Compiling Rainbow ControlCode.swift
[13/46] Emitting module ArgumentParserToolInfo
[14/46] Compiling ArgumentParserToolInfo ToolInfo.swift
[15/47] Emitting module Path
[16/47] Compiling Path Path.swift
[18/48] Compiling Rainbow String+ConditionalStyling.swift
[19/48] Compiling Rainbow String+Rainbow.swift
[20/48] Compiling Rainbow StringGenerator.swift
[21/48] Compiling Rainbow Style.swift
[22/48] Wrapping AST for Path for debugging
[23/48] Wrapping AST for ArgumentParserToolInfo for debugging
[25/92] Compiling Logging MetadataProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/92] Compiling Logging Locks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/92] Emitting module Logging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/92] Compiling Logging LogHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/92] Compiling Logging Logging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/93] Compiling ArgumentParser Errors.swift
[32/93] Compiling ArgumentParser Flag.swift
[33/93] Emitting module Rainbow
[34/93] Compiling ArgumentParser ArgumentVisibility.swift
[35/93] Compiling ArgumentParser CompletionKind.swift
[35/93] Wrapping AST for Logging for debugging
[37/93] Compiling Rainbow StyledStringBuilder.swift
[38/93] Compiling ArgumentParser BashCompletionsGenerator.swift
[39/93] Compiling ArgumentParser CompletionsGenerator.swift
[40/93] Compiling ArgumentParser FishCompletionsGenerator.swift
[41/93] Compiling ArgumentParser ZshCompletionsGenerator.swift
[42/94] Wrapping AST for Rainbow for debugging
[44/130] Compiling Noora TerminalText.swift
[45/130] Compiling Noora ValidatableError.swift
[46/130] Compiling Noora ValidatableRule.swift
[47/130] Compiling Noora ValidationError.swift
[48/130] Compiling Noora InputValidating.swift
[49/134] Compiling Noora Renderer.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:32:13: warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure; this is an error in the Swift 6 language mode
6 | }
7 |
8 | class Spinner: Spinning {
| `- note: class 'Spinner' does not conform to the 'Sendable' protocol
9 | private static let frames = [
10 | "⠋",
:
30 |
31 | // Schedule the timer in the current run loop
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
| `- warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure; this is an error in the Swift 6 language mode
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:21: warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
| |- warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:33:20: warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure; this is an error in the Swift 6 language mode
6 | }
7 |
8 | class Spinner: Spinning {
| `- note: class 'Spinner' does not conform to the 'Sendable' protocol
9 | private static let frames = [
10 | "⠋",
:
31 | // Schedule the timer in the current run loop
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
| `- warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure; this is an error in the Swift 6 language mode
34 | block(Spinner.frames[index])
35 | index = (index + 1) % Spinner.frames.count
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:21: warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
| |- warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:42: warning: reference to captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
| `- warning: reference to captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:35:21: warning: mutation of captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
35 | index = (index + 1) % Spinner.frames.count
| `- warning: mutation of captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
36 | } else {
37 | self.timer?.invalidate()
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:35:30: warning: reference to captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
35 | index = (index + 1) % Spinner.frames.count
| `- warning: reference to captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
36 | } else {
37 | self.timer?.invalidate()
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/StandardPipelines.swift:33:28: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
31 | public func write(content: String) {
32 | #if os(Linux)
33 | fputs(content, stderr)
| `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
34 | #endif
35 |
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
| `- note: var declared here
146 | /* C89/C99 say they're macros. Make them happy. */
147 | #define stdin stdin
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:64:24: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
62 | signal(signalType) { _ in
63 | print("\u{1B}[?25h", terminator: "")
64 | fflush(stdout)
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
65 | exit(0)
66 | }
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:81:16: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
79 | public func hideCursor() {
80 | print("\u{1B}[?25l", terminator: "")
81 | fflush(stdout) // Ensures the escape sequence is sent immediately
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
82 | }
83 |
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:87:16: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
85 | public func showCursor() {
86 | print("\u{1B}[?25h", terminator: "")
87 | fflush(stdout)
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
88 | }
89 |
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:119:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
117 | #if !os(Windows)
118 | var term = termios()
119 | tcgetattr(fileno(stdin), &term) // Get terminal attributes
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
120 | var original = term
121 |
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:123:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
121 |
122 | term.c_lflag &= ~tcflag_t(ECHO | ICANON) // Disable echo & canonical mode
123 | tcsetattr(fileno(stdin), TCSANOW, &term) // Apply changes
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
124 |
125 | let char = getchar() // Read single character
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:127:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
125 | let char = getchar() // Read single character
126 |
127 | tcsetattr(fileno(stdin), TCSANOW, &original) // Restore original settings
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
128 |
129 | return char
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:185:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
183 | #if !os(Windows)
184 | var term = termios()
185 | tcgetattr(fileno(stdin), &term) // Get terminal attributes
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
186 | var original = term
187 |
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:188:38: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
186 | var original = term
187 |
188 | let flags = fcntl(fileno(stdin), F_GETFL)
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
189 | _ = fcntl(fileno(stdin), F_SETFL, flags | O_NONBLOCK) // Set non-blocking mode
190 |
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:189:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
187 |
188 | let flags = fcntl(fileno(stdin), F_GETFL)
189 | _ = fcntl(fileno(stdin), F_SETFL, flags | O_NONBLOCK) // Set non-blocking mode
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
190 |
191 | term.c_lflag &= ~tcflag_t(ECHO | ICANON) // Disable echo & canonical mode
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:192:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
190 |
191 | term.c_lflag &= ~tcflag_t(ECHO | ICANON) // Disable echo & canonical mode
192 | tcsetattr(fileno(stdin), TCSANOW, &term) // Apply changes
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
193 |
194 | let char = getchar() // Read single character
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:196:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
194 | let char = getchar() // Read single character
195 |
196 | _ = fcntl(fileno(stdin), F_SETFL, flags)
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
197 | tcsetattr(fileno(stdin), TCSANOW, &original) // Restore original settings
198 |
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:197:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
195 |
196 | _ = fcntl(fileno(stdin), F_SETFL, flags)
197 | tcsetattr(fileno(stdin), TCSANOW, &original) // Restore original settings
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
198 |
199 | return char != EOF ? char : nil
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:267:41: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
265 | return true
266 | } else {
267 | let isPiped = isatty(fileno(stdout)) == 0
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
268 | return !isPiped
269 | }
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
[50/134] Compiling Noora Spinner.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:32:13: warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure; this is an error in the Swift 6 language mode
6 | }
7 |
8 | class Spinner: Spinning {
| `- note: class 'Spinner' does not conform to the 'Sendable' protocol
9 | private static let frames = [
10 | "⠋",
:
30 |
31 | // Schedule the timer in the current run loop
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
| `- warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure; this is an error in the Swift 6 language mode
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:21: warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
| |- warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:33:20: warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure; this is an error in the Swift 6 language mode
6 | }
7 |
8 | class Spinner: Spinning {
| `- note: class 'Spinner' does not conform to the 'Sendable' protocol
9 | private static let frames = [
10 | "⠋",
:
31 | // Schedule the timer in the current run loop
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
| `- warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure; this is an error in the Swift 6 language mode
34 | block(Spinner.frames[index])
35 | index = (index + 1) % Spinner.frames.count
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:21: warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
| |- warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:42: warning: reference to captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
| `- warning: reference to captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:35:21: warning: mutation of captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
35 | index = (index + 1) % Spinner.frames.count
| `- warning: mutation of captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
36 | } else {
37 | self.timer?.invalidate()
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:35:30: warning: reference to captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
35 | index = (index + 1) % Spinner.frames.count
| `- warning: reference to captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
36 | } else {
37 | self.timer?.invalidate()
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/StandardPipelines.swift:33:28: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
31 | public func write(content: String) {
32 | #if os(Linux)
33 | fputs(content, stderr)
| `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
34 | #endif
35 |
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
| `- note: var declared here
146 | /* C89/C99 say they're macros. Make them happy. */
147 | #define stdin stdin
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:64:24: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
62 | signal(signalType) { _ in
63 | print("\u{1B}[?25h", terminator: "")
64 | fflush(stdout)
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
65 | exit(0)
66 | }
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:81:16: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
79 | public func hideCursor() {
80 | print("\u{1B}[?25l", terminator: "")
81 | fflush(stdout) // Ensures the escape sequence is sent immediately
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
82 | }
83 |
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:87:16: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
85 | public func showCursor() {
86 | print("\u{1B}[?25h", terminator: "")
87 | fflush(stdout)
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
88 | }
89 |
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:119:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
117 | #if !os(Windows)
118 | var term = termios()
119 | tcgetattr(fileno(stdin), &term) // Get terminal attributes
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
120 | var original = term
121 |
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:123:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
121 |
122 | term.c_lflag &= ~tcflag_t(ECHO | ICANON) // Disable echo & canonical mode
123 | tcsetattr(fileno(stdin), TCSANOW, &term) // Apply changes
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
124 |
125 | let char = getchar() // Read single character
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:127:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
125 | let char = getchar() // Read single character
126 |
127 | tcsetattr(fileno(stdin), TCSANOW, &original) // Restore original settings
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
128 |
129 | return char
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:185:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
183 | #if !os(Windows)
184 | var term = termios()
185 | tcgetattr(fileno(stdin), &term) // Get terminal attributes
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
186 | var original = term
187 |
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:188:38: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
186 | var original = term
187 |
188 | let flags = fcntl(fileno(stdin), F_GETFL)
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
189 | _ = fcntl(fileno(stdin), F_SETFL, flags | O_NONBLOCK) // Set non-blocking mode
190 |
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:189:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
187 |
188 | let flags = fcntl(fileno(stdin), F_GETFL)
189 | _ = fcntl(fileno(stdin), F_SETFL, flags | O_NONBLOCK) // Set non-blocking mode
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
190 |
191 | term.c_lflag &= ~tcflag_t(ECHO | ICANON) // Disable echo & canonical mode
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:192:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
190 |
191 | term.c_lflag &= ~tcflag_t(ECHO | ICANON) // Disable echo & canonical mode
192 | tcsetattr(fileno(stdin), TCSANOW, &term) // Apply changes
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
193 |
194 | let char = getchar() // Read single character
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:196:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
194 | let char = getchar() // Read single character
195 |
196 | _ = fcntl(fileno(stdin), F_SETFL, flags)
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
197 | tcsetattr(fileno(stdin), TCSANOW, &original) // Restore original settings
198 |
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:197:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
195 |
196 | _ = fcntl(fileno(stdin), F_SETFL, flags)
197 | tcsetattr(fileno(stdin), TCSANOW, &original) // Restore original settings
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
198 |
199 | return char != EOF ? char : nil
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:267:41: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
265 | return true
266 | } else {
267 | let isPiped = isatty(fileno(stdout)) == 0
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
268 | return !isPiped
269 | }
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
[51/134] Compiling Noora StandardPipelines.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:32:13: warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure; this is an error in the Swift 6 language mode
6 | }
7 |
8 | class Spinner: Spinning {
| `- note: class 'Spinner' does not conform to the 'Sendable' protocol
9 | private static let frames = [
10 | "⠋",
:
30 |
31 | // Schedule the timer in the current run loop
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
| `- warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure; this is an error in the Swift 6 language mode
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:21: warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
| |- warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:33:20: warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure; this is an error in the Swift 6 language mode
6 | }
7 |
8 | class Spinner: Spinning {
| `- note: class 'Spinner' does not conform to the 'Sendable' protocol
9 | private static let frames = [
10 | "⠋",
:
31 | // Schedule the timer in the current run loop
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
| `- warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure; this is an error in the Swift 6 language mode
34 | block(Spinner.frames[index])
35 | index = (index + 1) % Spinner.frames.count
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:21: warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
| |- warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:42: warning: reference to captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
| `- warning: reference to captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:35:21: warning: mutation of captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
35 | index = (index + 1) % Spinner.frames.count
| `- warning: mutation of captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
36 | } else {
37 | self.timer?.invalidate()
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:35:30: warning: reference to captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
35 | index = (index + 1) % Spinner.frames.count
| `- warning: reference to captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
36 | } else {
37 | self.timer?.invalidate()
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/StandardPipelines.swift:33:28: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
31 | public func write(content: String) {
32 | #if os(Linux)
33 | fputs(content, stderr)
| `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
34 | #endif
35 |
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
| `- note: var declared here
146 | /* C89/C99 say they're macros. Make them happy. */
147 | #define stdin stdin
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:64:24: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
62 | signal(signalType) { _ in
63 | print("\u{1B}[?25h", terminator: "")
64 | fflush(stdout)
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
65 | exit(0)
66 | }
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:81:16: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
79 | public func hideCursor() {
80 | print("\u{1B}[?25l", terminator: "")
81 | fflush(stdout) // Ensures the escape sequence is sent immediately
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
82 | }
83 |
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:87:16: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
85 | public func showCursor() {
86 | print("\u{1B}[?25h", terminator: "")
87 | fflush(stdout)
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
88 | }
89 |
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:119:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
117 | #if !os(Windows)
118 | var term = termios()
119 | tcgetattr(fileno(stdin), &term) // Get terminal attributes
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
120 | var original = term
121 |
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:123:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
121 |
122 | term.c_lflag &= ~tcflag_t(ECHO | ICANON) // Disable echo & canonical mode
123 | tcsetattr(fileno(stdin), TCSANOW, &term) // Apply changes
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
124 |
125 | let char = getchar() // Read single character
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:127:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
125 | let char = getchar() // Read single character
126 |
127 | tcsetattr(fileno(stdin), TCSANOW, &original) // Restore original settings
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
128 |
129 | return char
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:185:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
183 | #if !os(Windows)
184 | var term = termios()
185 | tcgetattr(fileno(stdin), &term) // Get terminal attributes
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
186 | var original = term
187 |
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:188:38: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
186 | var original = term
187 |
188 | let flags = fcntl(fileno(stdin), F_GETFL)
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
189 | _ = fcntl(fileno(stdin), F_SETFL, flags | O_NONBLOCK) // Set non-blocking mode
190 |
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:189:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
187 |
188 | let flags = fcntl(fileno(stdin), F_GETFL)
189 | _ = fcntl(fileno(stdin), F_SETFL, flags | O_NONBLOCK) // Set non-blocking mode
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
190 |
191 | term.c_lflag &= ~tcflag_t(ECHO | ICANON) // Disable echo & canonical mode
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:192:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
190 |
191 | term.c_lflag &= ~tcflag_t(ECHO | ICANON) // Disable echo & canonical mode
192 | tcsetattr(fileno(stdin), TCSANOW, &term) // Apply changes
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
193 |
194 | let char = getchar() // Read single character
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:196:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
194 | let char = getchar() // Read single character
195 |
196 | _ = fcntl(fileno(stdin), F_SETFL, flags)
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
197 | tcsetattr(fileno(stdin), TCSANOW, &original) // Restore original settings
198 |
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:197:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
195 |
196 | _ = fcntl(fileno(stdin), F_SETFL, flags)
197 | tcsetattr(fileno(stdin), TCSANOW, &original) // Restore original settings
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
198 |
199 | return char != EOF ? char : nil
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:267:41: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
265 | return true
266 | } else {
267 | let isPiped = isatty(fileno(stdout)) == 0
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
268 | return !isPiped
269 | }
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
[52/134] Compiling Noora Terminal.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:32:13: warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure; this is an error in the Swift 6 language mode
6 | }
7 |
8 | class Spinner: Spinning {
| `- note: class 'Spinner' does not conform to the 'Sendable' protocol
9 | private static let frames = [
10 | "⠋",
:
30 |
31 | // Schedule the timer in the current run loop
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
| `- warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure; this is an error in the Swift 6 language mode
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:21: warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
| |- warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:33:20: warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure; this is an error in the Swift 6 language mode
6 | }
7 |
8 | class Spinner: Spinning {
| `- note: class 'Spinner' does not conform to the 'Sendable' protocol
9 | private static let frames = [
10 | "⠋",
:
31 | // Schedule the timer in the current run loop
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
| `- warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure; this is an error in the Swift 6 language mode
34 | block(Spinner.frames[index])
35 | index = (index + 1) % Spinner.frames.count
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:21: warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
| |- warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:42: warning: reference to captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
| `- warning: reference to captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:35:21: warning: mutation of captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
35 | index = (index + 1) % Spinner.frames.count
| `- warning: mutation of captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
36 | } else {
37 | self.timer?.invalidate()
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:35:30: warning: reference to captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
35 | index = (index + 1) % Spinner.frames.count
| `- warning: reference to captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
36 | } else {
37 | self.timer?.invalidate()
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/StandardPipelines.swift:33:28: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
31 | public func write(content: String) {
32 | #if os(Linux)
33 | fputs(content, stderr)
| `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
34 | #endif
35 |
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
| `- note: var declared here
146 | /* C89/C99 say they're macros. Make them happy. */
147 | #define stdin stdin
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:64:24: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
62 | signal(signalType) { _ in
63 | print("\u{1B}[?25h", terminator: "")
64 | fflush(stdout)
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
65 | exit(0)
66 | }
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:81:16: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
79 | public func hideCursor() {
80 | print("\u{1B}[?25l", terminator: "")
81 | fflush(stdout) // Ensures the escape sequence is sent immediately
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
82 | }
83 |
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:87:16: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
85 | public func showCursor() {
86 | print("\u{1B}[?25h", terminator: "")
87 | fflush(stdout)
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
88 | }
89 |
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:119:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
117 | #if !os(Windows)
118 | var term = termios()
119 | tcgetattr(fileno(stdin), &term) // Get terminal attributes
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
120 | var original = term
121 |
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:123:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
121 |
122 | term.c_lflag &= ~tcflag_t(ECHO | ICANON) // Disable echo & canonical mode
123 | tcsetattr(fileno(stdin), TCSANOW, &term) // Apply changes
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
124 |
125 | let char = getchar() // Read single character
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:127:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
125 | let char = getchar() // Read single character
126 |
127 | tcsetattr(fileno(stdin), TCSANOW, &original) // Restore original settings
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
128 |
129 | return char
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:185:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
183 | #if !os(Windows)
184 | var term = termios()
185 | tcgetattr(fileno(stdin), &term) // Get terminal attributes
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
186 | var original = term
187 |
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:188:38: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
186 | var original = term
187 |
188 | let flags = fcntl(fileno(stdin), F_GETFL)
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
189 | _ = fcntl(fileno(stdin), F_SETFL, flags | O_NONBLOCK) // Set non-blocking mode
190 |
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:189:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
187 |
188 | let flags = fcntl(fileno(stdin), F_GETFL)
189 | _ = fcntl(fileno(stdin), F_SETFL, flags | O_NONBLOCK) // Set non-blocking mode
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
190 |
191 | term.c_lflag &= ~tcflag_t(ECHO | ICANON) // Disable echo & canonical mode
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:192:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
190 |
191 | term.c_lflag &= ~tcflag_t(ECHO | ICANON) // Disable echo & canonical mode
192 | tcsetattr(fileno(stdin), TCSANOW, &term) // Apply changes
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
193 |
194 | let char = getchar() // Read single character
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:196:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
194 | let char = getchar() // Read single character
195 |
196 | _ = fcntl(fileno(stdin), F_SETFL, flags)
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
197 | tcsetattr(fileno(stdin), TCSANOW, &original) // Restore original settings
198 |
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:197:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
195 |
196 | _ = fcntl(fileno(stdin), F_SETFL, flags)
197 | tcsetattr(fileno(stdin), TCSANOW, &original) // Restore original settings
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
198 |
199 | return char != EOF ? char : nil
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:267:41: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
265 | return true
266 | } else {
267 | let isPiped = isatty(fileno(stdout)) == 0
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
268 | return !isPiped
269 | }
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
[53/134] Compiling Noora TerminalText+DisplayWidth.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:32:13: warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure; this is an error in the Swift 6 language mode
6 | }
7 |
8 | class Spinner: Spinning {
| `- note: class 'Spinner' does not conform to the 'Sendable' protocol
9 | private static let frames = [
10 | "⠋",
:
30 |
31 | // Schedule the timer in the current run loop
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
| `- warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure; this is an error in the Swift 6 language mode
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:21: warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
| |- warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:33:20: warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure; this is an error in the Swift 6 language mode
6 | }
7 |
8 | class Spinner: Spinning {
| `- note: class 'Spinner' does not conform to the 'Sendable' protocol
9 | private static let frames = [
10 | "⠋",
:
31 | // Schedule the timer in the current run loop
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
| `- warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure; this is an error in the Swift 6 language mode
34 | block(Spinner.frames[index])
35 | index = (index + 1) % Spinner.frames.count
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:21: warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
| |- warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:42: warning: reference to captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
| `- warning: reference to captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:35:21: warning: mutation of captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
35 | index = (index + 1) % Spinner.frames.count
| `- warning: mutation of captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
36 | } else {
37 | self.timer?.invalidate()
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:35:30: warning: reference to captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
35 | index = (index + 1) % Spinner.frames.count
| `- warning: reference to captured var 'index' in concurrently-executing code; this is an error in the Swift 6 language mode
36 | } else {
37 | self.timer?.invalidate()
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/StandardPipelines.swift:33:28: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
31 | public func write(content: String) {
32 | #if os(Linux)
33 | fputs(content, stderr)
| `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
34 | #endif
35 |
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
| `- note: var declared here
146 | /* C89/C99 say they're macros. Make them happy. */
147 | #define stdin stdin
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:64:24: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
62 | signal(signalType) { _ in
63 | print("\u{1B}[?25h", terminator: "")
64 | fflush(stdout)
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
65 | exit(0)
66 | }
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:81:16: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
79 | public func hideCursor() {
80 | print("\u{1B}[?25l", terminator: "")
81 | fflush(stdout) // Ensures the escape sequence is sent immediately
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
82 | }
83 |
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:87:16: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
85 | public func showCursor() {
86 | print("\u{1B}[?25h", terminator: "")
87 | fflush(stdout)
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
88 | }
89 |
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:119:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
117 | #if !os(Windows)
118 | var term = termios()
119 | tcgetattr(fileno(stdin), &term) // Get terminal attributes
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
120 | var original = term
121 |
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:123:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
121 |
122 | term.c_lflag &= ~tcflag_t(ECHO | ICANON) // Disable echo & canonical mode
123 | tcsetattr(fileno(stdin), TCSANOW, &term) // Apply changes
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
124 |
125 | let char = getchar() // Read single character
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:127:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
125 | let char = getchar() // Read single character
126 |
127 | tcsetattr(fileno(stdin), TCSANOW, &original) // Restore original settings
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
128 |
129 | return char
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:185:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
183 | #if !os(Windows)
184 | var term = termios()
185 | tcgetattr(fileno(stdin), &term) // Get terminal attributes
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
186 | var original = term
187 |
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:188:38: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
186 | var original = term
187 |
188 | let flags = fcntl(fileno(stdin), F_GETFL)
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
189 | _ = fcntl(fileno(stdin), F_SETFL, flags | O_NONBLOCK) // Set non-blocking mode
190 |
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:189:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
187 |
188 | let flags = fcntl(fileno(stdin), F_GETFL)
189 | _ = fcntl(fileno(stdin), F_SETFL, flags | O_NONBLOCK) // Set non-blocking mode
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
190 |
191 | term.c_lflag &= ~tcflag_t(ECHO | ICANON) // Disable echo & canonical mode
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:192:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
190 |
191 | term.c_lflag &= ~tcflag_t(ECHO | ICANON) // Disable echo & canonical mode
192 | tcsetattr(fileno(stdin), TCSANOW, &term) // Apply changes
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
193 |
194 | let char = getchar() // Read single character
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:196:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
194 | let char = getchar() // Read single character
195 |
196 | _ = fcntl(fileno(stdin), F_SETFL, flags)
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
197 | tcsetattr(fileno(stdin), TCSANOW, &original) // Restore original settings
198 |
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:197:30: warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
195 |
196 | _ = fcntl(fileno(stdin), F_SETFL, flags)
197 | tcsetattr(fileno(stdin), TCSANOW, &original) // Restore original settings
| `- warning: reference to var 'stdin' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
198 |
199 | return char != EOF ? char : nil
/usr/include/stdio.h:143:14: note: var declared here
141 |
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
| `- note: var declared here
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:267:41: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
265 | return true
266 | } else {
267 | let isPiped = isatty(fileno(stdout)) == 0
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
268 | return !isPiped
269 | }
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
[54/134] Compiling Noora RegexValidationRule.swift
[55/134] Compiling Noora Validator.swift
[56/134] Compiling ArgumentParser Platform.swift
[57/134] Compiling ArgumentParser SequenceExtensions.swift
[58/134] Compiling ArgumentParser StringExtensions.swift
[59/134] Compiling ArgumentParser SwiftExtensions.swift
[60/140] Compiling Noora LengthValidationRule.swift
[61/140] Compiling Noora NonEmptyValidationRule.swift
[64/140] Emitting module ArgumentParser
[65/140] Emitting module Noora
/host/spi-builder-workspace/cli/Sources/Noora/Components/Table/TableStyle.swift:47:23: warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'BorderCharacters' may have shared mutable state; this is an error in the Swift 6 language mode
31 |
32 | /// Characters used for drawing table borders
33 | public struct BorderCharacters {
| `- note: consider making struct 'BorderCharacters' conform to the 'Sendable' protocol
34 | public let horizontal: String
35 | public let vertical: String
:
45 |
46 | /// Rounded Unicode borders
47 | public static let rounded = BorderCharacters(
| |- warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'BorderCharacters' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'rounded' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 | horizontal: "─",
49 | vertical: "│",
/host/spi-builder-workspace/cli/Sources/Noora/Content.swift:6:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | public struct Content {
5 | /// The default content instance with standard alert titles and recommendations.
6 | public static var `default` = Content(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | errorAlertTitle: "✖ Error",
8 | errorAlertRecommendedTitle: "Sorry this didn’t work. Here’s what to try next",
/host/spi-builder-workspace/cli/Sources/Noora/Theme.swift:7:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | public struct Theme {
6 | /// Noora's default theme.
7 | public static var `default` = Theme(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | primary: "A378F2",
9 | secondary: "FF4081",
[66/140] Compiling Noora TableData.swift
/host/spi-builder-workspace/cli/Sources/Noora/Components/Table/TableStyle.swift:47:23: warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'BorderCharacters' may have shared mutable state; this is an error in the Swift 6 language mode
31 |
32 | /// Characters used for drawing table borders
33 | public struct BorderCharacters {
| `- note: consider making struct 'BorderCharacters' conform to the 'Sendable' protocol
34 | public let horizontal: String
35 | public let vertical: String
:
45 |
46 | /// Rounded Unicode borders
47 | public static let rounded = BorderCharacters(
| |- warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'BorderCharacters' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'rounded' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 | horizontal: "─",
49 | vertical: "│",
[67/140] Compiling Noora TableRenderer.swift
/host/spi-builder-workspace/cli/Sources/Noora/Components/Table/TableStyle.swift:47:23: warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'BorderCharacters' may have shared mutable state; this is an error in the Swift 6 language mode
31 |
32 | /// Characters used for drawing table borders
33 | public struct BorderCharacters {
| `- note: consider making struct 'BorderCharacters' conform to the 'Sendable' protocol
34 | public let horizontal: String
35 | public let vertical: String
:
45 |
46 | /// Rounded Unicode borders
47 | public static let rounded = BorderCharacters(
| |- warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'BorderCharacters' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'rounded' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 | horizontal: "─",
49 | vertical: "│",
[68/140] Compiling Noora TableStyle.swift
/host/spi-builder-workspace/cli/Sources/Noora/Components/Table/TableStyle.swift:47:23: warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'BorderCharacters' may have shared mutable state; this is an error in the Swift 6 language mode
31 |
32 | /// Characters used for drawing table borders
33 | public struct BorderCharacters {
| `- note: consider making struct 'BorderCharacters' conform to the 'Sendable' protocol
34 | public let horizontal: String
35 | public let vertical: String
:
45 |
46 | /// Rounded Unicode borders
47 | public static let rounded = BorderCharacters(
| |- warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'BorderCharacters' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'rounded' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 | horizontal: "─",
49 | vertical: "│",
[69/140] Compiling Noora TextPrompt.swift
/host/spi-builder-workspace/cli/Sources/Noora/Components/Table/TableStyle.swift:47:23: warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'BorderCharacters' may have shared mutable state; this is an error in the Swift 6 language mode
31 |
32 | /// Characters used for drawing table borders
33 | public struct BorderCharacters {
| `- note: consider making struct 'BorderCharacters' conform to the 'Sendable' protocol
34 | public let horizontal: String
35 | public let vertical: String
:
45 |
46 | /// Rounded Unicode borders
47 | public static let rounded = BorderCharacters(
| |- warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'BorderCharacters' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'rounded' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 | horizontal: "─",
49 | vertical: "│",
[70/140] Compiling Noora YesOrNoChoicePrompt.swift
/host/spi-builder-workspace/cli/Sources/Noora/Components/Table/TableStyle.swift:47:23: warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'BorderCharacters' may have shared mutable state; this is an error in the Swift 6 language mode
31 |
32 | /// Characters used for drawing table borders
33 | public struct BorderCharacters {
| `- note: consider making struct 'BorderCharacters' conform to the 'Sendable' protocol
34 | public let horizontal: String
35 | public let vertical: String
:
45 |
46 | /// Rounded Unicode borders
47 | public static let rounded = BorderCharacters(
| |- warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'BorderCharacters' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'rounded' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 | horizontal: "─",
49 | vertical: "│",
[71/140] Compiling Noora Content.swift
/host/spi-builder-workspace/cli/Sources/Noora/Content.swift:6:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | public struct Content {
5 | /// The default content instance with standard alert titles and recommendations.
6 | public static var `default` = Content(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | errorAlertTitle: "✖ Error",
8 | errorAlertRecommendedTitle: "Sorry this didn’t work. Here’s what to try next",
[72/140] Compiling Noora Stack.swift
/host/spi-builder-workspace/cli/Sources/Noora/Content.swift:6:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | public struct Content {
5 | /// The default content instance with standard alert titles and recommendations.
6 | public static var `default` = Content(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | errorAlertTitle: "✖ Error",
8 | errorAlertRecommendedTitle: "Sorry this didn’t work. Here’s what to try next",
[73/140] Compiling Noora Character+isPrintable.swift
/host/spi-builder-workspace/cli/Sources/Noora/Content.swift:6:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | public struct Content {
5 | /// The default content instance with standard alert titles and recommendations.
6 | public static var `default` = Content(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | errorAlertTitle: "✖ Error",
8 | errorAlertRecommendedTitle: "Sorry this didn’t work. Here’s what to try next",
[74/140] Compiling Noora String+Rainbow.swift
/host/spi-builder-workspace/cli/Sources/Noora/Content.swift:6:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | public struct Content {
5 | /// The default content instance with standard alert titles and recommendations.
6 | public static var `default` = Content(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | errorAlertTitle: "✖ Error",
8 | errorAlertRecommendedTitle: "Sorry this didn’t work. Here’s what to try next",
[75/140] Compiling Noora String+ValidatableError.swift
/host/spi-builder-workspace/cli/Sources/Noora/Content.swift:6:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | public struct Content {
5 | /// The default content instance with standard alert titles and recommendations.
6 | public static var `default` = Content(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | errorAlertTitle: "✖ Error",
8 | errorAlertRecommendedTitle: "Sorry this didn’t work. Here’s what to try next",
[76/140] Compiling Noora Noora.swift
/host/spi-builder-workspace/cli/Sources/Noora/Theme.swift:7:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | public struct Theme {
6 | /// Noora's default theme.
7 | public static var `default` = Theme(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | primary: "A378F2",
9 | secondary: "FF4081",
[77/140] Compiling Noora NooraMock.swift
/host/spi-builder-workspace/cli/Sources/Noora/Theme.swift:7:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | public struct Theme {
6 | /// Noora's default theme.
7 | public static var `default` = Theme(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | primary: "A378F2",
9 | secondary: "FF4081",
[78/140] Compiling Noora StandardPipelineType.swift
/host/spi-builder-workspace/cli/Sources/Noora/Theme.swift:7:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | public struct Theme {
6 | /// Noora's default theme.
7 | public static var `default` = Theme(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | primary: "A378F2",
9 | secondary: "FF4081",
[79/140] Compiling Noora Theme.swift
/host/spi-builder-workspace/cli/Sources/Noora/Theme.swift:7:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | public struct Theme {
6 | /// Noora's default theme.
7 | public static var `default` = Theme(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | primary: "A378F2",
9 | secondary: "FF4081",
[80/140] Compiling Noora KeyStrokeListener.swift
/host/spi-builder-workspace/cli/Sources/Noora/Theme.swift:7:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | public struct Theme {
6 | /// Noora's default theme.
7 | public static var `default` = Theme(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | primary: "A378F2",
9 | secondary: "FF4081",
[81/140] Compiling Noora SingleChoicePrompt.swift
[82/140] Compiling Noora PaginatedTable.swift
[83/140] Compiling Noora SelectableTable.swift
[84/140] Compiling Noora Table.swift
[85/140] Compiling Noora TableColumn.swift
[86/140] Compiling ArgumentParser Tree.swift
[87/140] Compiling ArgumentParser CodingKeyValidator.swift
[88/140] Compiling ArgumentParser NonsenseFlagsValidator.swift
[89/140] Compiling ArgumentParser ParsableArgumentsValidation.swift
[90/140] Compiling ArgumentParser PositionalArgumentsValidator.swift
[91/140] Compiling ArgumentParser UniqueNamesValidator.swift
[92/140] Compiling Noora Alert.swift
[93/140] Compiling Noora CollapsibleStep.swift
[94/140] Compiling Noora MultipleChoicePrompt.swift
[95/140] Compiling Noora ProgressBarStep.swift
[96/140] Compiling Noora ProgressStep.swift
[97/141] Wrapping AST for Noora for debugging
[98/141] Write Objects.LinkFileList
[99/141] Archiving libNoora.a
[138/142] Wrapping AST for ArgumentParser for debugging
[140/154] Compiling examples_cli YesOrNoChoicePromptCommand.swift
/host/spi-builder-workspace/cli/Sources/examples-cli/Commands/YesOrNoChoicePromptCommand.swift:12:41: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | func run() async throws {
12 | let answer = Noora(theme: Theme.default).yesOrNoChoicePrompt(
| `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
13 | title: "Authentication",
14 | question: "Would you like to authenticate with Tuist?",
/host/spi-builder-workspace/cli/Sources/Noora/Theme.swift:7:23: note: static property declared here
5 | public struct Theme {
6 | /// Noora's default theme.
7 | public static var `default` = Theme(
| `- note: static property declared here
8 | primary: "A378F2",
9 | secondary: "FF4081",
[141/155] Compiling examples_cli TextPromptCommand.swift
[142/155] Compiling examples_cli ExamplesCLI.swift
[143/155] Compiling examples_cli MultipleChoicePromptCommand.swift
/host/spi-builder-workspace/cli/Sources/examples-cli/Commands/MultipleChoicePromptCommand.swift:34:62: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
32 |
33 | func run() async throws {
34 | let selection: [ProjectTargets] = Noora(theme: Theme.default).multipleChoicePrompt(
| `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
35 | title: "Migration",
36 | question: "Select targets for migration to Tuist.",
/host/spi-builder-workspace/cli/Sources/Noora/Theme.swift:7:23: note: static property declared here
5 | public struct Theme {
6 | /// Noora's default theme.
7 | public static var `default` = Theme(
| `- note: static property declared here
8 | primary: "A378F2",
9 | secondary: "FF4081",
[144/155] Compiling examples_cli ProgressBarStepCommand.swift
/host/spi-builder-workspace/cli/Sources/examples-cli/Commands/MultipleChoicePromptCommand.swift:34:62: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
32 |
33 | func run() async throws {
34 | let selection: [ProjectTargets] = Noora(theme: Theme.default).multipleChoicePrompt(
| `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
35 | title: "Migration",
36 | question: "Select targets for migration to Tuist.",
/host/spi-builder-workspace/cli/Sources/Noora/Theme.swift:7:23: note: static property declared here
5 | public struct Theme {
6 | /// Noora's default theme.
7 | public static var `default` = Theme(
| `- note: static property declared here
8 | primary: "A378F2",
9 | secondary: "FF4081",
[145/155] Compiling examples_cli ProgressStepCommand.swift
/host/spi-builder-workspace/cli/Sources/examples-cli/Commands/SingleChoicePromptCommand.swift:31:59: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
29 |
30 | func run() async throws {
31 | let selection: ProjectOption = Noora(theme: Theme.default).singleChoicePrompt(
| `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
32 | title: "Project",
33 | question: "Would you like to create a new Tuist project or use an existing Xcode project?",
/host/spi-builder-workspace/cli/Sources/Noora/Theme.swift:7:23: note: static property declared here
5 | public struct Theme {
6 | /// Noora's default theme.
7 | public static var `default` = Theme(
| `- note: static property declared here
8 | primary: "A378F2",
9 | secondary: "FF4081",
[146/155] Compiling examples_cli SingleChoicePromptCommand.swift
/host/spi-builder-workspace/cli/Sources/examples-cli/Commands/SingleChoicePromptCommand.swift:31:59: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
29 |
30 | func run() async throws {
31 | let selection: ProjectOption = Noora(theme: Theme.default).singleChoicePrompt(
| `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
32 | title: "Project",
33 | question: "Would you like to create a new Tuist project or use an existing Xcode project?",
/host/spi-builder-workspace/cli/Sources/Noora/Theme.swift:7:23: note: static property declared here
5 | public struct Theme {
6 | /// Noora's default theme.
7 | public static var `default` = Theme(
| `- note: static property declared here
8 | primary: "A378F2",
9 | secondary: "FF4081",
[147/155] Compiling examples_cli AlertCommand.swift
[148/155] Compiling examples_cli CollapsibleStepCommand.swift
[149/155] Emitting module examples_cli
[150/155] Compiling examples_cli FormatCommand.swift
[151/155] Compiling examples_cli InfoCommand.swift
[152/155] Compiling examples_cli TableCommand.swift
[153/156] Wrapping AST for examples-cli for debugging
[154/156] Write Objects.LinkFileList
[155/156] Linking examples-cli
Build complete! (52.40s)
Build complete.
{
"dependencies" : [
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "path",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.8",
"upper_bound" : "0.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/path"
}
],
"manifest_display_name" : "Noora",
"name" : "Noora",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Noora",
"targets" : [
"Noora"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "examples-cli",
"targets" : [
"examples-cli"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "examples_cli",
"module_type" : "SwiftTarget",
"name" : "examples-cli",
"path" : "cli/Sources/examples-cli",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"examples-cli"
],
"sources" : [
"Commands/AlertCommand.swift",
"Commands/CollapsibleStepCommand.swift",
"Commands/FormatCommand.swift",
"Commands/InfoCommand.swift",
"Commands/MultipleChoicePromptCommand.swift",
"Commands/ProgressBarStepCommand.swift",
"Commands/ProgressStepCommand.swift",
"Commands/SingleChoicePromptCommand.swift",
"Commands/TableCommand.swift",
"Commands/TextPromptCommand.swift",
"Commands/YesOrNoChoicePromptCommand.swift",
"ExamplesCLI.swift"
],
"target_dependencies" : [
"Noora"
],
"type" : "executable"
},
{
"c99name" : "NooraTests",
"module_type" : "SwiftTarget",
"name" : "NooraTests",
"path" : "cli/Tests/NooraTests",
"sources" : [
"Components/CollapsibleStepTests.swift",
"Components/CompletionTests.swift",
"Components/MultipleChoicePromptTests.swift",
"Components/NooraTests.swift",
"Components/ProgressBarStepTests.swift",
"Components/ProgressStepTests.swift",
"Components/SingleChoicePromptTests.swift",
"Components/TableTests.swift",
"Components/TextPromptTests.swift",
"Components/YesOrNoChoicePromptTests.swift",
"Mocks/MockKeyStrokeListener.swift",
"Mocks/MockRenderer.swift",
"Mocks/MockSpinner.swift",
"Mocks/MockStandardPipeline.swift",
"Mocks/MockTerminal.swift",
"Mocks/MockValidator.swift",
"NooraTheme+Test.swift",
"Utilities/DisplayWidthTests.swift",
"Utilities/NooraMockTests.swift",
"Utilities/TerminalTextTests.swift",
"Validator/LengthValidationRuleTests.swift",
"Validator/NonEmptyValidationRuleTests.swift",
"Validator/RegexValidationRuleTests.swift",
"Validator/ValidatorTests.swift"
],
"target_dependencies" : [
"Noora"
],
"type" : "test"
},
{
"c99name" : "Noora",
"module_type" : "SwiftTarget",
"name" : "Noora",
"path" : "cli/Sources/Noora",
"product_dependencies" : [
"Rainbow",
"Logging",
"Path"
],
"product_memberships" : [
"Noora",
"examples-cli"
],
"sources" : [
"Components/Alert.swift",
"Components/CollapsibleStep.swift",
"Components/MultipleChoicePrompt.swift",
"Components/ProgressBarStep.swift",
"Components/ProgressStep.swift",
"Components/SingleChoicePrompt.swift",
"Components/Table/PaginatedTable.swift",
"Components/Table/SelectableTable.swift",
"Components/Table/Table.swift",
"Components/Table/TableColumn.swift",
"Components/Table/TableData.swift",
"Components/Table/TableRenderer.swift",
"Components/Table/TableStyle.swift",
"Components/TextPrompt.swift",
"Components/YesOrNoChoicePrompt.swift",
"Content.swift",
"DataStructures/Stack.swift",
"Extensions/Character+isPrintable.swift",
"Extensions/String+Rainbow.swift",
"Extensions/String+ValidatableError.swift",
"Noora.swift",
"NooraMock.swift",
"StandardPipelineType.swift",
"Theme.swift",
"Utilities/KeyStrokeListener.swift",
"Utilities/Renderer.swift",
"Utilities/Spinner.swift",
"Utilities/StandardPipelines.swift",
"Utilities/Terminal.swift",
"Utilities/TerminalText+DisplayWidth.swift",
"Utilities/TerminalText.swift",
"Validator/Core/ValidatableError.swift",
"Validator/Core/ValidatableRule.swift",
"Validator/Core/ValidationError.swift",
"Validator/InputValidating.swift",
"Validator/Rules/LengthValidationRule.swift",
"Validator/Rules/NonEmptyValidationRule.swift",
"Validator/Rules/RegexValidationRule.swift",
"Validator/Validator.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.