The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Noora, reference 0.56.0 (70c6d1), with Swift 6.1 for Linux on 4 Mar 2026 12:36:14 UTC.

Swift 6 data race errors: 2

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>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/noora.git
Reference: 0.56.0
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.56.0     -> FETCH_HEAD
HEAD is now at 70c6d14 [Release] Noora CLI 0.56.0
Cloned https://github.com/tuist/noora.git
Revision (git rev-parse @):
70c6d1477a982f3e4cd46ed2d122e04e9d0a0b59
SUCCESS checkout https://github.com/tuist/noora.git at 0.56.0
========================================
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.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.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" : "13.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/SignalBehaviorTests.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/Table/UpdatingSelectableTable.swift",
        "Components/Table/UpdatingTable.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",
        "NooraError.swift",
        "NooraMock.swift",
        "StandardPipelineType.swift",
        "Theme.swift",
        "Utilities/KeyStrokeListener.swift",
        "Utilities/LockIsolated.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:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/tuist/path
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-log
Fetching https://github.com/onevcat/Rainbow
[1/1423] Fetching rainbow
[1424/1812] Fetching rainbow, path
[1813/18994] Fetching rainbow, path, swift-argument-parser
[2501/25106] Fetching rainbow, path, swift-argument-parser, swift-log
Fetched https://github.com/onevcat/Rainbow from cache (0.29s)
[2594/23683] Fetching path, swift-argument-parser, swift-log
Fetched https://github.com/tuist/path from cache (0.29s)
[2266/23294] Fetching swift-argument-parser, swift-log
Fetched https://github.com/apple/swift-log from cache (0.75s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.75s)
Computing version for https://github.com/tuist/path
Computed https://github.com/tuist/path at 0.3.8 (3.60s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.10.1 (0.61s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.53s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.1 (2.14s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
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/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.10.1
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.1
[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] Emitting module ArgumentParserToolInfo
[12/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/45] Emitting module Path
[14/45] Compiling Path Path.swift
[15/45] Emitting module Rainbow
[17/48] Compiling Rainbow String+ConditionalStyling.swift
[18/48] Compiling Rainbow String+Rainbow.swift
[19/48] Compiling Rainbow StringGenerator.swift
[20/48] Compiling Rainbow Style.swift
[21/48] Wrapping AST for ArgumentParserToolInfo for debugging
[22/48] Wrapping AST for Path for debugging
[24/94] 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
[25/94] 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
[26/94] 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
[27/94] 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
[28/94] 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
[29/95] Compiling ArgumentParser ArgumentVisibility.swift
[30/95] Compiling ArgumentParser CompletionKind.swift
[31/95] Compiling ArgumentParser Errors.swift
[32/95] Compiling ArgumentParser Flag.swift
[33/95] Compiling ArgumentParser NameSpecification.swift
[34/95] Compiling ArgumentParser Option.swift
[35/95] Compiling Rainbow StyledStringBuilder.swift
[37/95] Compiling ArgumentParser OptionGroup.swift
[38/95] Compiling ArgumentParser ParentCommand.swift
[39/95] Compiling ArgumentParser AsyncParsableCommand.swift
[40/95] Compiling ArgumentParser CommandConfiguration.swift
[40/96] Wrapping AST for Logging for debugging
[42/96] Wrapping AST for Rainbow for debugging
[44/135] Emitting module ArgumentParser
[45/141] Emitting module Noora
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:768:17: warning: sendability of function types in instance method 'progressBarStep(message:successMessage:errorMessage:renderer:task:)' does not match requirement in protocol 'Noorable'; this is an error in the Swift 6 language mode
 296 |     /// The value should be between 0 and 1.
 297 |     /// message.
 298 |     func progressBarStep<V>(
     |          `- note: expected sendability to match requirement here
 299 |         message: String,
 300 |         successMessage: String?,
     :
 766 |     }
 767 |
 768 |     public func progressBarStep<V>(
     |                 `- warning: sendability of function types in instance method 'progressBarStep(message:successMessage:errorMessage:renderer:task:)' does not match requirement in protocol 'Noorable'; this is an error in the Swift 6 language mode
 769 |         message: String,
 770 |         successMessage: String?,
/host/spi-builder-workspace/cli/Sources/Noora/NooraMock.swift:249:21: warning: sendability of function types in instance method 'progressBarStep(message:successMessage:errorMessage:renderer:task:)' does not match requirement in protocol 'Noorable'; this is an error in the Swift 6 language mode
247 |         }
248 |
249 |         public func progressBarStep<V>(
    |                     `- warning: sendability of function types in instance method 'progressBarStep(message:successMessage:errorMessage:renderer:task:)' does not match requirement in protocol 'Noorable'; this is an error in the Swift 6 language mode
250 |             message: String,
251 |             successMessage: String?,
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:298:10: note: expected sendability to match requirement here
 296 |     /// The value should be between 0 and 1.
 297 |     /// message.
 298 |     func progressBarStep<V>(
     |          `- note: expected sendability to match requirement here
 299 |         message: String,
 300 |         successMessage: String?,
[46/146] Compiling Noora LengthValidationRule.swift
[47/146] Compiling Noora NonEmptyValidationRule.swift
[48/146] Compiling Noora RegexValidationRule.swift
[49/146] Compiling Noora Validator.swift
[50/146] Compiling ArgumentParser StringExtensions.swift
[51/146] Compiling ArgumentParser SwiftExtensions.swift
[52/146] Compiling Noora TerminalText+DisplayWidth.swift
[53/146] Compiling Noora TerminalText.swift
[54/146] Compiling Noora ValidatableError.swift
[55/146] Compiling Noora ValidatableRule.swift
[56/146] Compiling Noora ValidationError.swift
[57/146] Compiling Noora LockIsolated.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:58: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
 56 |             } else {
 57 |                 print(cursorShow, terminator: "")
 58 |                 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
 59 |             }
 60 |         case .none:
