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 main (3c9314), with Swift 6.1 for Wasm on 11 Aug 2025 12:59:53 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nixzhu/AnandaMacros.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/nixzhu/AnandaMacros
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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.1.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" : "601.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-3":/host -w "$PWD" 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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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/726] Fetching ananda
[727/72418] Fetching ananda, swift-syntax
Fetched https://github.com/nixzhu/Ananda.git from cache (0.67s)
[2151/71692] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (10.16s)
Computing version for https://github.com/nixzhu/Ananda.git
Computed https://github.com/nixzhu/Ananda.git at 1.1.0 (11.13s)
Fetching https://github.com/ibireme/yyjson.git
[1/4058] Fetching yyjson
Fetched https://github.com/ibireme/yyjson.git from cache (1.46s)
Computing version for https://github.com/ibireme/yyjson.git
Computed https://github.com/ibireme/yyjson.git at 0.11.1 (5.17s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.90s)
Creating working copy for https://github.com/ibireme/yyjson.git
Working copy of https://github.com/ibireme/yyjson.git resolved at 0.11.1
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
Building for debugging...
[0/40] Write sources
[19/40] Compiling _SwiftSyntaxCShims dummy.c
[20/40] Write swift-version-24593BA9C3E375BF.txt
[21/46] Compiling yyjson.c
[23/51] Emitting module SwiftSyntax510
[24/51] Compiling SwiftSyntax510 Empty.swift
[25/52] Emitting module SwiftSyntax600
[26/52] Compiling SwiftSyntax600 Empty.swift
[27/53] Emitting module SwiftSyntax509
[28/53] Compiling SwiftSyntax509 Empty.swift
[31/54] Wrapping AST for SwiftSyntax510 for debugging
[32/54] Wrapping AST for SwiftSyntax509 for debugging
[33/54] Wrapping AST for SwiftSyntax600 for debugging
[35/118] Compiling SwiftSyntax SyntaxNodeFactory.swift
[36/118] Compiling SwiftSyntax SyntaxNodeStructure.swift
[37/118] Compiling SwiftSyntax SyntaxProtocol.swift
[38/118] Compiling SwiftSyntax SyntaxText.swift
[39/118] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[40/118] Compiling SwiftSyntax TokenDiagnostic.swift
[41/118] Compiling SwiftSyntax TokenSequence.swift
[42/118] Compiling SwiftSyntax TokenSyntax.swift
[43/118] Compiling SwiftSyntax Trivia.swift
[44/126] Compiling SwiftSyntax SourcePresence.swift
[45/126] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[46/126] Compiling SwiftSyntax Syntax.swift
[47/126] Compiling SwiftSyntax SyntaxArena.swift
[48/126] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[49/126] Compiling SwiftSyntax SyntaxChildren.swift
[50/126] Compiling SwiftSyntax SyntaxCollection.swift
[51/126] Compiling SwiftSyntax SyntaxHashable.swift
[52/126] Compiling SwiftSyntax SyntaxIdentifier.swift
[53/126] Compiling Ananda AnandaPathItem.swift
[54/126] Compiling Ananda AnandaValueExtractor.swift
[55/126] Compiling Ananda AnandaModel.swift
[56/126] Compiling Ananda AnandaJSON.swift
[57/126] Emitting module Ananda
[58/126] Compiling SwiftSyntax AbsolutePosition.swift
[59/126] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[60/126] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[61/126] Compiling SwiftSyntax Assert.swift
[62/126] Compiling SwiftSyntax BumpPtrAllocator.swift
[63/126] Compiling SwiftSyntax CommonAncestor.swift
[64/126] Compiling SwiftSyntax Convenience.swift
[65/126] Compiling SwiftSyntax CustomTraits.swift
[66/126] Compiling SwiftSyntax Identifier.swift
[67/126] Compiling SwiftSyntax MemoryLayout.swift
[68/126] Compiling SwiftSyntax MissingNodeInitializers.swift
[69/126] Compiling SwiftSyntax RawSyntax.swift
[70/126] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[71/126] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[72/126] Compiling SwiftSyntax RawSyntaxTokenView.swift
[73/126] Compiling SwiftSyntax SourceEdit.swift
[74/126] Compiling SwiftSyntax SourceLength.swift
[75/126] Compiling SwiftSyntax SourceLocation.swift
[76/127] Compiling yyjson.c
[78/132] Emitting module SwiftSyntax
error: emit-module command failed with exit code 1 (use -v to see invocation)
[79/132] 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 |
[80/132] 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 |
[81/132] 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 |
[82/132] 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 |
[83/132] 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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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/18] Write swift-version-24593BA9C3E375BF.txt
[2/34] Emitting module SwiftSyntax509
[3/34] Emitting module SwiftSyntax600
[4/34] Compiling SwiftSyntax600 Empty.swift
[5/35] 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 |
[6/35] Compiling SwiftSyntax509 Empty.swift
[7/36] Emitting module SwiftSyntax510
[8/36] Compiling SwiftSyntax510 Empty.swift
[9/37] 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 |
[11/37] Emitting module Ananda
error: emit-module command failed with exit code 1 (use -v to see invocation)
/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 |
[14/35] 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 |
[15/35] 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 |
[17/35] Compiling Ananda AnandaPathItem.swift
BUILD FAILURE 6.1 wasm