The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Noora, reference main (e3d8e7), with Swift 5.10 for Linux on 5 May 2025 12:32:37 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/noora.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e3d8e7b chore(deps): lock file maintenance (#277)
Cloned https://github.com/tuist/noora.git
Revision (git rev-parse @):
e3d8e7b4bc0fa8f62f4976785d1a5675352086a2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/tuist/noora.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/tuist/noora.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/tuist/path
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/onevcat/Rainbow
[1/348] Fetching path
[349/1544] Fetching path, rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.32s)
[1/3836] Fetching swift-log
[2725/18792] Fetching swift-log, swift-argument-parser
Fetched https://github.com/apple/swift-log from cache (2.20s)
Fetched https://github.com/tuist/path from cache (2.22s)
Fetched https://github.com/apple/swift-argument-parser from cache (2.22s)
Computing version for https://github.com/tuist/path
Computed https://github.com/tuist/path at 0.3.8 (1.35s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.40s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.41s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (1.35s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
Creating working copy for https://github.com/tuist/path
Working copy of https://github.com/tuist/path resolved at 0.3.8
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/20] Write sources
[8/20] Write swift-version-24593BA9C3E375BF.txt
[10/40] Emitting module Rainbow
[11/41] Compiling Rainbow StringGenerator.swift
[12/41] Compiling Rainbow Style.swift
[13/41] Compiling Rainbow String+Rainbow.swift
[14/41] Emitting module Path
[15/41] Compiling Path Path.swift
[16/42] Emitting module ArgumentParserToolInfo
[17/42] Compiling ArgumentParserToolInfo ToolInfo.swift
[19/43] Wrapping AST for Path for debugging
[20/43] Wrapping AST for ArgumentParserToolInfo for debugging
[22/81] Compiling ArgumentParser OptionGroup.swift
[23/81] Compiling ArgumentParser AsyncParsableCommand.swift
[24/81] Compiling ArgumentParser CommandConfiguration.swift
[25/81] Compiling ArgumentParser CommandGroup.swift
[26/81] Compiling Logging MetadataProvider.swift
[27/81] Compiling Rainbow OutputTarget.swift
[28/81] Compiling Rainbow Rainbow.swift
[29/81] Compiling ArgumentParser EnumerableFlag.swift
[30/81] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/82] Emitting module Logging
[32/82] Wrapping AST for Rainbow for debugging
[34/82] Compiling Logging Locks.swift
[35/82] Compiling Logging LogHandler.swift
[36/82] Compiling Logging Logging.swift
[37/83] Wrapping AST for Logging for debugging
[39/103] Compiling Noora SingleChoicePrompt.swift
[40/103] Compiling Noora TextPrompt.swift
[41/103] Compiling Noora YesOrNoChoicePrompt.swift
[42/103] Compiling Noora Stack.swift
[43/103] Compiling Noora Alert.swift
[44/114] Compiling Noora ValidationError.swift
[45/114] Compiling Noora InputValidating.swift
[46/114] Compiling Noora LengthValidationRule.swift
[47/117] Compiling Noora TerminalText.swift
/host/spi-builder-workspace/Sources/Noora/Utilities/TerminalText.swift:43:17: warning: immutable value 'href' was never used; consider replacing with '_' or removing it
                href
                ^~~~
                _
[48/117] Compiling Noora ValidatableError.swift
/host/spi-builder-workspace/Sources/Noora/Utilities/TerminalText.swift:43:17: warning: immutable value 'href' was never used; consider replacing with '_' or removing it
                href
                ^~~~
                _
[49/117] Compiling Noora ValidatableRule.swift
/host/spi-builder-workspace/Sources/Noora/Utilities/TerminalText.swift:43:17: warning: immutable value 'href' was never used; consider replacing with '_' or removing it
                href
                ^~~~
                _