/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:101:28: 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
 99 |                 signal(signalType) { _ in
100 |                     print("\u{1B}[?25h", terminator: "")
101 |                     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
102 |                     exit(0)
103 |                 }
/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:109:28: 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
107 |                 signal(signalType) { _ in
108 |                     print("\u{1B}[?25h", terminator: "")
109 |                     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
110 |                 }
111 |             }
/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:128: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
126 |     public func hideCursor() {
127 |         print("\u{1B}[?25l", terminator: "")
128 |         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
129 |     }
130 |
/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:134: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
132 |     public func showCursor() {
133 |         print("\u{1B}[?25h", terminator: "")
134 |         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
135 |     }
136 |
/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:166: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
164 |         #if !os(Windows)
165 |             var term = termios()
166 |             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
167 |             var original = term
168 |
/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:170: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
168 |
169 |             term.c_lflag &= ~tcflag_t(ECHO | ICANON) // Disable echo & canonical mode
170 |             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
171 |
172 |             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:174: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
172 |             let char = getchar() // Read single character
173 |
174 |             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
175 |
176 |             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:231: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
229 |         #if !os(Windows)
230 |             var term = termios()
231 |             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
232 |             var original = term
233 |
/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:234: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
232 |             var original = term
233 |
234 |             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
235 |             _ = fcntl(fileno(stdin), F_SETFL, flags | O_NONBLOCK) // Set non-blocking mode
236 |
/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:235: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
233 |
234 |             let flags = fcntl(fileno(stdin), F_GETFL)
235 |             _ = 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
236 |
237 |             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:238: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
236 |
237 |             term.c_lflag &= ~tcflag_t(ECHO | ICANON) // Disable echo & canonical mode
238 |             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
239 |
240 |             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:242: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
240 |             let char = getchar() // Read single character
241 |
242 |             _ = 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
243 |             tcsetattr(fileno(stdin), TCSANOW, &original) // Restore original settings
244 |
/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:243: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
241 |
242 |             _ = fcntl(fileno(stdin), F_SETFL, flags)
243 |             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
244 |
245 |             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:313: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
311 |             return true
312 |         } else {
313 |             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
314 |             return !isPiped
315 |         }
/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.  */
[58/146] 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:58: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
 56 |             } else {
 57 |                 print(cursorShow, terminator: "")
 58 |                 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
 59 |             }
 60 |         case .none:
/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:101:28: 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
 99 |                 signal(signalType) { _ in
100 |                     print("\u{1B}[?25h", terminator: "")
101 |                     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
102 |                     exit(0)
103 |                 }
/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:109:28: 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
107 |                 signal(signalType) { _ in
108 |                     print("\u{1B}[?25h", terminator: "")
109 |                     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
110 |                 }
111 |             }
/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:128: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
126 |     public func hideCursor() {
127 |         print("\u{1B}[?25l", terminator: "")
128 |         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
129 |     }
130 |
/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:134: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
132 |     public func showCursor() {
133 |         print("\u{1B}[?25h", terminator: "")
134 |         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
135 |     }
136 |
/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:166: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
164 |         #if !os(Windows)
165 |             var term = termios()
166 |             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
167 |             var original = term
168 |
/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:170: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
168 |
169 |             term.c_lflag &= ~tcflag_t(ECHO | ICANON) // Disable echo & canonical mode
170 |             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
171 |
172 |             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:174: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
172 |             let char = getchar() // Read single character
173 |
174 |             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
175 |
176 |             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:231: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
229 |         #if !os(Windows)
230 |             var term = termios()
231 |             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
232 |             var original = term
233 |
/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:234: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
232 |             var original = term
233 |
234 |             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
235 |             _ = fcntl(fileno(stdin), F_SETFL, flags | O_NONBLOCK) // Set non-blocking mode
236 |
/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:235: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
233 |
234 |             let flags = fcntl(fileno(stdin), F_GETFL)
235 |             _ = 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
236 |
237 |             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:238: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
236 |
237 |             term.c_lflag &= ~tcflag_t(ECHO | ICANON) // Disable echo & canonical mode
238 |             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
239 |
240 |             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:242: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
240 |             let char = getchar() // Read single character
241 |
242 |             _ = 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
243 |             tcsetattr(fileno(stdin), TCSANOW, &original) // Restore original settings
244 |
/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:243: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
241 |
242 |             _ = fcntl(fileno(stdin), F_SETFL, flags)
243 |             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
244 |
245 |             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:313: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
311 |             return true
312 |         } else {
313 |             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
314 |             return !isPiped
315 |         }
/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.  */
[59/146] 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:58: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
 56 |             } else {
 57 |                 print(cursorShow, terminator: "")
 58 |                 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
 59 |             }
 60 |         case .none:
/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:101:28: 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
 99 |                 signal(signalType) { _ in
100 |                     print("\u{1B}[?25h", terminator: "")
101 |                     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
102 |                     exit(0)
103 |                 }
/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:109:28: 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
107 |                 signal(signalType) { _ in
108 |                     print("\u{1B}[?25h", terminator: "")
109 |                     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
110 |                 }
111 |             }
/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:128: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
126 |     public func hideCursor() {
127 |         print("\u{1B}[?25l", terminator: "")
128 |         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
129 |     }
130 |
/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:134: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
132 |     public func showCursor() {
133 |         print("\u{1B}[?25h", terminator: "")
134 |         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
135 |     }
136 |
/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:166: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
164 |         #if !os(Windows)
165 |             var term = termios()
166 |             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
167 |             var original = term
168 |
/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:170: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
168 |
169 |             term.c_lflag &= ~tcflag_t(ECHO | ICANON) // Disable echo & canonical mode
170 |             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
171 |
172 |             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:174: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
172 |             let char = getchar() // Read single character
173 |
174 |             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
175 |
176 |             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:231: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
229 |         #if !os(Windows)
230 |             var term = termios()
231 |             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
232 |             var original = term
233 |
/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:234: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
232 |             var original = term
233 |
234 |             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
235 |             _ = fcntl(fileno(stdin), F_SETFL, flags | O_NONBLOCK) // Set non-blocking mode
236 |
/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:235: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
233 |
234 |             let flags = fcntl(fileno(stdin), F_GETFL)
235 |             _ = 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
236 |
237 |             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:238: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
236 |
237 |             term.c_lflag &= ~tcflag_t(ECHO | ICANON) // Disable echo & canonical mode
238 |             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
239 |
240 |             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:242: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
240 |             let char = getchar() // Read single character
241 |
242 |             _ = 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
243 |             tcsetattr(fileno(stdin), TCSANOW, &original) // Restore original settings
244 |
/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:243: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
241 |
242 |             _ = fcntl(fileno(stdin), F_SETFL, flags)
243 |             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
244 |
245 |             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:313: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
311 |             return true
312 |         } else {
313 |             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
314 |             return !isPiped
315 |         }
/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.  */
[60/146] 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:58: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
 56 |             } else {
 57 |                 print(cursorShow, terminator: "")
 58 |                 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
 59 |             }
 60 |         case .none:
/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:101:28: 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
 99 |                 signal(signalType) { _ in
100 |                     print("\u{1B}[?25h", terminator: "")
101 |                     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
102 |                     exit(0)
103 |                 }
/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:109:28: 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
107 |                 signal(signalType) { _ in
108 |                     print("\u{1B}[?25h", terminator: "")
109 |                     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
110 |                 }
111 |             }
/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:128: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
126 |     public func hideCursor() {
127 |         print("\u{1B}[?25l", terminator: "")
128 |         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
129 |     }
130 |
/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:134: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
132 |     public func showCursor() {
133 |         print("\u{1B}[?25h", terminator: "")
134 |         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
135 |     }
136 |
/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:166: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
164 |         #if !os(Windows)
165 |             var term = termios()
166 |             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
167 |             var original = term
168 |
/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:170: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
168 |
169 |             term.c_lflag &= ~tcflag_t(ECHO | ICANON) // Disable echo & canonical mode
170 |             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
171 |
172 |             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:174: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
172 |             let char = getchar() // Read single character
173 |
174 |             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
175 |
176 |             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:231: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
229 |         #if !os(Windows)
230 |             var term = termios()
231 |             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
232 |             var original = term
233 |
/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:234: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
232 |             var original = term
233 |
234 |             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
235 |             _ = fcntl(fileno(stdin), F_SETFL, flags | O_NONBLOCK) // Set non-blocking mode
236 |
/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:235: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
233 |
234 |             let flags = fcntl(fileno(stdin), F_GETFL)
235 |             _ = 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
236 |
237 |             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:238: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
236 |
237 |             term.c_lflag &= ~tcflag_t(ECHO | ICANON) // Disable echo & canonical mode
238 |             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
239 |
240 |             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:242: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
240 |             let char = getchar() // Read single character
241 |
242 |             _ = 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
243 |             tcsetattr(fileno(stdin), TCSANOW, &original) // Restore original settings
244 |
/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:243: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
241 |
242 |             _ = fcntl(fileno(stdin), F_SETFL, flags)
243 |             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
244 |
245 |             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:313: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
311 |             return true
312 |         } else {
313 |             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
314 |             return !isPiped
315 |         }
/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.  */
[61/146] 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:58: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
 56 |             } else {
 57 |                 print(cursorShow, terminator: "")
 58 |                 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
 59 |             }
 60 |         case .none:
/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:101:28: 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
 99 |                 signal(signalType) { _ in
100 |                     print("\u{1B}[?25h", terminator: "")
101 |                     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
102 |                     exit(0)
103 |                 }
/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:109:28: 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
107 |                 signal(signalType) { _ in
108 |                     print("\u{1B}[?25h", terminator: "")
109 |                     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
110 |                 }
111 |             }
/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:128: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
126 |     public func hideCursor() {
127 |         print("\u{1B}[?25l", terminator: "")
128 |         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
129 |     }
130 |
/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:134: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
132 |     public func showCursor() {
133 |         print("\u{1B}[?25h", terminator: "")
134 |         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
135 |     }
136 |
/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:166: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
164 |         #if !os(Windows)
165 |             var term = termios()
166 |             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
167 |             var original = term
168 |
/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:170: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
168 |
169 |             term.c_lflag &= ~tcflag_t(ECHO | ICANON) // Disable echo & canonical mode
170 |             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
171 |
172 |             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:174: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
172 |             let char = getchar() // Read single character
173 |
174 |             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
175 |
176 |             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:231: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
229 |         #if !os(Windows)
230 |             var term = termios()
231 |             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
232 |             var original = term
233 |
/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:234: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
232 |             var original = term
233 |
234 |             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
235 |             _ = fcntl(fileno(stdin), F_SETFL, flags | O_NONBLOCK) // Set non-blocking mode
236 |
/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:235: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
233 |
234 |             let flags = fcntl(fileno(stdin), F_GETFL)
235 |             _ = 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
236 |
237 |             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:238: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
236 |
237 |             term.c_lflag &= ~tcflag_t(ECHO | ICANON) // Disable echo & canonical mode
238 |             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
239 |
240 |             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:242: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
240 |             let char = getchar() // Read single character
241 |
242 |             _ = 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
243 |             tcsetattr(fileno(stdin), TCSANOW, &original) // Restore original settings
244 |
/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:243: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
241 |
242 |             _ = fcntl(fileno(stdin), F_SETFL, flags)
243 |             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
244 |
245 |             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:313: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
311 |             return true
312 |         } else {
313 |             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
314 |             return !isPiped
315 |         }
/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.  */
[62/146] Compiling Noora InputValidating.swift
[67/146] Compiling Noora TableStyle.swift
/host/spi-builder-workspace/cli/Sources/Noora/Components/Table/UpdatingSelectableTable.swift:49:22: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 47 |
 48 |                 group.enter()
 49 |                 Task {
    |                      `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 50 |                     await consumeUpdates(state: state)
    |                                                 `- note: closure captures 'state' which is accessible to code in the current task
 51 |                     group.leave()
 52 |                 }
/host/spi-builder-workspace/cli/Sources/Noora/Components/Table/UpdatingSelectableTable.swift:55:22: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 53 |
 54 |                 group.enter()
 55 |                 Task {
    |                      `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 56 |                     listenForInput(state: state)
    |                                           `- note: closure captures 'state' which is accessible to code in the current task
 57 |                     group.leave()
 58 |                 }
[68/146] Compiling Noora UpdatingSelectableTable.swift
/host/spi-builder-workspace/cli/Sources/Noora/Components/Table/UpdatingSelectableTable.swift:49:22: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 47 |
 48 |                 group.enter()
 49 |                 Task {
    |                      `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 50 |                     await consumeUpdates(state: state)
    |                                                 `- note: closure captures 'state' which is accessible to code in the current task
 51 |                     group.leave()
 52 |                 }
/host/spi-builder-workspace/cli/Sources/Noora/Components/Table/UpdatingSelectableTable.swift:55:22: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 53 |
 54 |                 group.enter()
 55 |                 Task {
    |                      `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 56 |                     listenForInput(state: state)
    |                                           `- note: closure captures 'state' which is accessible to code in the current task
 57 |                     group.leave()
 58 |                 }
[69/146] Compiling Noora UpdatingTable.swift
/host/spi-builder-workspace/cli/Sources/Noora/Components/Table/UpdatingSelectableTable.swift:49:22: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 47 |
 48 |                 group.enter()
 49 |                 Task {
    |                      `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 50 |                     await consumeUpdates(state: state)
    |                                                 `- note: closure captures 'state' which is accessible to code in the current task
 51 |                     group.leave()
 52 |                 }
