Build Information
Failed to build Noora, reference 0.56.0 (70c6d1), with Swift 6.3 for Wasm on 21 Apr 2026 01:58:47 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 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: wasm
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-4606859-2":/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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/tuist/path
[1/401] Fetching path
[246/1843] Fetching path, rainbow
[1643/19267] Fetching path, rainbow, swift-argument-parser
[2223/25902] Fetching path, rainbow, swift-argument-parser, swift-log
Fetched https://github.com/tuist/path from cache (0.42s)
[3580/25501] Fetching rainbow, swift-argument-parser, swift-log
Fetched https://github.com/apple/swift-log from cache (1.26s)
Fetched https://github.com/onevcat/Rainbow from cache (1.26s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.27s)
Computing version for https://github.com/tuist/path
Computed https://github.com/tuist/path at 0.3.8 (4.44s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.1 (3.96s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.73s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.56s)
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-log
Working copy of https://github.com/apple/swift-log resolved at 1.12.0
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/tuist/path
Working copy of https://github.com/tuist/path resolved at 0.3.8
[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] Compiling Rainbow StringGenerator.swift
[12/46] Compiling Rainbow Style.swift
[13/47] Compiling Rainbow String+ConditionalStyling.swift
[14/47] Compiling Rainbow String+Rainbow.swift
[15/47] Emitting module ArgumentParserToolInfo
[16/47] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/48] Compiling Path Path.swift
[19/48] Emitting module Path
[20/49] Wrapping AST for ArgumentParserToolInfo for debugging
[21/50] Wrapping AST for Path for debugging
[23/95] Emitting module Logging
[24/95] Compiling Logging MetadataProvider.swift
[25/95] Compiling ArgumentParser Flag.swift
[26/95] Compiling ArgumentParser NameSpecification.swift
[27/95] Compiling ArgumentParser EnumerableFlag.swift
[28/95] Compiling ArgumentParser ExpressibleByArgument.swift
[29/95] Compiling ArgumentParser CommandConfiguration.swift
[30/95] Compiling ArgumentParser CommandGroup.swift
[31/95] Compiling ArgumentParser ParentCommand.swift
[32/95] Compiling ArgumentParser AsyncParsableCommand.swift
[33/95] Compiling ArgumentParser ParsableArguments.swift
[34/95] Compiling ArgumentParser ArgumentVisibility.swift
[35/95] Emitting module Rainbow
[36/95] Compiling Rainbow StyledStringBuilder.swift
[38/96] Compiling Logging LogEvent.swift
[39/96] Compiling Logging LogHandler.swift
[40/96] Compiling Logging Locks.swift
[41/96] Compiling Logging Logging.swift
[42/97] Wrapping AST for Rainbow for debugging
[43/98] Wrapping AST for Logging for debugging
[45/136] Compiling Noora TerminalText+DisplayWidth.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[46/136] Compiling Noora TerminalText.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[47/136] Compiling Noora ValidatableError.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[48/136] Compiling Noora ValidatableRule.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[49/136] Compiling Noora ValidationError.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[50/136] Compiling Noora LockIsolated.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[51/136] Compiling Noora Renderer.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[52/136] Compiling Noora Spinner.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[53/136] Compiling Noora StandardPipelines.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[54/136] Compiling Noora Terminal.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[55/141] Compiling Noora NooraError.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[56/141] Compiling Noora NooraMock.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[57/141] Compiling Noora StandardPipelineType.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[58/141] Compiling Noora Theme.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[59/141] Compiling Noora KeyStrokeListener.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[60/141] Emitting module Noora
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[61/141] Compiling Noora InputValidating.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[62/141] Compiling Noora LengthValidationRule.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[63/141] Compiling Noora NonEmptyValidationRule.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[64/141] Compiling Noora RegexValidationRule.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[65/141] Compiling Noora Validator.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[66/141] Compiling Noora Stack.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[67/141] Compiling Noora Character+isPrintable.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[68/141] Compiling Noora String+Rainbow.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[69/141] Compiling Noora String+ValidatableError.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[70/141] Compiling Noora Noora.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[71/141] Compiling Noora PaginatedTable.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[72/141] Compiling Noora SelectableTable.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[73/141] Compiling Noora Table.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[74/141] Compiling Noora TableColumn.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[75/141] Compiling Noora TableData.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[76/141] Compiling Noora TableRenderer.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[77/141] Emitting module ArgumentParser
[83/141] Compiling Noora Alert.swift
[84/141] Compiling Noora CollapsibleStep.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[87/147] Compiling Noora MultipleChoicePrompt.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[88/147] Compiling Noora ProgressBarStep.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[89/147] Compiling Noora ProgressStep.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[90/147] Compiling Noora SingleChoicePrompt.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[91/147] Compiling Noora TableStyle.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[92/147] Compiling Noora UpdatingSelectableTable.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[93/147] Compiling Noora UpdatingTable.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[94/147] Compiling Noora TextPrompt.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[95/147] Compiling Noora YesOrNoChoicePrompt.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[96/147] Compiling Noora Content.swift
/host/spi-builder-workspace/cli/Sources/Noora/Utilities/Terminal.swift:13:12: error: no such module 'Darwin'
11 | import WinSDK
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
BUILD FAILURE 6.3 wasm