[50/117] Compiling Noora CollapsibleStep.swift
[51/117] Compiling Noora ProgressBarStep.swift
[52/117] Compiling Noora ProgressStep.swift
[53/117] Compiling Noora Character+isPrintable.swift
[54/117] Compiling Noora String+Rainbow.swift
[55/117] Compiling Noora String+ValidatableError.swift
[56/117] Emitting module ArgumentParser
[57/117] Compiling Noora Spinner.swift
[58/117] Compiling Noora StandardPipelines.swift
[59/117] Compiling Noora Terminal.swift
[60/117] Compiling Noora NonEmptyValidationRule.swift
[61/117] Compiling Noora RegexValidationRule.swift
[62/117] Compiling Noora Validator.swift
[66/117] Compiling Noora Noora.swift
[67/117] Compiling Noora NooraMock.swift
[68/117] Compiling Noora Theme.swift
[69/117] Compiling Noora KeyStrokeListener.swift
[70/117] Compiling Noora Renderer.swift
[71/117] Compiling ArgumentParser CollectionExtensions.swift
[72/117] Compiling ArgumentParser Platform.swift
[73/117] Compiling ArgumentParser SequenceExtensions.swift
[74/117] Compiling ArgumentParser StringExtensions.swift
[75/117] Compiling ArgumentParser Tree.swift
[76/117] Emitting module Noora
[91/118] Compiling ArgumentParser ParsableArguments.swift
[92/118] Compiling ArgumentParser ParsableArgumentsValidation.swift
[93/118] Compiling ArgumentParser ParsableCommand.swift
[94/118] Compiling ArgumentParser ArgumentDecoder.swift
[95/118] Wrapping AST for Noora for debugging
[96/118] Write Objects.LinkFileList
[97/118] Archiving libNoora.a
[110/118] Compiling ArgumentParser DumpHelpGenerator.swift
[111/118] Compiling ArgumentParser HelpCommand.swift
[112/118] Compiling ArgumentParser HelpGenerator.swift
[113/118] Compiling ArgumentParser MessageInfo.swift
[114/118] Compiling ArgumentParser UsageGenerator.swift
[115/119] Wrapping AST for ArgumentParser for debugging
[117/128] Compiling examples_cli TextPromptCommand.swift
[118/129] Compiling examples_cli ProgressStepCommand.swift
[119/129] Compiling examples_cli SingleChoicePromptCommand.swift
/host/spi-builder-workspace/Sources/examples-cli/Commands/SingleChoicePromptCommand.swift:41:41: error: unknown attribute 'retroactive'
extension SingleChoicePromptFilterMode: @retroactive ExpressibleByArgument {
                                        ^
/host/spi-builder-workspace/Sources/examples-cli/Commands/SingleChoicePromptCommand.swift:41:1: error: inheritance from non-protocol type 'any ExpressibleByArgument'
extension SingleChoicePromptFilterMode: @retroactive ExpressibleByArgument {
^
[120/129] Compiling examples_cli YesOrNoChoicePromptCommand.swift
[121/129] Compiling examples_cli FormatCommand.swift
[122/129] Compiling examples_cli ProgressBarStepCommand.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[123/129] Emitting module examples_cli
/host/spi-builder-workspace/Sources/examples-cli/Commands/SingleChoicePromptCommand.swift:41:41: error: unknown attribute 'retroactive'
extension SingleChoicePromptFilterMode: @retroactive ExpressibleByArgument {
                                        ^
/host/spi-builder-workspace/Sources/examples-cli/Commands/SingleChoicePromptCommand.swift:41:1: error: inheritance from non-protocol type 'any ExpressibleByArgument'
extension SingleChoicePromptFilterMode: @retroactive ExpressibleByArgument {
^
[124/129] Compiling examples_cli AlertCommand.swift
[125/129] Compiling examples_cli CollapsibleStepCommand.swift
[126/129] Compiling examples_cli ExamplesCLI.swift
error: fatalError
BUILD FAILURE 5.10 linux