/host/spi-builder-workspace/cli/Sources/Noora/Components/Table/UpdatingSelectableTable.swift:55:22: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 53 |
 54 |                 group.enter()
 55 |                 Task {
    |                      `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 56 |                     listenForInput(state: state)
    |                                           `- note: closure captures 'state' which is accessible to code in the current task
 57 |                     group.leave()
 58 |                 }
[70/146] Compiling Noora TextPrompt.swift
/host/spi-builder-workspace/cli/Sources/Noora/Components/Table/UpdatingSelectableTable.swift:49:22: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 47 |
 48 |                 group.enter()
 49 |                 Task {
    |                      `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 50 |                     await consumeUpdates(state: state)
    |                                                 `- note: closure captures 'state' which is accessible to code in the current task
 51 |                     group.leave()
 52 |                 }
/host/spi-builder-workspace/cli/Sources/Noora/Components/Table/UpdatingSelectableTable.swift:55:22: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 53 |
 54 |                 group.enter()
 55 |                 Task {
    |                      `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 56 |                     listenForInput(state: state)
    |                                           `- note: closure captures 'state' which is accessible to code in the current task
 57 |                     group.leave()
 58 |                 }
[71/146] Compiling Noora YesOrNoChoicePrompt.swift
/host/spi-builder-workspace/cli/Sources/Noora/Components/Table/UpdatingSelectableTable.swift:49:22: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 47 |
 48 |                 group.enter()
 49 |                 Task {
    |                      `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 50 |                     await consumeUpdates(state: state)
    |                                                 `- note: closure captures 'state' which is accessible to code in the current task
 51 |                     group.leave()
 52 |                 }
/host/spi-builder-workspace/cli/Sources/Noora/Components/Table/UpdatingSelectableTable.swift:55:22: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 53 |
 54 |                 group.enter()
 55 |                 Task {
    |                      `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 56 |                     listenForInput(state: state)
    |                                           `- note: closure captures 'state' which is accessible to code in the current task
 57 |                     group.leave()
 58 |                 }
[72/146] Compiling Noora Content.swift
/host/spi-builder-workspace/cli/Sources/Noora/Components/Table/UpdatingSelectableTable.swift:49:22: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 47 |
 48 |                 group.enter()
 49 |                 Task {
    |                      `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 50 |                     await consumeUpdates(state: state)
    |                                                 `- note: closure captures 'state' which is accessible to code in the current task
 51 |                     group.leave()
 52 |                 }
/host/spi-builder-workspace/cli/Sources/Noora/Components/Table/UpdatingSelectableTable.swift:55:22: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 53 |
 54 |                 group.enter()
 55 |                 Task {
    |                      `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 56 |                     listenForInput(state: state)
    |                                           `- note: closure captures 'state' which is accessible to code in the current task
 57 |                     group.leave()
 58 |                 }
