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 swift-graphql, reference 5.1.3 (24a446), with Swift 6.1 for Wasm on 29 May 2025 09:07:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maticzav/swift-graphql.git
Reference: 5.1.3
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/maticzav/swift-graphql
 * tag               5.1.3      -> FETCH_HEAD
HEAD is now at 24a4462 Improve code generation (#204)
Cloned https://github.com/maticzav/swift-graphql.git
Revision (git rev-parse @):
24a4462a76442256ec88db2bf424fa39776b66ba
SUCCESS checkout https://github.com/maticzav/swift-graphql.git at 5.1.3
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/maticzav/swift-graphql.git
https://github.com/maticzav/swift-graphql.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-format",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "508.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-format"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "starscream",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.5",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/daltoniam/Starscream.git"
    },
    {
      "identity" : "spinner",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dominicegginton/Spinner"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Files"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    }
  ],
  "manifest_display_name" : "swift-graphql",
  "name" : "swift-graphql",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftGraphQL",
      "targets" : [
        "SwiftGraphQL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftGraphQLClient",
      "targets" : [
        "SwiftGraphQLClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftGraphQLCodegen",
      "targets" : [
        "SwiftGraphQLCodegen"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swift-graphql",
      "targets" : [
        "SwiftGraphQLCLI"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "GraphQL",
      "targets" : [
        "GraphQL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GraphQLAST",
      "targets" : [
        "GraphQLAST"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GraphQLWebSocket",
      "targets" : [
        "GraphQLWebSocket"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftGraphQLUtils",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGraphQLUtils",
      "path" : "Sources/SwiftGraphQLUtils",
      "product_memberships" : [
        "SwiftGraphQL",
        "SwiftGraphQLClient",
        "SwiftGraphQLCodegen",
        "swift-graphql"
      ],
      "sources" : [
        "Extensions/String+Case.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftGraphQLTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGraphQLTests",
      "path" : "Tests",
      "product_dependencies" : [
        "Files"
      ],
      "sources" : [
        "GraphQLASTTests/ASTIntrospectionTests.swift",
        "GraphQLASTTests/ASTTests.swift",
        "GraphQLASTTests/ASTTypeRef+InvertedTests.swift",
        "GraphQLASTTests/ASTTypeRefTests.swift",
        "GraphQLASTTests/ASTTypeTests.swift",
        "GraphQLASTTests/ASTValueTests.swift",
        "GraphQLTests/AnyCodable/AnyCodableTests.swift",
        "GraphQLTests/AnyCodable/AnyDecodableTests.swift",
        "GraphQLTests/AnyCodable/AnyEncodableTests.swift",
        "GraphQLTests/ExecutionTests.swift",
        "GraphQLWebSocketTests/ClientTests.swift",
        "SwiftGraphQLClientTests/AsyncClientTests.swift.swift",
        "SwiftGraphQLClientTests/Exchanges/CacheExchangeTests.swift",
        "SwiftGraphQLClientTests/Exchanges/ComposeExchangeTests.swift",
        "SwiftGraphQLClientTests/Exchanges/DedupExchangeTests.swift",
        "SwiftGraphQLClientTests/Exchanges/FallbackExchangeTests.swift",
        "SwiftGraphQLClientTests/Exchanges/FetchExchangeTests.swift",
        "SwiftGraphQLClientTests/Exchanges/WebSocketExchangeTests.swift",
        "SwiftGraphQLClientTests/Extensions/Publishers+ExtensionsTests.swift",
        "SwiftGraphQLClientTests/Utils/MockClient.swift",
        "SwiftGraphQLClientTests/XCTest+Helpers.swift",
        "SwiftGraphQLCodegenTests/Extensions/Context+Extensions.swift",
        "SwiftGraphQLCodegenTests/Generator/EnumTests.swift",
        "SwiftGraphQLCodegenTests/Generator/FieldTests.swift",
        "SwiftGraphQLCodegenTests/Generator/InputObjectTests.swift",
        "SwiftGraphQLCodegenTests/Integration/API.swift",
        "SwiftGraphQLCodegenTests/Integration/Scalars.swift",
        "SwiftGraphQLCodegenTests/Integration/Selection.swift",
        "SwiftGraphQLCodegenTests/Utils/TestSnapshot.swift",
        "SwiftGraphQLTests/Integration/HTTPTests.swift",
        "SwiftGraphQLTests/Selection/SelectionDecodingTests.swift",
        "SwiftGraphQLTests/Selection/SelectionEncodingTests.swift",
        "SwiftGraphQLTests/Serialization/DocumentTests.swift",
        "SwiftGraphQLTests/Serialization/OptionalArgumentTest.swift",
        "SwiftGraphQLUtilsTests/Extensions/String+CaseTests.swift"
      ],
      "target_dependencies" : [
        "GraphQL",
        "GraphQLAST",
        "GraphQLWebSocket",
        "SwiftGraphQLCodegen",
        "SwiftGraphQL",
        "SwiftGraphQLClient",
        "SwiftGraphQLUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftGraphQLCodegen",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGraphQLCodegen",
      "path" : "Sources/SwiftGraphQLCodegen",
      "product_dependencies" : [
        "SwiftFormat",
        "SwiftFormatConfiguration"
      ],
      "product_memberships" : [
        "SwiftGraphQLCodegen",
        "swift-graphql"
      ],
      "sources" : [
        "Context.swift",
        "Error.swift",
        "Extensions/Collection+Extensions.swift",
        "Extensions/Schema+Extensions.swift",
        "Extensions/String+Extensions.swift",
        "Generator.swift",
        "Generator/Codable.swift",
        "Generator/Enum.swift",
        "Generator/Field.swift",
        "Generator/Fragments.swift",
        "Generator/InputObject.swift",
        "Generator/Interface.swift",
        "Generator/Object.swift",
        "Generator/Operation.swift",
        "Generator/Scalar.swift",
        "Generator/Union.swift"
      ],
      "target_dependencies" : [
        "GraphQLAST",
        "SwiftGraphQLUtils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftGraphQLClient",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGraphQLClient",
      "path" : "Sources/SwiftGraphQLClient",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "SwiftGraphQLClient"
      ],
      "sources" : [
        "Client/Config.swift",
        "Client/Core.swift",
        "Client/Operation.swift",
        "Client/Selection.swift",
        "Client/Spec.swift",
        "Exchange.swift",
        "Exchanges/AuthExchange.swift",
        "Exchanges/CacheExchange.swift",
        "Exchanges/ComposeExchange.swift",
        "Exchanges/DebugExchange.swift",
        "Exchanges/DedupExchange.swift",
        "Exchanges/ErrorExchange.swift",
        "Exchanges/ExtensionsExchange.swift",
        "Exchanges/FallbackExchange.swift",
        "Exchanges/FetchExchange.swift",
        "Exchanges/WebSocketExchange.swift",
        "Extensions/Publishers+Extensions.swift",
        "Extensions/Selection+Extensions.swift"
      ],
      "target_dependencies" : [
        "GraphQL",
        "GraphQLWebSocket",
        "SwiftGraphQL"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftGraphQLCLI",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGraphQLCLI",
      "path" : "Sources/SwiftGraphQLCLI",
      "product_dependencies" : [
        "ArgumentParser",
        "Files",
        "Spinner",
        "Yams"
      ],
      "product_memberships" : [
        "swift-graphql"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftGraphQLCodegen"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftGraphQL",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGraphQL",
      "path" : "Sources/SwiftGraphQL",
      "product_memberships" : [
        "SwiftGraphQL",
        "SwiftGraphQLClient"
      ],
      "sources" : [
        "Document/Argument.swift",
        "Document/Field.swift",
        "Document/Scalar.swift",
        "Extensions/CodingKey+Typename.swift",
        "Extensions/Collection+UniqueBy.swift",
        "Extensions/Int+Hash.swift",
        "Extensions/String+Indent.swift",
        "HTTP.swift",
        "Selection/Operation.swift",
        "Selection/Selection+Codable.swift",
        "Selection/Selection+Transform.swift",
        "Selection/Selection+Utils.swift",
        "Selection/Selection.swift",
        "Serialization/Document.swift",
        "Serialization/OptionalArgument.swift",
        "WS.swift"
      ],
      "target_dependencies" : [
        "GraphQL",
        "SwiftGraphQLUtils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GraphQLWebSocket",
      "module_type" : "SwiftTarget",
      "name" : "GraphQLWebSocket",
      "path" : "Sources/GraphQLWebSocket",
      "product_dependencies" : [
        "Logging",
        "Starscream"
      ],
      "product_memberships" : [
        "SwiftGraphQLClient",
        "GraphQLWebSocket"
      ],
      "sources" : [
        "Client.swift",
        "Config.swift",
        "Extensions/WebSocket+Extensions.swift",
        "Spec.swift"
      ],
      "target_dependencies" : [
        "GraphQL"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GraphQLAST",
      "module_type" : "SwiftTarget",
      "name" : "GraphQLAST",
      "path" : "Sources/GraphQLAST",
      "product_memberships" : [
        "SwiftGraphQLCodegen",
        "swift-graphql",
        "GraphQLAST"
      ],
      "sources" : [
        "Errors.swift",
        "Introspection.swift",
        "InvertedTypeRef.swift",
        "Schema.swift",
        "Type.swift",
        "TypeRef.swift",
        "Value.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GraphQL",
      "module_type" : "SwiftTarget",
      "name" : "GraphQL",
      "path" : "Sources/GraphQL",
      "product_memberships" : [
        "SwiftGraphQL",
        "SwiftGraphQLClient",
        "GraphQL",
        "GraphQLWebSocket"
      ],
      "sources" : [
        "AnyCodable/AnyCodable.swift",
        "AnyCodable/AnyDecodable.swift",
        "AnyCodable/AnyEncodable.swift",
        "Error.swift",
        "Execution.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 -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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-format
Fetching https://github.com/dominicegginton/Spinner
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/daltoniam/Starscream.git
Fetching https://github.com/JohnSundell/Files
Fetching https://github.com/apple/swift-log.git
[1/1236] Fetching files
[545/6269] Fetching files, starscream
[1791/7236] Fetching files, starscream, spinner
[2721/19399] Fetching files, starscream, spinner, swift-format
[3629/23235] Fetching files, starscream, spinner, swift-format, swift-log
[8822/33892] Fetching files, starscream, spinner, swift-format, swift-log, yams
Fetched https://github.com/apple/swift-log.git from cache (0.69s)
Fetched https://github.com/daltoniam/Starscream.git from cache (0.69s)
Fetched https://github.com/apple/swift-format from cache (0.70s)
Fetched https://github.com/dominicegginton/Spinner from cache (0.70s)
[7844/11893] Fetching files, yams
Fetching https://github.com/apple/swift-argument-parser
[11894/27272] Fetching files, yams, swift-argument-parser
Fetched https://github.com/JohnSundell/Files from cache (2.00s)
[18962/26036] Fetching yams, swift-argument-parser
Fetched https://github.com/jpsim/Yams.git from cache (2.04s)
[12304/15379] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.95s)
Computing version for https://github.com/apple/swift-format
Computed https://github.com/apple/swift-format at 509.0.0 (3.19s)
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-markdown.git
[1/6755] Fetching swift-markdown
[6756/77207] Fetching swift-markdown, swift-syntax
Fetched https://github.com/apple/swift-markdown.git from cache (4.30s)
Fetched https://github.com/apple/swift-syntax.git from cache (4.35s)
Computing version for https://github.com/dominicegginton/Spinner
Computed https://github.com/dominicegginton/Spinner at 2.1.0 (5.88s)
Fetching https://github.com/IBM-Swift/BlueSignals.git
Fetching https://github.com/dominicegginton/Nanoseconds
Fetching https://github.com/onevcat/Rainbow
[1/201] Fetching nanoseconds
[202/1397] Fetching nanoseconds, rainbow
[1398/2078] Fetching nanoseconds, rainbow, bluesignals
Fetched https://github.com/dominicegginton/Nanoseconds from cache (0.41s)
Fetched https://github.com/onevcat/Rainbow from cache (0.41s)
Fetched https://github.com/IBM-Swift/BlueSignals.git from cache (0.41s)
Computing version for https://github.com/dominicegginton/Nanoseconds
Computed https://github.com/dominicegginton/Nanoseconds at 1.1.3 (1.31s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (2.11s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 4.0.8 (0.51s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (0.66s)
Computing version for https://github.com/apple/swift-markdown.git
Computed https://github.com/apple/swift-markdown.git at 0.6.0 (0.62s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18065] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (0.94s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.6.0 (1.52s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 4.2.0 (0.68s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.59s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.55s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.48s)
Computing version for https://github.com/IBM-Swift/BlueSignals.git
Computed https://github.com/IBM-Swift/BlueSignals.git at 1.0.200 (0.47s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.1
Creating working copy for https://github.com/dominicegginton/Nanoseconds
Working copy of https://github.com/dominicegginton/Nanoseconds resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-markdown.git
Working copy of https://github.com/apple/swift-markdown.git resolved at 0.6.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/swiftlang/swift-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git resolved at 0.6.0
Creating working copy for https://github.com/IBM-Swift/BlueSignals.git
Working copy of https://github.com/IBM-Swift/BlueSignals.git resolved at 1.0.200
Creating working copy for https://github.com/JohnSundell/Files
Working copy of https://github.com/JohnSundell/Files resolved at 4.2.0
Creating working copy for https://github.com/dominicegginton/Spinner
Working copy of https://github.com/dominicegginton/Spinner resolved at 2.1.0
Creating working copy for https://github.com/apple/swift-format
Working copy of https://github.com/apple/swift-format resolved at 509.0.0
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
Creating working copy for https://github.com/daltoniam/Starscream.git
Working copy of https://github.com/daltoniam/Starscream.git resolved at 4.0.8
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
warning: 'starscream': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Info.plist
[1/1] Compiling plugin Lint Source Code
[2/2] Compiling plugin Format Source Code
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/98] Write sources
[5/98] Compiling cmark-gfm-extensions strikethrough.c
[6/98] Compiling cmark-gfm-extensions ext_scanners.c
[7/98] Compiling cmark-gfm-extensions tagfilter.c
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:22:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   22 | CMARK_DEFINE_ONCE(registered);
      | ^
      | int
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:22:19: error: a parameter list without types is only allowed in a function definition
   22 | CMARK_DEFINE_ONCE(registered);
      |                   ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:30:3: error: call to undeclared function 'CMARK_RUN_ONCE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   30 |   CMARK_RUN_ONCE(registered, register_plugins);
      |   ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:30:18: error: use of undeclared identifier 'registered'
   30 |   CMARK_RUN_ONCE(registered, register_plugins);
      |                  ^
4 errors generated.
[8/98] Compiling cmark-gfm-extensions core-extensions.c
[8/98] Compiling cmark-gfm-extensions tasklist.c
[8/98] Compiling cmark-gfm xml.c
[8/98] Compiling cmark-gfm syntax_extension.c
[8/98] Compiling cmark-gfm utf8.c
[8/98] Compiling cmark-gfm-extensions autolink.c
[8/98] Compiling cmark-gfm-extensions table.c
[8/98] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'starscream': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Info.plist
[0/1] Planning build
[1/1] Compiling plugin Lint Source Code
[2/2] Compiling plugin Format Source Code
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/93] Write sources
[3/93] Copying PrivacyInfo.xcprivacy
[3/93] Write sources
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:22:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   22 | CMARK_DEFINE_ONCE(registered);
      | ^
      | int
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:22:19: error: a parameter list without types is only allowed in a function definition
   22 | CMARK_DEFINE_ONCE(registered);
      |                   ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:30:3: error: call to undeclared function 'CMARK_RUN_ONCE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   30 |   CMARK_RUN_ONCE(registered, register_plugins);
      |   ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:30:18: error: use of undeclared identifier 'registered'
   30 |   CMARK_RUN_ONCE(registered, register_plugins);
      |                  ^
4 errors generated.
[24/93] Compiling cmark-gfm-extensions core-extensions.c
[24/93] Compiling cmark-gfm-extensions autolink.c
[24/93] Compiling cmark-gfm xml.c
[24/93] Compiling cmark-gfm syntax_extension.c
[24/93] Compiling cmark-gfm-extensions table.c
[24/93] Compiling cmark-gfm utf8.c
[24/93] Compiling cmark-gfm-extensions tasklist.c
[24/93] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm