Build Information
Failed to build FengNiao, reference master (c8fad0), with Swift 6.1 for Wasm on 29 Nov 2025 13:54:08 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/onevcat/fengniao.git
Reference: master
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/onevcat/fengniao
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at c8fad0a Bump version to 0.11.0
Cloned https://github.com/onevcat/fengniao.git
Revision (git rev-parse @):
c8fad0a4cbc2325516a274c59dfdef24f10893f6
SUCCESS checkout https://github.com/onevcat/fengniao.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/onevcat/fengniao.git
https://github.com/onevcat/fengniao.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "3.1.1",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow.git"
},
{
"identity" : "commandline",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/benoit-pereira-da-silva/CommandLine.git"
},
{
"identity" : "spectre",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/Spectre.git"
},
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
}
],
"manifest_display_name" : "FengNiao",
"name" : "FengNiao",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
}
],
"products" : [
{
"name" : "FengNiao",
"targets" : [
"FengNiao"
],
"type" : {
"executable" : null
}
},
{
"name" : "FengNiaoKit",
"targets" : [
"FengNiaoKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4",
"4.2",
"5"
],
"targets" : [
{
"c99name" : "FengNiaoKitTests",
"module_type" : "SwiftTarget",
"name" : "FengNiaoKitTests",
"path" : "Tests/FengNiaoKitTests",
"product_dependencies" : [
"Spectre"
],
"sources" : [
"FengNiaoKitSpec.swift",
"FengNiaoKitTests.swift"
],
"target_dependencies" : [
"FengNiaoKit"
],
"type" : "test"
},
{
"c99name" : "FengNiaoKit",
"module_type" : "SwiftTarget",
"name" : "FengNiaoKit",
"path" : "Sources/FengNiaoKit",
"product_dependencies" : [
"Rainbow",
"PathKit"
],
"product_memberships" : [
"FengNiao",
"FengNiaoKit"
],
"sources" : [
"ExtensionFindProcess.swift",
"Extensions.swift",
"FengNiao.swift",
"FileSearchRule.swift"
],
"type" : "library"
},
{
"c99name" : "FengNiao",
"module_type" : "SwiftTarget",
"name" : "FengNiao",
"path" : "Sources/FengNiao",
"product_dependencies" : [
"CommandLineKit"
],
"product_memberships" : [
"FengNiao"
],
"sources" : [
"CommandPrompt.swift",
"main.swift"
],
"target_dependencies" : [
"FengNiaoKit"
],
"type" : "executable"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/onevcat/Rainbow.git
Fetching https://github.com/benoit-pereira-da-silva/CommandLine.git
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/PathKit.git
[1/1339] Fetching rainbow
[229/2022] Fetching rainbow, commandline
[1834/3043] Fetching rainbow, commandline, spectre
[2187/4481] Fetching rainbow, commandline, spectre, pathkit
Fetched https://github.com/benoit-pereira-da-silva/CommandLine.git from cache (0.36s)
Fetched https://github.com/kylef/PathKit.git from cache (0.36s)
Fetched https://github.com/onevcat/Rainbow.git from cache (0.36s)
Fetched https://github.com/kylef/Spectre.git from cache (0.36s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (2.76s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.76s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 3.2.0 (3.29s)
Computing version for https://github.com/benoit-pereira-da-silva/CommandLine.git
Computed https://github.com/benoit-pereira-da-silva/CommandLine.git at 4.0.9 (1.02s)
Creating working copy for https://github.com/benoit-pereira-da-silva/CommandLine.git
Working copy of https://github.com/benoit-pereira-da-silva/CommandLine.git resolved at 4.0.9
Creating working copy for https://github.com/onevcat/Rainbow.git
Working copy of https://github.com/onevcat/Rainbow.git resolved at 3.2.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Building for debugging...
[0/13] Write sources
[5/13] Write swift-version-24593BA9C3E375BF.txt
[7/30] Emitting module Rainbow
[8/30] Compiling CommandLineKit StringExtensions.swift
/host/spi-builder-workspace/.build/checkouts/CommandLine/Sources/CommandLineKit/StringExtensions.swift:30:24: error: cannot find 'localeconv' in scope
28 | */
29 | private func _localDecimalPoint() -> Character {
30 | guard let locale = localeconv(), let decimalPoint = locale.pointee.decimal_point else {
| `- error: cannot find 'localeconv' in scope
31 | return "."
32 | }
[9/31] Compiling Rainbow Style.swift
[10/31] Compiling CommandLineKit Option.swift
[11/31] Compiling Rainbow Color.swift
[12/31] Compiling Rainbow ControlCode.swift
[13/31] Compiling Rainbow XcodeColorsSupport.swift
[14/31] Compiling Rainbow StringGenerator.swift
[15/31] Compiling Rainbow String+Rainbow.swift
[16/31] Compiling Rainbow Rainbow.swift
[17/31] Compiling CommandLineKit CommandLine.swift
[18/31] Emitting module CommandLineKit
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/31] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
[20/31] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
[21/31] Compiling Rainbow BackgroundColor.swift
[22/31] Compiling Rainbow CodesParser.swift
[23/31] Compiling Rainbow ModesExtractor.swift
[24/31] Compiling Rainbow OutputTarget.swift
[25/32] Wrapping AST for Rainbow for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/8] Write swift-version-24593BA9C3E375BF.txt
[2/25] Compiling CommandLineKit StringExtensions.swift
/host/spi-builder-workspace/.build/checkouts/CommandLine/Sources/CommandLineKit/StringExtensions.swift:30:24: error: cannot find 'localeconv' in scope
28 | */
29 | private func _localDecimalPoint() -> Character {
30 | guard let locale = localeconv(), let decimalPoint = locale.pointee.decimal_point else {
| `- error: cannot find 'localeconv' in scope
31 | return "."
32 | }
[3/25] Compiling Rainbow Style.swift
[4/26] Compiling Rainbow StringGenerator.swift
[5/26] Compiling Rainbow BackgroundColor.swift
[6/26] Compiling Rainbow CodesParser.swift
[7/26] Emitting module Rainbow
[8/26] Compiling Rainbow Color.swift
[9/26] Compiling Rainbow ControlCode.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/26] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
[11/26] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
[12/26] Compiling Rainbow XcodeColorsSupport.swift
[13/26] Compiling Rainbow Rainbow.swift
[14/26] Compiling Rainbow String+Rainbow.swift
[15/26] Emitting module CommandLineKit
BUILD FAILURE 6.1 wasm