[73/146] Compiling Noora PaginatedTable.swift
[74/146] Compiling Noora SelectableTable.swift
[75/146] Compiling Noora Table.swift
[76/146] Compiling Noora TableColumn.swift
[77/146] Compiling Noora TableData.swift
[78/146] Compiling Noora TableRenderer.swift
[79/146] Compiling Noora NooraError.swift
/host/spi-builder-workspace/cli/Sources/Noora/NooraMock.swift:249:21: warning: sendability of function types in instance method 'progressBarStep(message:successMessage:errorMessage:renderer:task:)' does not match requirement in protocol 'Noorable'; this is an error in the Swift 6 language mode
247 |         }
248 |
249 |         public func progressBarStep<V>(
    |                     `- warning: sendability of function types in instance method 'progressBarStep(message:successMessage:errorMessage:renderer:task:)' does not match requirement in protocol 'Noorable'; this is an error in the Swift 6 language mode
250 |             message: String,
251 |             successMessage: String?,
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:298:10: note: expected sendability to match requirement here
 296 |     /// The value should be between 0 and 1.
 297 |     /// message.
 298 |     func progressBarStep<V>(
     |          `- note: expected sendability to match requirement here
 299 |         message: String,
 300 |         successMessage: String?,
/host/spi-builder-workspace/cli/Sources/Noora/NooraMock.swift:261:23: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
252 |             errorMessage: String?,
253 |             renderer: Rendering,
254 |             task: @escaping (@escaping @Sendable (Double) -> Void) async throws -> V
    |             `- note: parameter 'task' is implicitly non-sendable
255 |         ) async throws -> V {
256 |             try await noora.progressBarStep(
    :
259 |                 errorMessage: errorMessage,
260 |                 renderer: renderer,
261 |                 task: task
    |                       `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
262 |             )
263 |         }
[80/146] Compiling Noora NooraMock.swift
/host/spi-builder-workspace/cli/Sources/Noora/NooraMock.swift:249:21: warning: sendability of function types in instance method 'progressBarStep(message:successMessage:errorMessage:renderer:task:)' does not match requirement in protocol 'Noorable'; this is an error in the Swift 6 language mode
247 |         }
248 |
249 |         public func progressBarStep<V>(
    |                     `- warning: sendability of function types in instance method 'progressBarStep(message:successMessage:errorMessage:renderer:task:)' does not match requirement in protocol 'Noorable'; this is an error in the Swift 6 language mode
250 |             message: String,
251 |             successMessage: String?,
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:298:10: note: expected sendability to match requirement here
 296 |     /// The value should be between 0 and 1.
 297 |     /// message.
 298 |     func progressBarStep<V>(
     |          `- note: expected sendability to match requirement here
 299 |         message: String,
 300 |         successMessage: String?,
/host/spi-builder-workspace/cli/Sources/Noora/NooraMock.swift:261:23: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
252 |             errorMessage: String?,
253 |             renderer: Rendering,
254 |             task: @escaping (@escaping @Sendable (Double) -> Void) async throws -> V
    |             `- note: parameter 'task' is implicitly non-sendable
255 |         ) async throws -> V {
256 |             try await noora.progressBarStep(
    :
259 |                 errorMessage: errorMessage,
260 |                 renderer: renderer,
261 |                 task: task
    |                       `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
262 |             )
263 |         }
[81/146] Compiling Noora StandardPipelineType.swift
/host/spi-builder-workspace/cli/Sources/Noora/NooraMock.swift:249:21: warning: sendability of function types in instance method 'progressBarStep(message:successMessage:errorMessage:renderer:task:)' does not match requirement in protocol 'Noorable'; this is an error in the Swift 6 language mode
247 |         }
248 |
249 |         public func progressBarStep<V>(
    |                     `- warning: sendability of function types in instance method 'progressBarStep(message:successMessage:errorMessage:renderer:task:)' does not match requirement in protocol 'Noorable'; this is an error in the Swift 6 language mode
250 |             message: String,
251 |             successMessage: String?,
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:298:10: note: expected sendability to match requirement here
 296 |     /// The value should be between 0 and 1.
 297 |     /// message.
 298 |     func progressBarStep<V>(
     |          `- note: expected sendability to match requirement here
 299 |         message: String,
 300 |         successMessage: String?,
/host/spi-builder-workspace/cli/Sources/Noora/NooraMock.swift:261:23: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
252 |             errorMessage: String?,
253 |             renderer: Rendering,
254 |             task: @escaping (@escaping @Sendable (Double) -> Void) async throws -> V
    |             `- note: parameter 'task' is implicitly non-sendable
255 |         ) async throws -> V {
256 |             try await noora.progressBarStep(
    :
259 |                 errorMessage: errorMessage,
260 |                 renderer: renderer,
261 |                 task: task
    |                       `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
262 |             )
263 |         }
[82/146] Compiling Noora Theme.swift
/host/spi-builder-workspace/cli/Sources/Noora/NooraMock.swift:249:21: warning: sendability of function types in instance method 'progressBarStep(message:successMessage:errorMessage:renderer:task:)' does not match requirement in protocol 'Noorable'; this is an error in the Swift 6 language mode
247 |         }
248 |
249 |         public func progressBarStep<V>(
    |                     `- warning: sendability of function types in instance method 'progressBarStep(message:successMessage:errorMessage:renderer:task:)' does not match requirement in protocol 'Noorable'; this is an error in the Swift 6 language mode
250 |             message: String,
251 |             successMessage: String?,
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:298:10: note: expected sendability to match requirement here
 296 |     /// The value should be between 0 and 1.
 297 |     /// message.
 298 |     func progressBarStep<V>(
     |          `- note: expected sendability to match requirement here
 299 |         message: String,
 300 |         successMessage: String?,
/host/spi-builder-workspace/cli/Sources/Noora/NooraMock.swift:261:23: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
252 |             errorMessage: String?,
253 |             renderer: Rendering,
254 |             task: @escaping (@escaping @Sendable (Double) -> Void) async throws -> V
    |             `- note: parameter 'task' is implicitly non-sendable
255 |         ) async throws -> V {
256 |             try await noora.progressBarStep(
    :
259 |                 errorMessage: errorMessage,
260 |                 renderer: renderer,
261 |                 task: task
    |                       `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
262 |             )
263 |         }
[83/146] Compiling Noora KeyStrokeListener.swift
/host/spi-builder-workspace/cli/Sources/Noora/NooraMock.swift:249:21: warning: sendability of function types in instance method 'progressBarStep(message:successMessage:errorMessage:renderer:task:)' does not match requirement in protocol 'Noorable'; this is an error in the Swift 6 language mode
247 |         }
248 |
249 |         public func progressBarStep<V>(
    |                     `- warning: sendability of function types in instance method 'progressBarStep(message:successMessage:errorMessage:renderer:task:)' does not match requirement in protocol 'Noorable'; this is an error in the Swift 6 language mode
250 |             message: String,
251 |             successMessage: String?,
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:298:10: note: expected sendability to match requirement here
 296 |     /// The value should be between 0 and 1.
 297 |     /// message.
 298 |     func progressBarStep<V>(
     |          `- note: expected sendability to match requirement here
 299 |         message: String,
 300 |         successMessage: String?,
/host/spi-builder-workspace/cli/Sources/Noora/NooraMock.swift:261:23: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
252 |             errorMessage: String?,
253 |             renderer: Rendering,
254 |             task: @escaping (@escaping @Sendable (Double) -> Void) async throws -> V
    |             `- note: parameter 'task' is implicitly non-sendable
255 |         ) async throws -> V {
256 |             try await noora.progressBarStep(
    :
259 |                 errorMessage: errorMessage,
260 |                 renderer: renderer,
261 |                 task: task
    |                       `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
262 |             )
263 |         }
[84/146] Compiling Noora Stack.swift
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:768:17: warning: sendability of function types in instance method 'progressBarStep(message:successMessage:errorMessage:renderer:task:)' does not match requirement in protocol 'Noorable'; this is an error in the Swift 6 language mode
 296 |     /// The value should be between 0 and 1.
 297 |     /// message.
 298 |     func progressBarStep<V>(
     |          `- note: expected sendability to match requirement here
 299 |         message: String,
 300 |         successMessage: String?,
     :
 766 |     }
 767 |
 768 |     public func progressBarStep<V>(
     |                 `- warning: sendability of function types in instance method 'progressBarStep(message:successMessage:errorMessage:renderer:task:)' does not match requirement in protocol 'Noorable'; this is an error in the Swift 6 language mode
 769 |         message: String,
 770 |         successMessage: String?,
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:732:19: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 723 |         showSpinner: Bool,
 724 |         renderer: Rendering,
 725 |         task: @escaping (@escaping @Sendable (String) -> Void) async throws -> V
     |         `- note: parameter 'task' is implicitly non-sendable
 726 |     ) async throws -> V {
 727 |         let progressStep = ProgressStep(
     :
 730 |             errorMessage: errorMessage,
 731 |             showSpinner: showSpinner,
 732 |             task: task,
     |                   `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 733 |             theme: theme,
 734 |             terminal: terminal,
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:755:19: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 746 |         visibleLines: UInt,
 747 |         renderer: Rendering,
 748 |         task: @escaping (@escaping @Sendable (TerminalText) -> Void) async throws -> Void
     |         `- note: parameter 'task' is implicitly non-sendable
 749 |     ) async throws {
 750 |         try await CollapsibleStep(
     :
 753 |             errorMessage: errorMessage,
 754 |             visibleLines: visibleLines,
 755 |             task: task,
     |                   `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 756 |             theme: theme,
 757 |             terminal: terminal,
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:779:19: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 771 |         errorMessage: String?,
 772 |         renderer: Rendering,
 773 |         task: @escaping (@escaping @Sendable (Double) -> Void) async throws -> V
     |         `- note: parameter 'task' is implicitly non-sendable
 774 |     ) async throws -> V {
 775 |         try await ProgressBarStep(
     :
 777 |             successMessage: successMessage,
 778 |             errorMessage: errorMessage,
 779 |             task: task,
     |                   `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 780 |             theme: theme,
 781 |             terminal: terminal,
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:1314:19: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
1305 |     public func progressBarStep<V>(
1306 |         message: String,
1307 |         task: @escaping (@escaping @Sendable (Double) -> Void) async throws -> V
     |         `- note: parameter 'task' is implicitly non-sendable
1308 |     ) async throws -> V {
1309 |         try await progressBarStep(
     :
1312 |             errorMessage: nil,
1313 |             renderer: Renderer(),
1314 |             task: task
     |                   `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
1315 |         )
1316 |     }
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:1329:19: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
1320 |         successMessage: String?,
1321 |         errorMessage: String?,
1322 |         task: @escaping (@escaping @Sendable (Double) -> Void) async throws -> V
     |         `- note: parameter 'task' is implicitly non-sendable
1323 |     ) async throws -> V {
1324 |         try await progressBarStep(
     :
1327 |             errorMessage: errorMessage,
1328 |             renderer: Renderer(),
1329 |             task: task
     |                   `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
