Build Information
Failed to build AnandaMacros, reference 1.2.0 (3c9314
), with Swift 6.2 (beta) for Wasm on 11 Aug 2025 13:13:40 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nixzhu/AnandaMacros.git
Reference: 1.2.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/nixzhu/AnandaMacros
* tag 1.2.0 -> FETCH_HEAD
HEAD is now at 3c93144 update deps
Cloned https://github.com/nixzhu/AnandaMacros.git
Revision (git rev-parse @):
3c9314464707ed99b8a27886c44521084ef53d7a
SUCCESS checkout https://github.com/nixzhu/AnandaMacros.git at 1.2.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/nixzhu/AnandaMacros.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/nixzhu/Ananda.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/726] Fetching ananda
Fetched https://github.com/nixzhu/Ananda.git from cache (0.70s)
[1/71692] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.08s)
Computing version for https://github.com/nixzhu/Ananda.git
Computed https://github.com/nixzhu/Ananda.git at 1.1.0 (9.79s)
Fetching https://github.com/ibireme/yyjson.git
[1/4058] Fetching yyjson
Fetched https://github.com/ibireme/yyjson.git from cache (1.28s)
Computing version for https://github.com/ibireme/yyjson.git
Computed https://github.com/ibireme/yyjson.git at 0.11.1 (5.76s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (1.11s)
Creating working copy for https://github.com/nixzhu/Ananda.git
Working copy of https://github.com/nixzhu/Ananda.git resolved at 1.1.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/ibireme/yyjson.git
Working copy of https://github.com/ibireme/yyjson.git resolved at 0.11.1
Building for debugging...
[0/40] Write sources
[19/40] Compiling _SwiftSyntaxCShims dummy.c
[20/40] Write swift-version-24593BA9C3E375BF.txt
[22/46] Emitting module SwiftSyntax509
[22/46] Compiling yyjson.c
[24/51] Emitting module SwiftSyntax510
[25/51] Compiling SwiftSyntax510 Empty.swift
[27/52] Compiling SwiftSyntax509 Empty.swift
[29/53] Compiling SwiftSyntax600 Empty.swift
[30/53] Emitting module SwiftSyntax600
[31/54] Wrapping AST for SwiftSyntax510 for debugging
[32/54] Wrapping AST for SwiftSyntax600 for debugging
[33/54] Wrapping AST for SwiftSyntax509 for debugging
[35/118] Emitting module Ananda
[36/118] Compiling Ananda AnandaJSON.swift
[37/118] Compiling Ananda AnandaModel.swift
[38/118] Compiling Ananda AnandaValueExtractor.swift
[39/118] Compiling Ananda AnandaPathItem.swift
[41/119] Compiling SwiftSyntax AbsolutePosition.swift
[42/119] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[43/119] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[44/119] Compiling SwiftSyntax Assert.swift
[45/119] Compiling SwiftSyntax BumpPtrAllocator.swift
[46/119] Compiling SwiftSyntax CommonAncestor.swift
[47/119] Compiling SwiftSyntax Convenience.swift
[48/119] Compiling SwiftSyntax CustomTraits.swift
[49/119] Compiling SwiftSyntax Identifier.swift
[50/119] Compiling SwiftSyntax MemoryLayout.swift
[51/119] Compiling SwiftSyntax MissingNodeInitializers.swift
[52/119] Compiling SwiftSyntax RawSyntax.swift
[53/119] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[54/119] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[55/119] Compiling SwiftSyntax RawSyntaxTokenView.swift
[56/119] Compiling SwiftSyntax SourceEdit.swift
[57/119] Compiling SwiftSyntax SourceLength.swift
[58/119] Compiling SwiftSyntax SourceLocation.swift
[58/127] Compiling yyjson.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[60/132] Emitting module Ananda
/host/spi-builder-workspace/.build/checkouts/Ananda/Sources/Ananda/AnandaJSON.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import yyjson
3 |
[61/132] Compiling Ananda AnandaModel.swift
/host/spi-builder-workspace/.build/checkouts/Ananda/Sources/Ananda/AnandaJSON.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import yyjson
3 |
[62/132] Compiling Ananda AnandaPathItem.swift
/host/spi-builder-workspace/.build/checkouts/Ananda/Sources/Ananda/AnandaJSON.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import yyjson
3 |
[63/132] Compiling Ananda AnandaJSON.swift
/host/spi-builder-workspace/.build/checkouts/Ananda/Sources/Ananda/AnandaJSON.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import yyjson
3 |
[64/132] Compiling Ananda AnandaValueExtractor.swift
/host/spi-builder-workspace/.build/checkouts/Ananda/Sources/Ananda/AnandaJSON.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import yyjson
3 |
BUILD FAILURE 6.2 wasm