The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Noora, reference 0.56.0 (70c6d1), with Swift 6.0 for macOS (SPM) on 4 Mar 2026 12:36:40 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/tuist/noora.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateDoccReference
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/16] Write sources
[5/16] Write examples-cli-entitlement.plist
[5/16] Write sources
[10/16] Write swift-version-5BDAB9E9C0126B9D.txt
[12/40] Emitting module Path
[13/40] Compiling Path Path.swift
[14/40] Emitting module ArgumentParserToolInfo
[15/40] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/87] Compiling Logging MetadataProvider.swift
[17/87] Emitting module Logging
[18/87] Compiling Logging LogHandler.swift
[19/87] Compiling Logging Locks.swift
[20/87] Compiling Logging Logging.swift
[21/87] Compiling Rainbow StringGenerator.swift
[22/87] Compiling Rainbow Style.swift
[23/88] Compiling Rainbow String+Rainbow.swift
[24/88] Compiling Rainbow String+ConditionalStyling.swift
[25/88] Emitting module ArgumentParser
[26/93] Compiling ArgumentParser Platform.swift
[27/93] Compiling ArgumentParser SequenceExtensions.swift
[28/93] Compiling ArgumentParser StringExtensions.swift
[29/93] Compiling ArgumentParser SwiftExtensions.swift
[30/93] Compiling ArgumentParser Tree.swift
[31/93] Compiling ArgumentParser AsyncParsableCommand.swift
[32/93] Compiling ArgumentParser ArgumentHelp.swift
[33/93] Compiling ArgumentParser ArgumentVisibility.swift
[34/93] Compiling ArgumentParser CompletionKind.swift
[35/93] Compiling ArgumentParser Errors.swift
[36/93] Compiling ArgumentParser Flag.swift
[37/93] Compiling ArgumentParser OptionGroup.swift
[38/93] Compiling ArgumentParser ParentCommand.swift
[39/93] Emitting module Rainbow
[40/93] Compiling ArgumentParser NameSpecification.swift
[41/93] Compiling ArgumentParser Option.swift
[42/93] Compiling Rainbow StyledStringBuilder.swift
[43/93] Compiling ArgumentParser CommandConfiguration.swift
[44/93] Compiling ArgumentParser CommandGroup.swift
[45/93] Compiling ArgumentParser EnumerableFlag.swift
[46/93] Compiling ArgumentParser ExpressibleByArgument.swift
[47/93] Compiling ArgumentParser ParsableArguments.swift
[53/93] Compiling ArgumentParser CodingKeyValidator.swift
[54/93] Compiling ArgumentParser NonsenseFlagsValidator.swift
[55/93] Compiling ArgumentParser ParsableArgumentsValidation.swift
[56/93] Compiling ArgumentParser PositionalArgumentsValidator.swift
[57/93] Compiling ArgumentParser UniqueNamesValidator.swift
[58/133] Compiling Noora StandardPipelines.swift
[59/133] Compiling Noora Terminal.swift
[60/133] Compiling Noora TerminalText+DisplayWidth.swift
[61/133] Compiling Noora TerminalText.swift
[62/133] Compiling Noora Character+isPrintable.swift
[63/133] Compiling Noora Alert.swift
[64/133] Compiling Noora CollapsibleStep.swift
[65/133] Compiling Noora MultipleChoicePrompt.swift
[66/133] Compiling Noora ProgressBarStep.swift
[67/133] Compiling Noora ProgressStep.swift
[68/133] Compiling Noora KeyStrokeListener.swift
[69/133] Compiling Noora LockIsolated.swift
[70/133] Compiling Noora Renderer.swift
[71/133] Compiling Noora Spinner.swift
[72/133] Compiling Noora TableData.swift
[73/133] Compiling Noora TableRenderer.swift
[74/133] Compiling Noora InputValidating.swift
[75/133] Compiling Noora NooraError.swift
[76/133] Compiling Noora NooraMock.swift
[77/133] Compiling Noora StandardPipelineType.swift
[78/133] Compiling Noora Theme.swift
[79/133] Compiling Noora TableStyle.swift
[80/133] Compiling Noora UpdatingSelectableTable.swift
[81/133] Compiling Noora UpdatingTable.swift
[82/133] Compiling Noora TextPrompt.swift
[83/133] Compiling Noora YesOrNoChoicePrompt.swift
[84/133] Compiling Noora Content.swift
[85/133] Compiling Noora Stack.swift
[86/133] Compiling Noora ValidatableError.swift
[87/133] Compiling Noora ValidatableRule.swift
[88/133] Compiling Noora ValidationError.swift
[89/133] Emitting module Noora
/Users/admin/builder/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?,
/Users/admin/builder/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?,
/Users/admin/builder/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?,
[94/137] Compiling Noora LengthValidationRule.swift
[95/137] Compiling Noora NonEmptyValidationRule.swift
[96/137] Compiling Noora RegexValidationRule.swift
[97/137] Compiling Noora Validator.swift
/Users/admin/builder/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?,
/Users/admin/builder/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,
/Users/admin/builder/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,
/Users/admin/builder/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,
/Users/admin/builder/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 |     }
/Users/admin/builder/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 |     }
[99/137] Compiling Noora String+Rainbow.swift
/Users/admin/builder/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?,
/Users/admin/builder/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,
/Users/admin/builder/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,
/Users/admin/builder/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,
/Users/admin/builder/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 |     }
/Users/admin/builder/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 |     }
[100/137] Compiling Noora String+ValidatableError.swift
/Users/admin/builder/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?,
/Users/admin/builder/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,
/Users/admin/builder/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,
/Users/admin/builder/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,
/Users/admin/builder/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 |     }
/Users/admin/builder/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 |     }
[101/137] Compiling Noora Noora.swift
/Users/admin/builder/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?,
/Users/admin/builder/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,
/Users/admin/builder/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,
/Users/admin/builder/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,
/Users/admin/builder/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 |     }
/Users/admin/builder/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 |     }
/Users/admin/builder/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?,
/Users/admin/builder/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?,
/Users/admin/builder/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 |         }
/Users/admin/builder/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?,
/Users/admin/builder/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?,
/Users/admin/builder/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 |         }
/Users/admin/builder/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?,
/Users/admin/builder/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?,
/Users/admin/builder/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 |         }
/Users/admin/builder/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?,
/Users/admin/builder/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?,
/Users/admin/builder/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 |         }
[118/137] Compiling Noora SingleChoicePrompt.swift
[119/137] Compiling Noora PaginatedTable.swift
[120/137] Compiling Noora SelectableTable.swift
[121/137] Compiling Noora Table.swift
[122/137] Compiling Noora TableColumn.swift
[132/137] Write Objects.LinkFileList
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'String+Rainbow.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Noora.build/String+Rainbow.swift.o(String+Rainbow.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Rainbow.build/String+Rainbow.swift.o(String+Rainbow.swift.o)'
[133/137] Archiving libNoora.a
[135/149] Compiling examples_cli YesOrNoChoicePromptCommand.swift
[136/150] Compiling examples_cli TextPromptCommand.swift
[137/150] Compiling examples_cli SingleChoicePromptCommand.swift
[138/150] Compiling examples_cli ExamplesCLI.swift
[139/150] Compiling examples_cli ProgressStepCommand.swift
[140/150] Compiling examples_cli ProgressBarStepCommand.swift
[141/150] Compiling examples_cli AlertCommand.swift
[142/150] Compiling examples_cli CollapsibleStepCommand.swift
[143/150] Compiling examples_cli FormatCommand.swift
[144/150] Compiling examples_cli InfoCommand.swift
[145/150] Compiling examples_cli MultipleChoicePromptCommand.swift
[146/150] Compiling examples_cli TableCommand.swift
[147/150] Emitting module examples_cli
[147/150] Write Objects.LinkFileList
[148/150] Linking examples-cli
[149/150] Applying examples-cli
Build complete! (23.25s)
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/tuist/path
Fetching https://github.com/apple/swift-log
[1/1423] Fetching rainbow
[58/1812] Fetching rainbow, path
[789/7924] Fetching rainbow, path, swift-log
[2180/25106] Fetching rainbow, path, swift-log, swift-argument-parser
Fetched https://github.com/tuist/path from cache (1.20s)
Fetched https://github.com/apple/swift-log from cache (1.20s)
[2454/18605] Fetching rainbow, swift-argument-parser
Fetched https://github.com/onevcat/Rainbow from cache (1.61s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.61s)
Computing version for https://github.com/tuist/path
Computed https://github.com/tuist/path at 0.3.8 (3.22s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.10.1 (0.49s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.51s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.1 (2.53s)
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/tuist/path
Working copy of https://github.com/tuist/path resolved at 0.3.8
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/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.1
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" : "/Users/admin/builder/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"
}
Done.