1330 |         )
1331 |     }
[85/146] Compiling Noora Character+isPrintable.swift
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:768:17: warning: sendability of function types in instance method 'progressBarStep(message:successMessage:errorMessage:renderer:task:)' does not match requirement in protocol 'Noorable'; this is an error in the Swift 6 language mode
 296 |     /// The value should be between 0 and 1.
 297 |     /// message.
 298 |     func progressBarStep<V>(
     |          `- note: expected sendability to match requirement here
 299 |         message: String,
 300 |         successMessage: String?,
     :
 766 |     }
 767 |
 768 |     public func progressBarStep<V>(
     |                 `- warning: sendability of function types in instance method 'progressBarStep(message:successMessage:errorMessage:renderer:task:)' does not match requirement in protocol 'Noorable'; this is an error in the Swift 6 language mode
 769 |         message: String,
 770 |         successMessage: String?,
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:732:19: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 723 |         showSpinner: Bool,
 724 |         renderer: Rendering,
 725 |         task: @escaping (@escaping @Sendable (String) -> Void) async throws -> V
     |         `- note: parameter 'task' is implicitly non-sendable
 726 |     ) async throws -> V {
 727 |         let progressStep = ProgressStep(
     :
 730 |             errorMessage: errorMessage,
 731 |             showSpinner: showSpinner,
 732 |             task: task,
     |                   `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 733 |             theme: theme,
 734 |             terminal: terminal,
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:755:19: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 746 |         visibleLines: UInt,
 747 |         renderer: Rendering,
 748 |         task: @escaping (@escaping @Sendable (TerminalText) -> Void) async throws -> Void
     |         `- note: parameter 'task' is implicitly non-sendable
 749 |     ) async throws {
 750 |         try await CollapsibleStep(
     :
 753 |             errorMessage: errorMessage,
 754 |             visibleLines: visibleLines,
 755 |             task: task,
     |                   `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 756 |             theme: theme,
 757 |             terminal: terminal,
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:779:19: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 771 |         errorMessage: String?,
 772 |         renderer: Rendering,
 773 |         task: @escaping (@escaping @Sendable (Double) -> Void) async throws -> V
     |         `- note: parameter 'task' is implicitly non-sendable
 774 |     ) async throws -> V {
 775 |         try await ProgressBarStep(
     :
 777 |             successMessage: successMessage,
 778 |             errorMessage: errorMessage,
 779 |             task: task,
     |                   `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 780 |             theme: theme,
 781 |             terminal: terminal,
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:1314:19: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
1305 |     public func progressBarStep<V>(
1306 |         message: String,
1307 |         task: @escaping (@escaping @Sendable (Double) -> Void) async throws -> V
     |         `- note: parameter 'task' is implicitly non-sendable
1308 |     ) async throws -> V {
1309 |         try await progressBarStep(
     :
1312 |             errorMessage: nil,
1313 |             renderer: Renderer(),
1314 |             task: task
     |                   `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
1315 |         )
1316 |     }
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:1329:19: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
1320 |         successMessage: String?,
1321 |         errorMessage: String?,
1322 |         task: @escaping (@escaping @Sendable (Double) -> Void) async throws -> V
     |         `- note: parameter 'task' is implicitly non-sendable
1323 |     ) async throws -> V {
1324 |         try await progressBarStep(
     :
1327 |             errorMessage: errorMessage,
1328 |             renderer: Renderer(),
1329 |             task: task
     |                   `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
1330 |         )
1331 |     }
[86/146] Compiling Noora String+Rainbow.swift
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:768:17: warning: sendability of function types in instance method 'progressBarStep(message:successMessage:errorMessage:renderer:task:)' does not match requirement in protocol 'Noorable'; this is an error in the Swift 6 language mode
 296 |     /// The value should be between 0 and 1.
 297 |     /// message.
 298 |     func progressBarStep<V>(
     |          `- note: expected sendability to match requirement here
 299 |         message: String,
 300 |         successMessage: String?,
     :
 766 |     }
 767 |
 768 |     public func progressBarStep<V>(
     |                 `- warning: sendability of function types in instance method 'progressBarStep(message:successMessage:errorMessage:renderer:task:)' does not match requirement in protocol 'Noorable'; this is an error in the Swift 6 language mode
 769 |         message: String,
 770 |         successMessage: String?,
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:732:19: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 723 |         showSpinner: Bool,
 724 |         renderer: Rendering,
 725 |         task: @escaping (@escaping @Sendable (String) -> Void) async throws -> V
     |         `- note: parameter 'task' is implicitly non-sendable
 726 |     ) async throws -> V {
 727 |         let progressStep = ProgressStep(
     :
 730 |             errorMessage: errorMessage,
 731 |             showSpinner: showSpinner,
 732 |             task: task,
     |                   `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 733 |             theme: theme,
 734 |             terminal: terminal,
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:755:19: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 746 |         visibleLines: UInt,
 747 |         renderer: Rendering,
 748 |         task: @escaping (@escaping @Sendable (TerminalText) -> Void) async throws -> Void
     |         `- note: parameter 'task' is implicitly non-sendable
 749 |     ) async throws {
 750 |         try await CollapsibleStep(
     :
 753 |             errorMessage: errorMessage,
 754 |             visibleLines: visibleLines,
 755 |             task: task,
     |                   `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 756 |             theme: theme,
 757 |             terminal: terminal,
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:779:19: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 771 |         errorMessage: String?,
 772 |         renderer: Rendering,
 773 |         task: @escaping (@escaping @Sendable (Double) -> Void) async throws -> V
     |         `- note: parameter 'task' is implicitly non-sendable
 774 |     ) async throws -> V {
 775 |         try await ProgressBarStep(
     :
 777 |             successMessage: successMessage,
 778 |             errorMessage: errorMessage,
 779 |             task: task,
     |                   `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 780 |             theme: theme,
 781 |             terminal: terminal,
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:1314:19: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
1305 |     public func progressBarStep<V>(
1306 |         message: String,
1307 |         task: @escaping (@escaping @Sendable (Double) -> Void) async throws -> V
     |         `- note: parameter 'task' is implicitly non-sendable
1308 |     ) async throws -> V {
1309 |         try await progressBarStep(
     :
1312 |             errorMessage: nil,
1313 |             renderer: Renderer(),
1314 |             task: task
     |                   `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
1315 |         )
1316 |     }
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:1329:19: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
1320 |         successMessage: String?,
1321 |         errorMessage: String?,
1322 |         task: @escaping (@escaping @Sendable (Double) -> Void) async throws -> V
     |         `- note: parameter 'task' is implicitly non-sendable
1323 |     ) async throws -> V {
1324 |         try await progressBarStep(
     :
1327 |             errorMessage: errorMessage,
1328 |             renderer: Renderer(),
1329 |             task: task
     |                   `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
