Build Information
Successful build of Noora, reference 0.56.0 (70c6d1), with Swift 6.3 for Linux on 18 Apr 2026 23:41:06 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.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.3
Building package at path: $PWD
https://github.com/tuist/noora.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/tuist/path
Fetching https://github.com/apple/swift-log
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/apple/swift-argument-parser
[1/401] Fetching path
[402/7036] Fetching path, swift-log
[535/24565] Fetching path, swift-log, swift-argument-parser
[603/26007] Fetching path, swift-log, swift-argument-parser, rainbow
Fetched https://github.com/tuist/path from cache (0.51s)
[2947/25606] Fetching swift-log, swift-argument-parser, rainbow
Fetched https://github.com/apple/swift-log from cache (1.06s)
[18270/18971] Fetching swift-argument-parser, rainbow
Fetched https://github.com/onevcat/Rainbow from cache (1.57s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.59s)
Computing version for https://github.com/tuist/path
Computed https://github.com/tuist/path at 0.3.8 (5.09s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.1 (3.59s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.81s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.88s)
Creating working copy for https://github.com/tuist/path
Working copy of https://github.com/tuist/path resolved at 0.3.8
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.12.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/21] Write sources
[9/21] Write swift-version-24593BA9C3E375BF.txt
[11/46] Emitting module ArgumentParserToolInfo
[12/46] Emitting module Rainbow
[13/46] Compiling Rainbow BackgroundColor.swift
[14/46] Compiling Rainbow CodesParser.swift
[15/47] Compiling Rainbow StringGenerator.swift
[16/47] Compiling Rainbow Style.swift
[17/47] Compiling Rainbow String+ConditionalStyling.swift
[18/47] Compiling Rainbow String+Rainbow.swift
[19/47] Emitting module Path
[20/47] Compiling Path Path.swift
[21/48] Wrapping AST for Path for debugging
[23/48] Compiling ArgumentParserToolInfo ToolInfo.swift
[24/49] Wrapping AST for ArgumentParserToolInfo for debugging
[26/95] Compiling Logging MetadataProvider.swift
[27/95] Emitting module Logging
[28/95] Compiling Logging Locks.swift
[29/95] Compiling ArgumentParser ArgumentDecoder.swift
[30/95] Compiling ArgumentParser ArgumentDefinition.swift
[31/95] Compiling ArgumentParser Argument.swift
[32/95] Compiling ArgumentParser ArgumentDiscussion.swift
[33/95] Compiling ArgumentParser ArgumentHelp.swift
[34/95] Compiling ArgumentParser ParsableCommand.swift
[35/95] Compiling ArgumentParser FishCompletionsGenerator.swift
[36/95] Compiling ArgumentParser ZshCompletionsGenerator.swift
[37/95] Compiling Rainbow StyledStringBuilder.swift
[38/96] Wrapping AST for Rainbow for debugging
[40/96] Compiling Logging LogHandler.swift
[41/96] Compiling Logging LogEvent.swift
[42/96] Compiling Logging Logging.swift
[43/97] Wrapping AST for Logging for debugging
[45/136] 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/141] Emitting module ArgumentParser
[47/147] Compiling Noora LengthValidationRule.swift
[48/147] Compiling Noora NonEmptyValidationRule.swift
[49/147] Compiling Noora RegexValidationRule.swift
[50/147] Compiling Noora Validator.swift
[51/147] Compiling ArgumentParser StringExtensions.swift
[52/147] Compiling ArgumentParser SwiftExtensions.swift
[53/147] Compiling Noora InputValidating.swift
[58/147] Compiling Noora LockIsolated.swift
/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 [#SendableClosureCaptures]
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 [#SendableClosureCaptures]
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 [#SendableClosureCaptures]
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 [#SendableClosureCaptures]
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 [#SendableClosureCaptures]
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 [#SendableClosureCaptures]
36 | } else {
37 | self.timer?.invalidate()
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[59/147] Compiling Noora Renderer.swift
/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 [#SendableClosureCaptures]
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 [#SendableClosureCaptures]
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 [#SendableClosureCaptures]
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 [#SendableClosureCaptures]
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 [#SendableClosureCaptures]
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 [#SendableClosureCaptures]
36 | } else {
37 | self.timer?.invalidate()
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[60/147] Compiling Noora Spinner.swift
/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 [#SendableClosureCaptures]
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 [#SendableClosureCaptures]
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 [#SendableClosureCaptures]
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 [#SendableClosureCaptures]
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 [#SendableClosureCaptures]
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 [#SendableClosureCaptures]
36 | } else {
37 | self.timer?.invalidate()
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[61/147] Compiling Noora StandardPipelines.swift
/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 [#SendableClosureCaptures]
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 [#SendableClosureCaptures]
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 [#SendableClosureCaptures]
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 [#SendableClosureCaptures]
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 [#SendableClosureCaptures]
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 [#SendableClosureCaptures]
36 | } else {
37 | self.timer?.invalidate()
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[62/147] Compiling Noora Terminal.swift
/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 [#SendableClosureCaptures]
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 [#SendableClosureCaptures]
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 [#SendableClosureCaptures]
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 [#SendableClosureCaptures]
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 [#SendableClosureCaptures]
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 [#SendableClosureCaptures]
36 | } else {
37 | self.timer?.invalidate()
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[63/147] Compiling Noora Noora.swift
[64/147] Compiling Noora NooraError.swift
[65/147] Compiling Noora NooraMock.swift
[66/147] Compiling Noora StandardPipelineType.swift
[67/147] Compiling Noora Theme.swift
[68/147] Compiling Noora KeyStrokeListener.swift
[70/147] Compiling Noora TableData.swift
[71/147] Compiling Noora TableRenderer.swift
[72/147] Compiling Noora Stack.swift
[73/147] Compiling Noora Character+isPrintable.swift
[74/147] Compiling Noora String+Rainbow.swift
[75/147] Compiling Noora String+ValidatableError.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 | }
/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 | }
/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 | }
/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 | }
/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 | }
/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 | }
/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 | }
/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 | }
/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 | }
/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/147] Compiling ArgumentParser Tree.swift
[87/147] Compiling ArgumentParser CodingKeyValidator.swift
[88/147] Compiling ArgumentParser NonsenseFlagsValidator.swift
[89/147] Compiling ArgumentParser ParsableArgumentsValidation.swift
[90/147] Compiling ArgumentParser PositionalArgumentsValidator.swift
[91/147] Compiling ArgumentParser UniqueNamesValidator.swift
[92/147] Compiling Noora TerminalText+DisplayWidth.swift
[93/147] Compiling Noora TerminalText.swift
[94/147] Compiling Noora ValidatableError.swift
[95/147] Compiling Noora ValidatableRule.swift
[96/147] Compiling Noora ValidationError.swift
[97/147] Compiling Noora PaginatedTable.swift
[98/147] Compiling Noora SelectableTable.swift
[99/147] Compiling Noora Table.swift
[100/147] Compiling Noora TableColumn.swift
[103/147] Compiling Noora TableStyle.swift
[104/147] Compiling Noora UpdatingSelectableTable.swift
[105/147] Compiling Noora UpdatingTable.swift
[106/147] Compiling Noora TextPrompt.swift
[107/147] Compiling Noora YesOrNoChoicePrompt.swift
[108/147] Compiling Noora Content.swift
[115/147] Compiling Noora Alert.swift
[116/147] Compiling Noora CollapsibleStep.swift
[117/147] Compiling Noora MultipleChoicePrompt.swift
[118/147] Compiling Noora ProgressBarStep.swift
[119/147] Compiling Noora ProgressStep.swift
[120/147] Compiling Noora SingleChoicePrompt.swift
[142/149] Wrapping AST for ArgumentParser for debugging
[143/149] Wrapping AST for Noora for debugging
[144/149] Write Objects.LinkFileList
[145/158] Archiving libNoora.a
[147/161] Compiling examples_cli YesOrNoChoicePromptCommand.swift
[148/162] Compiling examples_cli TextPromptCommand.swift
[149/162] Compiling examples_cli ExamplesCLI.swift
[150/162] Compiling examples_cli AlertCommand.swift
[151/162] Compiling examples_cli CollapsibleStepCommand.swift
[152/162] Emitting module examples_cli
[153/162] Compiling examples_cli FormatCommand.swift
[154/162] Compiling examples_cli InfoCommand.swift
[155/162] Compiling examples_cli MultipleChoicePromptCommand.swift
[156/162] Compiling examples_cli ProgressBarStepCommand.swift
[157/162] Compiling examples_cli ProgressStepCommand.swift
[158/162] Compiling examples_cli SingleChoicePromptCommand.swift
[159/162] Compiling examples_cli TableCommand.swift
[160/163] Wrapping AST for examples-cli for debugging
[161/163] Write Objects.LinkFileList
[162/163] Linking examples-cli
Build complete! (61.54s)
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.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.