The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build AnandaMacros, reference 1.3.0 (2d746e), with Swift 6.1 for Wasm on 28 Sep 2025 12:47:35 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/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nixzhu/AnandaMacros.git
Reference: 1.3.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.3.0      -> FETCH_HEAD
HEAD is now at 2d746e8 update deps
Cloned https://github.com/nixzhu/AnandaMacros.git
Revision (git rev-parse @):
2d746e86f74e9aedd0ac1eaeeecdf6d94e5cbc4a
SUCCESS checkout https://github.com/nixzhu/AnandaMacros.git at 1.3.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nixzhu/AnandaMacros.git
https://github.com/nixzhu/AnandaMacros.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "ananda",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nixzhu/Ananda.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "AnandaMacros",
  "name" : "AnandaMacros",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "AnandaMacros",
      "targets" : [
        "AnandaMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AnandaMacrosProvider",
      "targets" : [
        "AnandaMacrosProvider"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AnandaMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "AnandaMacrosTests",
      "path" : "Tests/AnandaMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "MacrosTests.swift"
      ],
      "target_dependencies" : [
        "AnandaMacros",
        "AnandaMacrosProvider"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AnandaMacrosProvider",
      "module_type" : "SwiftTarget",
      "name" : "AnandaMacrosProvider",
      "path" : "Sources/AnandaMacrosProvider",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "AnandaMacros",
        "AnandaMacrosProvider"
      ],
      "sources" : [
        "AnandaIgnoredMacro.swift",
        "AnandaInitMacro.swift",
        "AnandaKeyMacro.swift",
        "AnandaPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "AnandaMacros",
      "module_type" : "SwiftTarget",
      "name" : "AnandaMacros",
      "path" : "Sources/AnandaMacros",
      "product_dependencies" : [
        "Ananda"
      ],
      "product_memberships" : [
        "AnandaMacros"
      ],
      "sources" : [
        "Macros.swift"
      ],
      "target_dependencies" : [
        "AnandaMacrosProvider"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/nixzhu/Ananda.git
[1/736] Fetching ananda
[737/73027] Fetching ananda, swift-syntax
Fetched https://github.com/nixzhu/Ananda.git from cache (7.41s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.46s)
Computing version for https://github.com/nixzhu/Ananda.git
Computed https://github.com/nixzhu/Ananda.git at 1.2.0 (8.04s)
Fetching https://github.com/ibireme/yyjson.git
[1/4265] Fetching yyjson
Fetched https://github.com/ibireme/yyjson.git from cache (0.98s)
Computing version for https://github.com/ibireme/yyjson.git
Computed https://github.com/ibireme/yyjson.git at 0.12.0 (3.31s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (0.85s)
Creating working copy for https://github.com/ibireme/yyjson.git
Working copy of https://github.com/ibireme/yyjson.git resolved at 0.12.0
Creating working copy for https://github.com/nixzhu/Ananda.git
Working copy of https://github.com/nixzhu/Ananda.git resolved at 1.2.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Building for debugging...
[0/44] Write sources
[21/44] Compiling _SwiftSyntaxCShims PlatformMutex.c
[22/44] Write swift-version-24593BA9C3E375BF.txt
[24/54] Emitting module SwiftSyntax601
[24/54] Compiling yyjson.c
[26/59] Emitting module SwiftSyntax510
[27/59] Compiling SwiftSyntax510 Empty.swift
[28/60] Emitting module SwiftSyntax602
[29/60] Compiling SwiftSyntax602 Empty.swift
[30/61] Compiling SwiftSyntax601 Empty.swift
[32/62] Emitting module SwiftSyntax600
[33/62] Compiling SwiftSyntax600 Empty.swift
[35/63] Compiling SwiftSyntax509 Empty.swift
[37/63] Emitting module SwiftSyntax509
[38/64] Wrapping AST for SwiftSyntax602 for debugging
[39/64] Wrapping AST for SwiftSyntax510 for debugging
[40/64] Wrapping AST for SwiftSyntax601 for debugging
[42/64] Wrapping AST for SwiftSyntax600 for debugging
[43/64] Wrapping AST for SwiftSyntax509 for debugging
[45/127] Compiling Ananda AnandaPathItem.swift
[46/127] Compiling SwiftSyntax Identifier.swift
[47/127] Compiling SwiftSyntax MemoryLayout.swift
[48/127] Compiling SwiftSyntax MissingNodeInitializers.swift
[49/127] Compiling SwiftSyntax RawSyntax.swift
[50/127] Compiling SwiftSyntax RawSyntaxArena.swift
[51/127] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[52/127] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[53/127] Compiling SwiftSyntax RawSyntaxTokenView.swift
[54/127] Compiling SwiftSyntax SourceEdit.swift
[55/135] Compiling SwiftSyntax SourceLength.swift
[56/135] Compiling SwiftSyntax SourceLocation.swift
[57/135] Compiling SwiftSyntax SourcePresence.swift
[58/135] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[59/135] Compiling SwiftSyntax Syntax.swift
[60/135] Compiling SwiftSyntax SyntaxChildren.swift
[61/135] Compiling SwiftSyntax SyntaxCollection.swift
[62/135] Compiling SwiftSyntax SyntaxHashable.swift
[63/135] Compiling SwiftSyntax SyntaxIdentifier.swift
[64/135] Compiling SwiftSyntax AbsolutePosition.swift
[65/135] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[66/135] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[67/135] Compiling SwiftSyntax Assert.swift
[68/135] Compiling SwiftSyntax BumpPtrAllocator.swift
[69/135] Compiling SwiftSyntax CommonAncestor.swift
[70/135] Compiling SwiftSyntax Convenience.swift
[71/135] Compiling SwiftSyntax CustomTraits.swift
[72/135] Compiling SwiftSyntax EditorPlaceholder.swift
[73/135] Compiling Ananda AnandaValueExtractor.swift
[74/135] Compiling Ananda AnandaModel.swift
[75/135] Emitting module Ananda
[76/135] Compiling Ananda AnandaJSON.swift
[78/136] Emitting module SwiftSyntax
[78/136] Compiling yyjson.c
[80/141] Compiling SwiftSyntax SyntaxRewriter.swift
[81/141] Compiling SwiftSyntax SyntaxTraits.swift
[82/141] Compiling SwiftSyntax SyntaxVisitor.swift
[83/141] Compiling SwiftSyntax TokenKind.swift
[84/141] Compiling SwiftSyntax Tokens.swift
[85/141] Compiling SwiftSyntax TriviaPieces.swift
[86/141] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[87/141] Compiling SwiftSyntax RawSyntaxNodesC.swift
[88/141] Compiling SwiftSyntax RawSyntaxNodesD.swift
[89/141] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[90/141] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[91/141] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[92/141] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[93/141] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[94/141] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[95/141] Compiling SwiftSyntax RawSyntaxValidation.swift
[96/141] Compiling SwiftSyntax SyntaxNodesAB.swift
[97/141] Compiling Ananda AnandaPathItem.swift
/host/spi-builder-workspace/.build/checkouts/Ananda/Sources/Ananda/AnandaValueExtractor.swift:4:8: error: no such module 'JJLISO8601DateFormatter'
  2 |
  3 | #if !os(Linux)
  4 | import JJLISO8601DateFormatter
    |        `- error: no such module 'JJLISO8601DateFormatter'
  5 | #endif
  6 |
[98/141] Compiling Ananda AnandaValueExtractor.swift
/host/spi-builder-workspace/.build/checkouts/Ananda/Sources/Ananda/AnandaValueExtractor.swift:4:8: error: no such module 'JJLISO8601DateFormatter'
  2 |
  3 | #if !os(Linux)
  4 | import JJLISO8601DateFormatter
    |        `- error: no such module 'JJLISO8601DateFormatter'
  5 | #endif
  6 |
[99/141] Compiling Ananda AnandaModel.swift
/host/spi-builder-workspace/.build/checkouts/Ananda/Sources/Ananda/AnandaValueExtractor.swift:4:8: error: no such module 'JJLISO8601DateFormatter'
  2 |
  3 | #if !os(Linux)
  4 | import JJLISO8601DateFormatter
    |        `- error: no such module 'JJLISO8601DateFormatter'
  5 | #endif
  6 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[100/141] Emitting module Ananda
/host/spi-builder-workspace/.build/checkouts/Ananda/Sources/Ananda/AnandaValueExtractor.swift:4:8: error: no such module 'JJLISO8601DateFormatter'
  2 |
  3 | #if !os(Linux)
  4 | import JJLISO8601DateFormatter
    |        `- error: no such module 'JJLISO8601DateFormatter'
  5 | #endif
  6 |
[101/141] Compiling Ananda AnandaJSON.swift
/host/spi-builder-workspace/.build/checkouts/Ananda/Sources/Ananda/AnandaValueExtractor.swift:4:8: error: no such module 'JJLISO8601DateFormatter'
  2 |
  3 | #if !os(Linux)
  4 | import JJLISO8601DateFormatter
    |        `- error: no such module 'JJLISO8601DateFormatter'
  5 | #endif
  6 |
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/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:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
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/20] Write swift-version-24593BA9C3E375BF.txt
[2/35] Emitting module SwiftSyntax509
[3/35] Compiling SwiftSyntax601 Empty.swift
[4/35] Emitting module SwiftSyntax601
[6/36] Compiling Ananda AnandaPathItem.swift
/host/spi-builder-workspace/.build/checkouts/Ananda/Sources/Ananda/AnandaValueExtractor.swift:4:8: error: no such module 'JJLISO8601DateFormatter'
  2 |
  3 | #if !os(Linux)
  4 | import JJLISO8601DateFormatter
    |        `- error: no such module 'JJLISO8601DateFormatter'
  5 | #endif
  6 |
[7/40] Compiling Ananda AnandaValueExtractor.swift
/host/spi-builder-workspace/.build/checkouts/Ananda/Sources/Ananda/AnandaValueExtractor.swift:4:8: error: no such module 'JJLISO8601DateFormatter'
  2 |
  3 | #if !os(Linux)
  4 | import JJLISO8601DateFormatter
    |        `- error: no such module 'JJLISO8601DateFormatter'
  5 | #endif
  6 |
[8/40] Compiling Ananda AnandaModel.swift
/host/spi-builder-workspace/.build/checkouts/Ananda/Sources/Ananda/AnandaValueExtractor.swift:4:8: error: no such module 'JJLISO8601DateFormatter'
  2 |
  3 | #if !os(Linux)
  4 | import JJLISO8601DateFormatter
    |        `- error: no such module 'JJLISO8601DateFormatter'
  5 | #endif
  6 |
[9/40] Emitting module SwiftSyntax510
[10/40] Compiling SwiftSyntax510 Empty.swift
[11/41] Compiling SwiftSyntax509 Empty.swift
[12/42] Compiling SwiftSyntax600 Empty.swift
[13/42] Compiling SwiftSyntax602 Empty.swift
[14/42] Emitting module SwiftSyntax602
[15/42] Emitting module SwiftSyntax600
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/44] Emitting module Ananda
/host/spi-builder-workspace/.build/checkouts/Ananda/Sources/Ananda/AnandaValueExtractor.swift:4:8: error: no such module 'JJLISO8601DateFormatter'
  2 |
  3 | #if !os(Linux)
  4 | import JJLISO8601DateFormatter
    |        `- error: no such module 'JJLISO8601DateFormatter'
  5 | #endif
  6 |
[18/44] Compiling Ananda AnandaJSON.swift
/host/spi-builder-workspace/.build/checkouts/Ananda/Sources/Ananda/AnandaValueExtractor.swift:4:8: error: no such module 'JJLISO8601DateFormatter'
  2 |
  3 | #if !os(Linux)
  4 | import JJLISO8601DateFormatter
    |        `- error: no such module 'JJLISO8601DateFormatter'
  5 | #endif
  6 |
[20/44] Emitting module Ananda
BUILD FAILURE 6.1 wasm