1330 |         )
1331 |     }
[87/146] Compiling Noora String+ValidatableError.swift
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:768:17: warning: sendability of function types in instance method 'progressBarStep(message:successMessage:errorMessage:renderer:task:)' does not match requirement in protocol 'Noorable'; this is an error in the Swift 6 language mode
 296 |     /// The value should be between 0 and 1.
 297 |     /// message.
 298 |     func progressBarStep<V>(
     |          `- note: expected sendability to match requirement here
 299 |         message: String,
 300 |         successMessage: String?,
     :
 766 |     }
 767 |
 768 |     public func progressBarStep<V>(
     |                 `- warning: sendability of function types in instance method 'progressBarStep(message:successMessage:errorMessage:renderer:task:)' does not match requirement in protocol 'Noorable'; this is an error in the Swift 6 language mode
 769 |         message: String,
 770 |         successMessage: String?,
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:732:19: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 723 |         showSpinner: Bool,
 724 |         renderer: Rendering,
 725 |         task: @escaping (@escaping @Sendable (String) -> Void) async throws -> V
     |         `- note: parameter 'task' is implicitly non-sendable
 726 |     ) async throws -> V {
 727 |         let progressStep = ProgressStep(
     :
 730 |             errorMessage: errorMessage,
 731 |             showSpinner: showSpinner,
 732 |             task: task,
     |                   `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 733 |             theme: theme,
 734 |             terminal: terminal,
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:755:19: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 746 |         visibleLines: UInt,
 747 |         renderer: Rendering,
 748 |         task: @escaping (@escaping @Sendable (TerminalText) -> Void) async throws -> Void
     |         `- note: parameter 'task' is implicitly non-sendable
 749 |     ) async throws {
 750 |         try await CollapsibleStep(
     :
 753 |             errorMessage: errorMessage,
 754 |             visibleLines: visibleLines,
 755 |             task: task,
     |                   `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 756 |             theme: theme,
 757 |             terminal: terminal,
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:779:19: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 771 |         errorMessage: String?,
 772 |         renderer: Rendering,
 773 |         task: @escaping (@escaping @Sendable (Double) -> Void) async throws -> V
     |         `- note: parameter 'task' is implicitly non-sendable
 774 |     ) async throws -> V {
 775 |         try await ProgressBarStep(
     :
 777 |             successMessage: successMessage,
 778 |             errorMessage: errorMessage,
 779 |             task: task,
     |                   `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 780 |             theme: theme,
 781 |             terminal: terminal,
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:1314:19: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
1305 |     public func progressBarStep<V>(
1306 |         message: String,
1307 |         task: @escaping (@escaping @Sendable (Double) -> Void) async throws -> V
     |         `- note: parameter 'task' is implicitly non-sendable
1308 |     ) async throws -> V {
1309 |         try await progressBarStep(
     :
1312 |             errorMessage: nil,
1313 |             renderer: Renderer(),
1314 |             task: task
     |                   `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
1315 |         )
1316 |     }
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:1329:19: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
1320 |         successMessage: String?,
1321 |         errorMessage: String?,
1322 |         task: @escaping (@escaping @Sendable (Double) -> Void) async throws -> V
     |         `- note: parameter 'task' is implicitly non-sendable
1323 |     ) async throws -> V {
1324 |         try await progressBarStep(
     :
1327 |             errorMessage: errorMessage,
1328 |             renderer: Renderer(),
1329 |             task: task
     |                   `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
