Build Information
Successful build of Noora, reference 0.51.3 (99d3be), with Swift 6.1 for macOS (SPM) on 5 Dec 2025 18:10:10 UTC.
Swift 6 data race errors: 3
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/noora.git
Reference: 0.51.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tuist/noora
* tag 0.51.3 -> FETCH_HEAD
HEAD is now at 99d3bef [Release] Noora CLI 0.51.3
Cloned https://github.com/tuist/noora.git
Revision (git rev-parse @):
99d3bef655819d530ad467c017ae4ff7db27b0a3
SUCCESS checkout https://github.com/tuist/noora.git at 0.51.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/tuist/noora.git
https://github.com/tuist/noora.git
{
"dependencies" : [
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "path",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.8",
"upper_bound" : "0.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/path"
}
],
"manifest_display_name" : "Noora",
"name" : "Noora",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Noora",
"targets" : [
"Noora"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "examples-cli",
"targets" : [
"examples-cli"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "examples_cli",
"module_type" : "SwiftTarget",
"name" : "examples-cli",
"path" : "cli/Sources/examples-cli",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"examples-cli"
],
"sources" : [
"Commands/AlertCommand.swift",
"Commands/CollapsibleStepCommand.swift",
"Commands/FormatCommand.swift",
"Commands/InfoCommand.swift",
"Commands/MultipleChoicePromptCommand.swift",
"Commands/ProgressBarStepCommand.swift",
"Commands/ProgressStepCommand.swift",
"Commands/SingleChoicePromptCommand.swift",
"Commands/TableCommand.swift",
"Commands/TextPromptCommand.swift",
"Commands/YesOrNoChoicePromptCommand.swift",
"ExamplesCLI.swift"
],
"target_dependencies" : [
"Noora"
],
"type" : "executable"
},
{
"c99name" : "NooraTests",
"module_type" : "SwiftTarget",
"name" : "NooraTests",
"path" : "cli/Tests/NooraTests",
"sources" : [
"Components/CollapsibleStepTests.swift",
"Components/CompletionTests.swift",
"Components/MultipleChoicePromptTests.swift",
"Components/NooraTests.swift",
"Components/ProgressBarStepTests.swift",
"Components/ProgressStepTests.swift",
"Components/SingleChoicePromptTests.swift",
"Components/TableTests.swift",
"Components/TextPromptTests.swift",
"Components/YesOrNoChoicePromptTests.swift",
"Mocks/MockKeyStrokeListener.swift",
"Mocks/MockRenderer.swift",
"Mocks/MockSpinner.swift",
"Mocks/MockStandardPipeline.swift",
"Mocks/MockTerminal.swift",
"Mocks/MockValidator.swift",
"NooraTheme+Test.swift",
"Utilities/DisplayWidthTests.swift",
"Utilities/NooraMockTests.swift",
"Utilities/TerminalTextTests.swift",
"Validator/LengthValidationRuleTests.swift",
"Validator/NonEmptyValidationRuleTests.swift",
"Validator/RegexValidationRuleTests.swift",
"Validator/ValidatorTests.swift"
],
"target_dependencies" : [
"Noora"
],
"type" : "test"
},
{
"c99name" : "Noora",
"module_type" : "SwiftTarget",
"name" : "Noora",
"path" : "cli/Sources/Noora",
"product_dependencies" : [
"Rainbow",
"Logging",
"Path"
],
"product_memberships" : [
"Noora",
"examples-cli"
],
"sources" : [
"Components/Alert.swift",
"Components/CollapsibleStep.swift",
"Components/MultipleChoicePrompt.swift",
"Components/ProgressBarStep.swift",
"Components/ProgressStep.swift",
"Components/SingleChoicePrompt.swift",
"Components/Table/PaginatedTable.swift",
"Components/Table/SelectableTable.swift",
"Components/Table/Table.swift",
"Components/Table/TableColumn.swift",
"Components/Table/TableData.swift",
"Components/Table/TableRenderer.swift",
"Components/Table/TableStyle.swift",
"Components/TextPrompt.swift",
"Components/YesOrNoChoicePrompt.swift",
"Content.swift",
"DataStructures/Stack.swift",
"Extensions/Character+isPrintable.swift",
"Extensions/String+Rainbow.swift",
"Extensions/String+ValidatableError.swift",
"Noora.swift",
"NooraMock.swift",
"StandardPipelineType.swift",
"Theme.swift",
"Utilities/KeyStrokeListener.swift",
"Utilities/Renderer.swift",
"Utilities/Spinner.swift",
"Utilities/StandardPipelines.swift",
"Utilities/Terminal.swift",
"Utilities/TerminalText+DisplayWidth.swift",
"Utilities/TerminalText.swift",
"Validator/Core/ValidatableError.swift",
"Validator/Core/ValidatableRule.swift",
"Validator/Core/ValidationError.swift",
"Validator/InputValidating.swift",
"Validator/Rules/LengthValidationRule.swift",
"Validator/Rules/NonEmptyValidationRule.swift",
"Validator/Rules/RegexValidationRule.swift",
"Validator/Validator.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/16] Write sources
[5/16] Write examples-cli-entitlement.plist
[5/16] Write sources
[10/16] Write swift-version-2F0A5646E1D333AE.txt
[12/40] Emitting module Path
[13/40] Compiling Path Path.swift
[14/40] Emitting module ArgumentParserToolInfo
[15/40] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/86] Compiling Logging Logging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/86] Compiling Logging LogHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/86] Emitting module Logging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/86] Compiling Logging MetadataProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/86] Compiling Logging Locks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/86] Compiling Rainbow Style.swift
[22/87] Compiling Rainbow String+ConditionalStyling.swift
[23/87] Compiling Rainbow StringGenerator.swift
[24/87] Compiling Rainbow String+Rainbow.swift
[25/87] Emitting module ArgumentParser
[26/91] Compiling ArgumentParser InputKey.swift
[27/91] Compiling ArgumentParser InputOrigin.swift
[28/91] Compiling ArgumentParser Name.swift
[29/91] Compiling ArgumentParser Parsed.swift
[30/91] Compiling ArgumentParser ParsedValues.swift
[31/91] Compiling ArgumentParser CommandConfiguration.swift
[32/91] Compiling ArgumentParser CommandGroup.swift
[33/91] Compiling ArgumentParser EnumerableFlag.swift
[34/91] Compiling ArgumentParser ExpressibleByArgument.swift
[35/91] Compiling ArgumentParser ParsableArguments.swift
[36/91] Compiling Rainbow StyledStringBuilder.swift
[37/91] Compiling ArgumentParser BashCompletionsGenerator.swift
[38/91] Compiling ArgumentParser CompletionsGenerator.swift
[41/91] Compiling ArgumentParser Argument.swift
[43/91] Compiling ArgumentParser FishCompletionsGenerator.swift
[44/91] Compiling ArgumentParser ZshCompletionsGenerator.swift
[45/91] Emitting module Rainbow
[48/91] Compiling ArgumentParser NonsenseFlagsValidator.swift
[49/91] Compiling ArgumentParser ParsableArgumentsValidation.swift
[50/91] Compiling ArgumentParser PositionalArgumentsValidator.swift
[51/91] Compiling ArgumentParser UniqueNamesValidator.swift
[57/128] Compiling Noora LengthValidationRule.swift
[58/128] Compiling ArgumentParser NameSpecification.swift
[59/128] Compiling ArgumentParser Option.swift
[60/128] Compiling ArgumentParser OptionGroup.swift
[61/128] Compiling ArgumentParser AsyncParsableCommand.swift
[62/128] Compiling Noora Content.swift
[63/128] Compiling Noora ProgressStep.swift
[64/128] Compiling Noora SingleChoicePrompt.swift
[65/128] Compiling Noora PaginatedTable.swift
[66/128] Compiling Noora SelectableTable.swift
[67/128] Compiling Noora StandardPipelineType.swift
[68/128] Compiling Noora Theme.swift
[69/128] Compiling Noora TableStyle.swift
[70/128] Compiling Noora TextPrompt.swift
[71/128] Compiling Noora YesOrNoChoicePrompt.swift
[72/128] Compiling Noora TableData.swift
[73/128] Compiling Noora TableRenderer.swift
[74/128] Compiling Noora ValidatableRule.swift
[75/128] Compiling Noora ValidationError.swift
[76/128] Compiling Noora InputValidating.swift
[77/128] Compiling Noora Terminal.swift
[78/128] Compiling Noora TerminalText+DisplayWidth.swift
[79/128] Compiling Noora TerminalText.swift
[80/128] Compiling Noora ValidatableError.swift
[81/128] Compiling Noora Stack.swift
[82/128] Compiling Noora Character+isPrintable.swift
[83/128] Compiling Noora String+Rainbow.swift
[84/128] Compiling Noora String+ValidatableError.swift
[85/128] Compiling Noora Table.swift
[86/128] Compiling Noora TableColumn.swift
[87/128] Emitting module Noora
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Components/Table/TableStyle.swift:47:23: warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'BorderCharacters' may have shared mutable state; this is an error in the Swift 6 language mode
31 |
32 | /// Characters used for drawing table borders
33 | public struct BorderCharacters {
| `- note: consider making struct 'BorderCharacters' conform to the 'Sendable' protocol
34 | public let horizontal: String
35 | public let vertical: String
:
45 |
46 | /// Rounded Unicode borders
47 | public static let rounded = BorderCharacters(
| |- warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'BorderCharacters' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'rounded' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 | horizontal: "─",
49 | vertical: "│",
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Content.swift:6:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | public struct Content {
5 | /// The default content instance with standard alert titles and recommendations.
6 | public static var `default` = Content(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | errorAlertTitle: "✖ Error",
8 | errorAlertRecommendedTitle: "Sorry this didn’t work. Here’s what to try next",
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Theme.swift:7:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | public struct Theme {
6 | /// Noora's default theme.
7 | public static var `default` = Theme(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | primary: "A378F2",
9 | secondary: "FF4081",
[104/131] Compiling Noora NonEmptyValidationRule.swift
[105/131] Compiling Noora RegexValidationRule.swift
[106/131] Compiling Noora Validator.swift
[107/131] Compiling Noora KeyStrokeListener.swift
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:32:13: warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure
6 | }
7 |
8 | class Spinner: Spinning {
| `- note: class 'Spinner' does not conform to the 'Sendable' protocol
9 | private static let frames = [
10 | "⠋",
:
30 |
31 | // Schedule the timer in the current run loop
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
| `- warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:21: warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
| |- warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:33:20: warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure
6 | }
7 |
8 | class Spinner: Spinning {
| `- note: class 'Spinner' does not conform to the 'Sendable' protocol
9 | private static let frames = [
10 | "⠋",
:
31 | // Schedule the timer in the current run loop
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
| `- warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure
34 | block(Spinner.frames[index])
35 | index = (index + 1) % Spinner.frames.count
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:21: warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
| |- warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:42: warning: reference to captured var 'index' in concurrently-executing code
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
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:35:21: warning: mutation of captured var 'index' in concurrently-executing code
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
36 | } else {
37 | self.timer?.invalidate()
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:35:30: warning: reference to captured var 'index' in concurrently-executing code
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
36 | } else {
37 | self.timer?.invalidate()
[108/131] Compiling Noora Renderer.swift
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:32:13: warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure
6 | }
7 |
8 | class Spinner: Spinning {
| `- note: class 'Spinner' does not conform to the 'Sendable' protocol
9 | private static let frames = [
10 | "⠋",
:
30 |
31 | // Schedule the timer in the current run loop
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
| `- warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:21: warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
| |- warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:33:20: warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure
6 | }
7 |
8 | class Spinner: Spinning {
| `- note: class 'Spinner' does not conform to the 'Sendable' protocol
9 | private static let frames = [
10 | "⠋",
:
31 | // Schedule the timer in the current run loop
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
| `- warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure
34 | block(Spinner.frames[index])
35 | index = (index + 1) % Spinner.frames.count
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:21: warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
| |- warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:42: warning: reference to captured var 'index' in concurrently-executing code
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
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:35:21: warning: mutation of captured var 'index' in concurrently-executing code
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
36 | } else {
37 | self.timer?.invalidate()
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:35:30: warning: reference to captured var 'index' in concurrently-executing code
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
36 | } else {
37 | self.timer?.invalidate()
[109/131] Compiling Noora Spinner.swift
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:32:13: warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure
6 | }
7 |
8 | class Spinner: Spinning {
| `- note: class 'Spinner' does not conform to the 'Sendable' protocol
9 | private static let frames = [
10 | "⠋",
:
30 |
31 | // Schedule the timer in the current run loop
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
| `- warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:21: warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
| |- warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:33:20: warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure
6 | }
7 |
8 | class Spinner: Spinning {
| `- note: class 'Spinner' does not conform to the 'Sendable' protocol
9 | private static let frames = [
10 | "⠋",
:
31 | // Schedule the timer in the current run loop
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
| `- warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure
34 | block(Spinner.frames[index])
35 | index = (index + 1) % Spinner.frames.count
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:21: warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
| |- warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:42: warning: reference to captured var 'index' in concurrently-executing code
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
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:35:21: warning: mutation of captured var 'index' in concurrently-executing code
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
36 | } else {
37 | self.timer?.invalidate()
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:35:30: warning: reference to captured var 'index' in concurrently-executing code
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
36 | } else {
37 | self.timer?.invalidate()
[110/131] Compiling Noora StandardPipelines.swift
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:32:13: warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure
6 | }
7 |
8 | class Spinner: Spinning {
| `- note: class 'Spinner' does not conform to the 'Sendable' protocol
9 | private static let frames = [
10 | "⠋",
:
30 |
31 | // Schedule the timer in the current run loop
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
| `- warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:21: warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
| |- warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:33:20: warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure
6 | }
7 |
8 | class Spinner: Spinning {
| `- note: class 'Spinner' does not conform to the 'Sendable' protocol
9 | private static let frames = [
10 | "⠋",
:
31 | // Schedule the timer in the current run loop
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
| `- warning: capture of 'self' with non-sendable type 'Spinner' in a '@Sendable' closure
34 | block(Spinner.frames[index])
35 | index = (index + 1) % Spinner.frames.count
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:21: warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure
32 | self.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in
33 | if self.isSpinning {
34 | block(Spinner.frames[index])
| |- warning: capture of 'block' with non-sendable type '(String) -> Void' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:34:42: warning: reference to captured var 'index' in concurrently-executing code
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
35 | index = (index + 1) % Spinner.frames.count
36 | } else {
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:35:21: warning: mutation of captured var 'index' in concurrently-executing code
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
36 | } else {
37 | self.timer?.invalidate()
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Utilities/Spinner.swift:35:30: warning: reference to captured var 'index' in concurrently-executing code
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
36 | } else {
37 | self.timer?.invalidate()
[111/131] Compiling Noora Alert.swift
[112/131] Compiling Noora CollapsibleStep.swift
[113/131] Compiling Noora MultipleChoicePrompt.swift
[114/131] Compiling Noora ProgressBarStep.swift
[115/131] Compiling Noora Noora.swift
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Theme.swift:7:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | public struct Theme {
6 | /// Noora's default theme.
7 | public static var `default` = Theme(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | primary: "A378F2",
9 | secondary: "FF4081",
[116/131] Compiling Noora NooraMock.swift
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Theme.swift:7:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | public struct Theme {
6 | /// Noora's default theme.
7 | public static var `default` = Theme(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | primary: "A378F2",
9 | secondary: "FF4081",
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Theme.swift:7:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | public struct Theme {
6 | /// Noora's default theme.
7 | public static var `default` = Theme(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | primary: "A378F2",
9 | secondary: "FF4081",
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Theme.swift:7:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | public struct Theme {
6 | /// Noora's default theme.
7 | public static var `default` = Theme(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | primary: "A378F2",
9 | secondary: "FF4081",
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Components/Table/TableStyle.swift:47:23: warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'BorderCharacters' may have shared mutable state; this is an error in the Swift 6 language mode
31 |
32 | /// Characters used for drawing table borders
33 | public struct BorderCharacters {
| `- note: consider making struct 'BorderCharacters' conform to the 'Sendable' protocol
34 | public let horizontal: String
35 | public let vertical: String
:
45 |
46 | /// Rounded Unicode borders
47 | public static let rounded = BorderCharacters(
| |- warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'BorderCharacters' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'rounded' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 | horizontal: "─",
49 | vertical: "│",
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Content.swift:6:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | public struct Content {
5 | /// The default content instance with standard alert titles and recommendations.
6 | public static var `default` = Content(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | errorAlertTitle: "✖ Error",
8 | errorAlertRecommendedTitle: "Sorry this didn’t work. Here’s what to try next",
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Components/Table/TableStyle.swift:47:23: warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'BorderCharacters' may have shared mutable state; this is an error in the Swift 6 language mode
31 |
32 | /// Characters used for drawing table borders
33 | public struct BorderCharacters {
| `- note: consider making struct 'BorderCharacters' conform to the 'Sendable' protocol
34 | public let horizontal: String
35 | public let vertical: String
:
45 |
46 | /// Rounded Unicode borders
47 | public static let rounded = BorderCharacters(
| |- warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'BorderCharacters' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'rounded' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 | horizontal: "─",
49 | vertical: "│",
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Content.swift:6:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | public struct Content {
5 | /// The default content instance with standard alert titles and recommendations.
6 | public static var `default` = Content(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | errorAlertTitle: "✖ Error",
8 | errorAlertRecommendedTitle: "Sorry this didn’t work. Here’s what to try next",
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Components/Table/TableStyle.swift:47:23: warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'BorderCharacters' may have shared mutable state; this is an error in the Swift 6 language mode
31 |
32 | /// Characters used for drawing table borders
33 | public struct BorderCharacters {
| `- note: consider making struct 'BorderCharacters' conform to the 'Sendable' protocol
34 | public let horizontal: String
35 | public let vertical: String
:
45 |
46 | /// Rounded Unicode borders
47 | public static let rounded = BorderCharacters(
| |- warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'BorderCharacters' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'rounded' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 | horizontal: "─",
49 | vertical: "│",
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Content.swift:6:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | public struct Content {
5 | /// The default content instance with standard alert titles and recommendations.
6 | public static var `default` = Content(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | errorAlertTitle: "✖ Error",
8 | errorAlertRecommendedTitle: "Sorry this didn’t work. Here’s what to try next",
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Components/Table/TableStyle.swift:47:23: warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'BorderCharacters' may have shared mutable state; this is an error in the Swift 6 language mode
31 |
32 | /// Characters used for drawing table borders
33 | public struct BorderCharacters {
| `- note: consider making struct 'BorderCharacters' conform to the 'Sendable' protocol
34 | public let horizontal: String
35 | public let vertical: String
:
45 |
46 | /// Rounded Unicode borders
47 | public static let rounded = BorderCharacters(
| |- warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'BorderCharacters' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'rounded' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 | horizontal: "─",
49 | vertical: "│",
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Content.swift:6:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | public struct Content {
5 | /// The default content instance with standard alert titles and recommendations.
6 | public static var `default` = Content(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | errorAlertTitle: "✖ Error",
8 | errorAlertRecommendedTitle: "Sorry this didn’t work. Here’s what to try next",
[126/131] Write Objects.LinkFileList
/Applications/Xcode-16.3.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)'
[127/131] Archiving libNoora.a
[129/143] Compiling examples_cli YesOrNoChoicePromptCommand.swift
/Users/admin/builder/spi-builder-workspace/cli/Sources/examples-cli/Commands/YesOrNoChoicePromptCommand.swift:12:41: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | func run() async throws {
12 | let answer = Noora(theme: Theme.default).yesOrNoChoicePrompt(
| `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
13 | title: "Authentication",
14 | question: "Would you like to authenticate with Tuist?",
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Theme.swift:7:23: note: static property declared here
5 | public struct Theme {
6 | /// Noora's default theme.
7 | public static var `default` = Theme(
| `- note: static property declared here
8 | primary: "A378F2",
9 | secondary: "FF4081",
[130/143] Compiling examples_cli TextPromptCommand.swift
[131/144] Compiling examples_cli MultipleChoicePromptCommand.swift
/Users/admin/builder/spi-builder-workspace/cli/Sources/examples-cli/Commands/MultipleChoicePromptCommand.swift:34:62: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
32 |
33 | func run() async throws {
34 | let selection: [ProjectTargets] = Noora(theme: Theme.default).multipleChoicePrompt(
| `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
35 | title: "Migration",
36 | question: "Select targets for migration to Tuist.",
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Theme.swift:7:23: note: static property declared here
5 | public struct Theme {
6 | /// Noora's default theme.
7 | public static var `default` = Theme(
| `- note: static property declared here
8 | primary: "A378F2",
9 | secondary: "FF4081",
[132/144] Compiling examples_cli SingleChoicePromptCommand.swift
/Users/admin/builder/spi-builder-workspace/cli/Sources/examples-cli/Commands/SingleChoicePromptCommand.swift:31:59: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
29 |
30 | func run() async throws {
31 | let selection: ProjectOption = Noora(theme: Theme.default).singleChoicePrompt(
| `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
32 | title: "Project",
33 | question: "Would you like to create a new Tuist project or use an existing Xcode project?",
/Users/admin/builder/spi-builder-workspace/cli/Sources/Noora/Theme.swift:7:23: note: static property declared here
5 | public struct Theme {
6 | /// Noora's default theme.
7 | public static var `default` = Theme(
| `- note: static property declared here
8 | primary: "A378F2",
9 | secondary: "FF4081",
[133/144] Compiling examples_cli ProgressBarStepCommand.swift
[134/144] Compiling examples_cli FormatCommand.swift
[135/144] Compiling examples_cli InfoCommand.swift
[136/144] Compiling examples_cli AlertCommand.swift
[137/144] Compiling examples_cli CollapsibleStepCommand.swift
[138/144] Emitting module examples_cli
[139/144] Compiling examples_cli TableCommand.swift
[140/144] Compiling examples_cli ProgressStepCommand.swift
[141/144] Compiling examples_cli ExamplesCLI.swift
[141/144] Write Objects.LinkFileList
[142/144] Linking examples-cli
[143/144] Applying examples-cli
Build complete! (20.62s)
Fetching https://github.com/tuist/path
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/apple/swift-log from cache
Fetching https://github.com/apple/swift-argument-parser from cache
[1/381] Fetching path
[82/1720] Fetching path, rainbow
Fetched https://github.com/tuist/path from cache (1.35s)
Fetched https://github.com/onevcat/Rainbow from cache (1.35s)
Fetched https://github.com/apple/swift-log from cache (1.36s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.37s)
Computing version for https://github.com/tuist/path
Computed https://github.com/tuist/path at 0.3.8 (4.48s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.7.1 (0.47s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.48s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.0 (2.42s)
Creating working copy for https://github.com/tuist/path
Working copy of https://github.com/tuist/path resolved at 0.3.8
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.7.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Build complete.
{
"dependencies" : [
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "path",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.8",
"upper_bound" : "0.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/path"
}
],
"manifest_display_name" : "Noora",
"name" : "Noora",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Noora",
"targets" : [
"Noora"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "examples-cli",
"targets" : [
"examples-cli"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "examples_cli",
"module_type" : "SwiftTarget",
"name" : "examples-cli",
"path" : "cli/Sources/examples-cli",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"examples-cli"
],
"sources" : [
"Commands/AlertCommand.swift",
"Commands/CollapsibleStepCommand.swift",
"Commands/FormatCommand.swift",
"Commands/InfoCommand.swift",
"Commands/MultipleChoicePromptCommand.swift",
"Commands/ProgressBarStepCommand.swift",
"Commands/ProgressStepCommand.swift",
"Commands/SingleChoicePromptCommand.swift",
"Commands/TableCommand.swift",
"Commands/TextPromptCommand.swift",
"Commands/YesOrNoChoicePromptCommand.swift",
"ExamplesCLI.swift"
],
"target_dependencies" : [
"Noora"
],
"type" : "executable"
},
{
"c99name" : "NooraTests",
"module_type" : "SwiftTarget",
"name" : "NooraTests",
"path" : "cli/Tests/NooraTests",
"sources" : [
"Components/CollapsibleStepTests.swift",
"Components/CompletionTests.swift",
"Components/MultipleChoicePromptTests.swift",
"Components/NooraTests.swift",
"Components/ProgressBarStepTests.swift",
"Components/ProgressStepTests.swift",
"Components/SingleChoicePromptTests.swift",
"Components/TableTests.swift",
"Components/TextPromptTests.swift",
"Components/YesOrNoChoicePromptTests.swift",
"Mocks/MockKeyStrokeListener.swift",
"Mocks/MockRenderer.swift",
"Mocks/MockSpinner.swift",
"Mocks/MockStandardPipeline.swift",
"Mocks/MockTerminal.swift",
"Mocks/MockValidator.swift",
"NooraTheme+Test.swift",
"Utilities/DisplayWidthTests.swift",
"Utilities/NooraMockTests.swift",
"Utilities/TerminalTextTests.swift",
"Validator/LengthValidationRuleTests.swift",
"Validator/NonEmptyValidationRuleTests.swift",
"Validator/RegexValidationRuleTests.swift",
"Validator/ValidatorTests.swift"
],
"target_dependencies" : [
"Noora"
],
"type" : "test"
},
{
"c99name" : "Noora",
"module_type" : "SwiftTarget",
"name" : "Noora",
"path" : "cli/Sources/Noora",
"product_dependencies" : [
"Rainbow",
"Logging",
"Path"
],
"product_memberships" : [
"Noora",
"examples-cli"
],
"sources" : [
"Components/Alert.swift",
"Components/CollapsibleStep.swift",
"Components/MultipleChoicePrompt.swift",
"Components/ProgressBarStep.swift",
"Components/ProgressStep.swift",
"Components/SingleChoicePrompt.swift",
"Components/Table/PaginatedTable.swift",
"Components/Table/SelectableTable.swift",
"Components/Table/Table.swift",
"Components/Table/TableColumn.swift",
"Components/Table/TableData.swift",
"Components/Table/TableRenderer.swift",
"Components/Table/TableStyle.swift",
"Components/TextPrompt.swift",
"Components/YesOrNoChoicePrompt.swift",
"Content.swift",
"DataStructures/Stack.swift",
"Extensions/Character+isPrintable.swift",
"Extensions/String+Rainbow.swift",
"Extensions/String+ValidatableError.swift",
"Noora.swift",
"NooraMock.swift",
"StandardPipelineType.swift",
"Theme.swift",
"Utilities/KeyStrokeListener.swift",
"Utilities/Renderer.swift",
"Utilities/Spinner.swift",
"Utilities/StandardPipelines.swift",
"Utilities/Terminal.swift",
"Utilities/TerminalText+DisplayWidth.swift",
"Utilities/TerminalText.swift",
"Validator/Core/ValidatableError.swift",
"Validator/Core/ValidatableRule.swift",
"Validator/Core/ValidationError.swift",
"Validator/InputValidating.swift",
"Validator/Rules/LengthValidationRule.swift",
"Validator/Rules/NonEmptyValidationRule.swift",
"Validator/Rules/RegexValidationRule.swift",
"Validator/Validator.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8.1"
}
Done.