1330 |         )
1331 |     }
[88/146] Compiling Noora Noora.swift
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:768:17: warning: sendability of function types in instance method 'progressBarStep(message:successMessage:errorMessage:renderer:task:)' does not match requirement in protocol 'Noorable'; this is an error in the Swift 6 language mode
 296 |     /// The value should be between 0 and 1.
 297 |     /// message.
 298 |     func progressBarStep<V>(
     |          `- note: expected sendability to match requirement here
 299 |         message: String,
 300 |         successMessage: String?,
     :
 766 |     }
 767 |
 768 |     public func progressBarStep<V>(
     |                 `- warning: sendability of function types in instance method 'progressBarStep(message:successMessage:errorMessage:renderer:task:)' does not match requirement in protocol 'Noorable'; this is an error in the Swift 6 language mode
 769 |         message: String,
 770 |         successMessage: String?,
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:732:19: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 723 |         showSpinner: Bool,
 724 |         renderer: Rendering,
 725 |         task: @escaping (@escaping @Sendable (String) -> Void) async throws -> V
     |         `- note: parameter 'task' is implicitly non-sendable
 726 |     ) async throws -> V {
 727 |         let progressStep = ProgressStep(
     :
 730 |             errorMessage: errorMessage,
 731 |             showSpinner: showSpinner,
 732 |             task: task,
     |                   `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 733 |             theme: theme,
 734 |             terminal: terminal,
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:755:19: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 746 |         visibleLines: UInt,
 747 |         renderer: Rendering,
 748 |         task: @escaping (@escaping @Sendable (TerminalText) -> Void) async throws -> Void
     |         `- note: parameter 'task' is implicitly non-sendable
 749 |     ) async throws {
 750 |         try await CollapsibleStep(
     :
 753 |             errorMessage: errorMessage,
 754 |             visibleLines: visibleLines,
 755 |             task: task,
     |                   `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 756 |             theme: theme,
 757 |             terminal: terminal,
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:779:19: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 771 |         errorMessage: String?,
 772 |         renderer: Rendering,
 773 |         task: @escaping (@escaping @Sendable (Double) -> Void) async throws -> V
     |         `- note: parameter 'task' is implicitly non-sendable
 774 |     ) async throws -> V {
 775 |         try await ProgressBarStep(
     :
 777 |             successMessage: successMessage,
 778 |             errorMessage: errorMessage,
 779 |             task: task,
     |                   `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
 780 |             theme: theme,
 781 |             terminal: terminal,
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:1314:19: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
1305 |     public func progressBarStep<V>(
1306 |         message: String,
1307 |         task: @escaping (@escaping @Sendable (Double) -> Void) async throws -> V
     |         `- note: parameter 'task' is implicitly non-sendable
1308 |     ) async throws -> V {
1309 |         try await progressBarStep(
     :
1312 |             errorMessage: nil,
1313 |             renderer: Renderer(),
1314 |             task: task
     |                   `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
1315 |         )
1316 |     }
/host/spi-builder-workspace/cli/Sources/Noora/Noora.swift:1329:19: warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
1320 |         successMessage: String?,
1321 |         errorMessage: String?,
1322 |         task: @escaping (@escaping @Sendable (Double) -> Void) async throws -> V
     |         `- note: parameter 'task' is implicitly non-sendable
1323 |     ) async throws -> V {
1324 |         try await progressBarStep(
     :
1327 |             errorMessage: errorMessage,
1328 |             renderer: Renderer(),
1329 |             task: task
     |                   `- warning: passing non-sendable parameter 'task' to function expecting a @Sendable closure
1330 |         )
1331 |     }
[89/146] Compiling ArgumentParser Tree.swift
[90/146] Compiling ArgumentParser CodingKeyValidator.swift
[91/146] Compiling ArgumentParser NonsenseFlagsValidator.swift
[92/146] Compiling ArgumentParser ParsableArgumentsValidation.swift
[93/146] Compiling ArgumentParser PositionalArgumentsValidator.swift
[94/146] Compiling ArgumentParser UniqueNamesValidator.swift
[101/146] Compiling Noora Alert.swift
[102/146] Compiling Noora CollapsibleStep.swift
[103/146] Compiling Noora MultipleChoicePrompt.swift
[104/146] Compiling Noora ProgressBarStep.swift
[105/146] Compiling Noora ProgressStep.swift
[106/146] Compiling Noora SingleChoicePrompt.swift
[114/147] Wrapping AST for Noora for debugging
[115/147] Write Objects.LinkFileList
[116/147] Archiving libNoora.a
[144/148] Wrapping AST for ArgumentParser for debugging
[146/160] Compiling examples_cli MultipleChoicePromptCommand.swift
[147/160] Compiling examples_cli ProgressBarStepCommand.swift
[148/160] Compiling examples_cli FormatCommand.swift
[149/160] Compiling examples_cli InfoCommand.swift
[150/160] Emitting module examples_cli
[151/160] Compiling examples_cli AlertCommand.swift
[152/160] Compiling examples_cli CollapsibleStepCommand.swift
[153/160] Compiling examples_cli ProgressStepCommand.swift
[154/160] Compiling examples_cli SingleChoicePromptCommand.swift
[155/161] Compiling examples_cli ExamplesCLI.swift
[156/161] Compiling examples_cli TableCommand.swift
/host/spi-builder-workspace/cli/Sources/examples-cli/Commands/TableCommand.swift:298:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
296 |
297 |         let updates = AsyncStream<TableData> { continuation in
298 |             Task.detached {
    |                           `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
299 |                 var rng = SystemRandomNumberGenerator()
300 |                 while !Task.isCancelled {
    :
327 |                     }
328 |
329 |                     continuation.yield(TableData(columns: columns, rows: jittered))
    |                                                           `- note: closure captures 'columns' which is accessible to code in the current task
330 |
331 |                     do {
/host/spi-builder-workspace/cli/Sources/examples-cli/Commands/TableCommand.swift:329:34: warning: sending value of non-Sendable type 'TableData' risks causing data races; this is an error in the Swift 6 language mode
327 |                     }
328 |
329 |                     continuation.yield(TableData(columns: columns, rows: jittered))
    |                                  |- warning: sending value of non-Sendable type 'TableData' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: Passing task-isolated value of non-Sendable type 'TableData' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
330 |
331 |                     do {
/host/spi-builder-workspace/cli/Sources/examples-cli/Commands/TableCommand.swift:393:33: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
391 |
392 |         let updates = AsyncStream<TableData> { continuation in
393 |             let producer = Task {
    |                                 `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
394 |                 var rng = rng
395 |                 var active = seedNetworks
    :
409 |                     let tableData = snapshot(active: active, rng: &rng)
410 |                     snapshotQueue.sync {
411 |                         latestData = tableData
    |                         `- note: closure captures reference to mutable var 'latestData' which is accessible to code in the current task
412 |                     }
413 |                     continuation.yield(tableData)
/host/spi-builder-workspace/cli/Sources/examples-cli/Commands/TableCommand.swift:413:34: warning: sending 'tableData' risks causing data races; this is an error in the Swift 6 language mode
411 |                         latestData = tableData
412 |                     }
413 |                     continuation.yield(tableData)
    |                                  |- warning: sending 'tableData' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: task-isolated 'tableData' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
414 |
415 |                     do {
[157/161] Compiling examples_cli TextPromptCommand.swift
[158/161] Compiling examples_cli YesOrNoChoicePromptCommand.swift
[159/162] Wrapping AST for examples-cli for debugging
[160/162] Write Objects.LinkFileList
[161/162] Linking examples-cli
Build complete! (23.99s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.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" : "13.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/SignalBehaviorTests.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/Table/UpdatingSelectableTable.swift",
        "Components/Table/UpdatingTable.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",
        "NooraError.swift",
        "NooraMock.swift",
        "StandardPipelineType.swift",
        "Theme.swift",
        "Utilities/KeyStrokeListener.swift",
        "Utilities/LockIsolated.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:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.