The Swift Package Index logo.Swift Package Index

Build Information

Failed to build VectorPlus, reference 0.5.0 (ca549e), with Swift 6.1 for Wasm on 20 Feb 2026 01:21:03 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/richardpiazza/VectorPlus.git
Reference: 0.5.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/richardpiazza/VectorPlus
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at ca549e3 Added Platform Builds (#11)
Cloned https://github.com/richardpiazza/VectorPlus.git
Revision (git rev-parse @):
ca549e38620f2db9e004c5bb71c2720df36ae276
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/VectorPlus.git at 0.5.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/richardpiazza/VectorPlus.git
https://github.com/richardpiazza/VectorPlus.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.2.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-testing.git"
    },
    {
      "identity" : "swiftsvg",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/SwiftSVG.git"
    },
    {
      "identity" : "swiftcolor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/SwiftColor.git"
    },
    {
      "identity" : "shellout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/ShellOut.git"
    }
  ],
  "manifest_display_name" : "VectorPlus",
  "name" : "VectorPlus",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "vector-plus",
      "targets" : [
        "vector-plus"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "VectorPlus",
      "targets" : [
        "VectorPlus"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "vector_plus",
      "module_type" : "SwiftTarget",
      "name" : "vector-plus",
      "path" : "Sources/vector-plus",
      "product_dependencies" : [
        "SwiftSVG",
        "ArgumentParser",
        "ShellOut"
      ],
      "product_memberships" : [
        "vector-plus"
      ],
      "sources" : [
        "Convert.swift",
        "Extensions/FileManager+Executable.swift",
        "Inspect.swift",
        "Preview.swift",
        "Render.swift",
        "vectorplus.swift"
      ],
      "target_dependencies" : [
        "VectorPlus"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "VectorPlusTests",
      "module_type" : "SwiftTarget",
      "name" : "VectorPlusTests",
      "path" : "Tests/VectorPlusTests",
      "product_dependencies" : [
        "SwiftSVG",
        "Testing"
      ],
      "sources" : [
        "InstructionTranslationTests.swift",
        "VectorPlusTests.swift"
      ],
      "target_dependencies" : [
        "vector-plus",
        "VectorPlus"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VectorPlus",
      "module_type" : "SwiftTarget",
      "name" : "VectorPlus",
      "path" : "Sources/VectorPlus",
      "product_dependencies" : [
        "SwiftSVG",
        "SwiftColor"
      ],
      "product_memberships" : [
        "vector-plus",
        "VectorPlus"
      ],
      "sources" : [
        "AppKit/SVG+NSImage.swift",
        "CoreGraphics/CGContext+Render.swift",
        "CoreGraphics/CGMutablePath+Instruction.swift",
        "CoreGraphics/Fill+CoreGraphics.swift",
        "CoreGraphics/SVG+CGPath.swift",
        "CoreGraphics/Stroke+CoreGraphics.swift",
        "Fill+VectorPlus.swift",
        "Path+VectorPlus.swift",
        "Path.Command+VectorPlus.swift",
        "Pigment+VectorPlus.swift",
        "Point+VectorPlus.swift",
        "Rect+VectorPlus.swift",
        "SVG+AppleSymbols.swift",
        "SVG+Template.swift",
        "Size+VectorPlus.swift",
        "Stroke+VectorPlus.swift",
        "SwiftUI/SVG+Example.swift",
        "SwiftUI/SVGView.swift",
        "SwiftUI/SwiftUI.Color+VectorPlus.swift",
        "SwiftUI/SwiftUI.Path+VectorPlus.swift",
        "Template+UIImageView.swift",
        "UIKit/SVG+UIImage.swift",
        "UIKit/SVGImageView.swift",
        "VectorPoint.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/richardpiazza/SwiftColor.git
Fetching https://github.com/richardpiazza/SwiftSVG.git
Fetching https://github.com/swiftlang/swift-testing.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/193] Fetching swiftcolor
[148/836] Fetching swiftcolor, swiftsvg
[258/1816] Fetching swiftcolor, swiftsvg, shellout
Fetched https://github.com/richardpiazza/SwiftColor.git from cache (0.35s)
[1624/18782] Fetching swiftsvg, shellout, swift-argument-parser
Fetched https://github.com/richardpiazza/SwiftSVG.git from cache (0.37s)
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.37s)
[344/17159] Fetching swift-argument-parser
[4463/51172] Fetching swift-argument-parser, swift-testing
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.10s)
[29592/34013] Fetching swift-testing
Fetched https://github.com/swiftlang/swift-testing.git from cache (1.93s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (4.38s)
Computing version for https://github.com/richardpiazza/SwiftColor.git
Computed https://github.com/richardpiazza/SwiftColor.git at 0.3.2 (0.57s)
Computing version for https://github.com/richardpiazza/SwiftSVG.git
Computed https://github.com/richardpiazza/SwiftSVG.git at 0.12.0 (0.60s)
Fetching https://github.com/richardpiazza/Swift2D.git
Fetching https://github.com/CoreOffice/XMLCoder.git
[1/300] Fetching swift2d
[301/10382] Fetching swift2d, xmlcoder
Fetched https://github.com/richardpiazza/Swift2D.git from cache (0.49s)
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (0.50s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (1.15s)
Computing version for https://github.com/richardpiazza/Swift2D.git
Computed https://github.com/richardpiazza/Swift2D.git at 2.2.1 (0.52s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.18.0 (2.60s)
Computing version for https://github.com/swiftlang/swift-testing.git
Computed https://github.com/swiftlang/swift-testing.git at 6.2.3 (1.37s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/74303] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.51s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (9.89s)
Creating working copy for https://github.com/richardpiazza/SwiftColor.git
Working copy of https://github.com/richardpiazza/SwiftColor.git resolved at 0.3.2
Creating working copy for https://github.com/swiftlang/swift-testing.git
Working copy of https://github.com/swiftlang/swift-testing.git resolved at 6.2.3
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
Creating working copy for https://github.com/CoreOffice/XMLCoder.git
Working copy of https://github.com/CoreOffice/XMLCoder.git resolved at 0.18.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.0
Creating working copy for https://github.com/richardpiazza/SwiftSVG.git
Working copy of https://github.com/richardpiazza/SwiftSVG.git resolved at 0.12.0
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/richardpiazza/Swift2D.git
Working copy of https://github.com/richardpiazza/Swift2D.git resolved at 2.2.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/21] Write sources
[10/21] Write swift-version-24593BA9C3E375BF.txt
[12/88] Compiling Swift2D Size.swift
[13/88] Compiling SwiftColor Pigment+Hex.swift
[14/88] Compiling XMLCoder FloatBox.swift
[15/88] Compiling XMLCoder IntBox.swift
[16/88] Compiling XMLCoder KeyedBox.swift
[17/88] Compiling XMLCoder NullBox.swift
[18/88] Compiling XMLCoder SharedBox.swift
[19/88] Compiling XMLCoder SingleKeyedBox.swift
[20/94] Compiling Swift2D Rect.swift
[21/94] Compiling ArgumentParserToolInfo ToolInfo.swift
[22/94] Emitting module ArgumentParserToolInfo
[23/95] Wrapping AST for ArgumentParserToolInfo for debugging
[25/141] Compiling ArgumentParser Foundation.swift
[26/141] Compiling ArgumentParser Mutex.swift
[27/141] Compiling ArgumentParser Platform.swift
[28/141] Compiling ArgumentParser SequenceExtensions.swift
[29/141] Compiling ArgumentParser StringExtensions.swift
[30/141] Compiling ArgumentParser SwiftExtensions.swift
[31/147] Emitting module Swift2D
[32/147] Compiling Swift2D Point+CoreGraphics.swift
[33/147] Compiling ArgumentParser InputOrigin.swift
[34/147] Compiling ArgumentParser Name.swift
[35/147] Compiling ArgumentParser Parsed.swift
[36/147] Compiling ArgumentParser ParsedValues.swift
[37/147] Compiling ArgumentParser ParserError.swift
[38/147] Compiling ArgumentParser SplitArguments.swift
[39/147] Compiling ArgumentParser DumpHelpGenerator.swift
[40/147] Compiling ArgumentParser HelpCommand.swift
[41/147] Compiling ArgumentParser HelpGenerator.swift
[42/147] Compiling ArgumentParser MessageInfo.swift
[43/147] Compiling ArgumentParser UsageGenerator.swift
[44/147] Compiling ArgumentParser CollectionExtensions.swift
[45/147] Compiling SwiftColor Pigment+SwiftUI.swift
[46/147] Compiling SwiftColor Pigment+UIKit.swift
[47/148] Compiling ArgumentParser Argument.swift
[48/148] Compiling ArgumentParser ArgumentDiscussion.swift
[49/148] Compiling SwiftColor Pigment+String.swift
[50/148] Compiling ArgumentParser ArgumentHelp.swift
/host/spi-builder-workspace/.build/checkouts/SwiftColor/Sources/SwiftColor/Pigment+Hex.swift:134:33: error: integer literal '4278190080' overflows when stored into 'Int'
132 |         hex: Int
133 |     ) -> (red: Double, green: Double, blue: Double, alpha: Double) {
134 |         let red = Double((hex & 0xFF00_0000) >> 24) / 255.0
    |                                 `- error: integer literal '4278190080' overflows when stored into 'Int'
135 |         let green = Double((hex & 0x00FF_0000) >> 16) / 255.0
136 |         let blue = Double((hex & 0x0000_FF00) >> 8) / 255.0
[51/148] Compiling ArgumentParser ArgumentVisibility.swift
/host/spi-builder-workspace/.build/checkouts/SwiftColor/Sources/SwiftColor/Pigment+Hex.swift:134:33: error: integer literal '4278190080' overflows when stored into 'Int'
132 |         hex: Int
133 |     ) -> (red: Double, green: Double, blue: Double, alpha: Double) {
134 |         let red = Double((hex & 0xFF00_0000) >> 24) / 255.0
    |                                 `- error: integer literal '4278190080' overflows when stored into 'Int'
135 |         let green = Double((hex & 0x00FF_0000) >> 16) / 255.0
136 |         let blue = Double((hex & 0x0000_FF00) >> 8) / 255.0
[52/148] Compiling ArgumentParser FishCompletionsGenerator.swift
[53/148] Compiling ArgumentParser ZshCompletionsGenerator.swift
[54/148] Compiling ArgumentParser BashCompletionsGenerator.swift
[55/148] Compiling ArgumentParser CompletionsGenerator.swift
[56/148] Emitting module SwiftColor
[57/148] Emitting module XMLCoder
[58/148] Compiling Swift2D Size+CoreGraphics.swift
[66/148] Compiling ArgumentParser Tree.swift
[67/148] Compiling ArgumentParser CodingKeyValidator.swift
[68/148] Compiling ArgumentParser NonsenseFlagsValidator.swift
[69/148] Compiling ArgumentParser ParsableArgumentsValidation.swift
[70/148] Compiling ArgumentParser PositionalArgumentsValidator.swift
[71/148] Compiling ArgumentParser UniqueNamesValidator.swift
[72/148] Compiling Swift2D Point.swift
[73/148] Compiling Swift2D Rect+CoreGraphics.swift
[75/149] Compiling SwiftColor Pigment.swift
[76/149] Compiling ArgumentParser ParentCommand.swift
[77/149] Compiling ArgumentParser AsyncParsableCommand.swift
[78/149] Compiling ArgumentParser CommandConfiguration.swift
[79/149] Compiling ArgumentParser CommandGroup.swift
[80/149] Compiling ArgumentParser EnumerableFlag.swift
[81/149] Compiling ArgumentParser ExpressibleByArgument.swift
[88/149] Compiling ArgumentParser ParsableArguments.swift
[89/149] Compiling ArgumentParser ParsableCommand.swift
[90/149] Compiling ArgumentParser ArgumentDecoder.swift
[91/149] Compiling ArgumentParser ArgumentDefinition.swift
[92/149] Compiling ArgumentParser ArgumentSet.swift
[93/149] Compiling ArgumentParser CommandParser.swift
[94/149] Compiling ArgumentParser InputKey.swift
[95/150] Wrapping AST for Swift2D for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/13] Write swift-version-24593BA9C3E375BF.txt
[4/80] Compiling SwiftColor Pigment+UIKit.swift
[5/81] Compiling SwiftColor Pigment+SwiftUI.swift
[6/81] Compiling Swift2D Rect+CoreGraphics.swift
[7/81] Compiling Swift2D Point+CoreGraphics.swift
[8/81] Compiling Swift2D Size.swift
[9/81] Emitting module Swift2D
[10/81] Compiling Swift2D Size+CoreGraphics.swift
[11/81] Compiling SwiftColor Pigment.swift
[12/81] Emitting module SwiftColor
[13/81] Compiling XMLCoder Attribute.swift
[14/81] Compiling XMLCoder BoolBox.swift
[15/81] Compiling XMLCoder Box.swift
[16/81] Compiling XMLCoder ChoiceBox.swift
[17/81] Compiling SwiftColor Pigment+String.swift
[18/81] Compiling Swift2D Point.swift
[19/81] Compiling Swift2D Rect.swift
[20/82] Compiling XMLCoder StringBox.swift
[21/82] Compiling XMLCoder UIntBox.swift
[22/82] Compiling XMLCoder URLBox.swift
[23/82] Compiling XMLCoder UnkeyedBox.swift
[24/82] Compiling XMLCoder ValueBox.swift
[25/82] Compiling XMLCoder Element.swift
[26/82] Compiling XMLCoder ElementAndAttribute.swift
[27/82] Compiling XMLCoder ISO8601DateFormatter.swift
[28/82] Compiling XMLCoder KeyedStorage.swift
[29/82] Compiling XMLCoder Metatypes.swift
[30/82] Compiling XMLCoder String+Extensions.swift
[31/82] Compiling XMLCoder Utils.swift
[32/82] Compiling XMLCoder XMLChoiceCodingKey.swift
[37/88] Compiling XMLCoder DataBox.swift
[38/88] Compiling XMLCoder DateBox.swift
[39/88] Compiling XMLCoder DecimalBox.swift
[40/88] Compiling XMLCoder DoubleBox.swift
[41/88] Compiling XMLCoder FloatBox.swift
[42/88] Compiling XMLCoder IntBox.swift
[43/88] Compiling XMLCoder KeyedBox.swift
[44/88] Compiling XMLCoder NullBox.swift
[45/88] Compiling XMLCoder SharedBox.swift
[46/88] Compiling XMLCoder SingleKeyedBox.swift
[48/88] Emitting module XMLCoder
/host/spi-builder-workspace/.build/checkouts/SwiftColor/Sources/SwiftColor/Pigment+Hex.swift:134:33: error: integer literal '4278190080' overflows when stored into 'Int'
132 |         hex: Int
133 |     ) -> (red: Double, green: Double, blue: Double, alpha: Double) {
134 |         let red = Double((hex & 0xFF00_0000) >> 24) / 255.0
    |                                 `- error: integer literal '4278190080' overflows when stored into 'Int'
135 |         let green = Double((hex & 0x00FF_0000) >> 16) / 255.0
136 |         let blue = Double((hex & 0x0000_FF00) >> 8) / 255.0
/host/spi-builder-workspace/.build/checkouts/SwiftColor/Sources/SwiftColor/Pigment+Hex.swift:134:33: error: integer literal '4278190080' overflows when stored into 'Int'
132 |         hex: Int
133 |     ) -> (red: Double, green: Double, blue: Double, alpha: Double) {
134 |         let red = Double((hex & 0xFF00_0000) >> 24) / 255.0
    |                                 `- error: integer literal '4278190080' overflows when stored into 'Int'
135 |         let green = Double((hex & 0x00FF_0000) >> 16) / 255.0
136 |         let blue = Double((hex & 0x0000_FF00) >> 8) / 255.0
[53/88] Compiling ArgumentParserToolInfo ToolInfo.swift
[54/88] Emitting module ArgumentParserToolInfo
[56/89] Compiling XMLCoder XMLKeyedDecodingContainer.swift
[57/89] Compiling XMLCoder XMLUnkeyedDecodingContainer.swift
[58/89] Compiling XMLCoder DynamicNodeEncoding.swift
[59/89] Compiling XMLCoder EncodingErrorExtension.swift
[60/89] Compiling XMLCoder SingleValueEncodingContainer.swift
[61/89] Compiling XMLCoder XMLChoiceEncodingContainer.swift
[62/89] Compiling XMLCoder XMLCoderElement.swift
[63/89] Compiling XMLCoder XMLDocumentType.swift
[64/89] Compiling XMLCoder XMLHeader.swift
[65/89] Compiling XMLCoder XMLKey.swift
[66/89] Compiling XMLCoder XMLStackParser.swift
[67/89] Compiling XMLCoder DecodingErrorExtension.swift
[68/89] Compiling XMLCoder DynamicNodeDecoding.swift
[69/89] Compiling XMLCoder SingleValueDecodingContainer.swift
[70/89] Compiling XMLCoder XMLChoiceDecodingContainer.swift
[71/89] Compiling XMLCoder XMLDecoder.swift
[72/89] Compiling XMLCoder XMLDecoderImplementation.swift
[73/89] Compiling XMLCoder XMLDecodingStorage.swift
[74/89] Compiling XMLCoder XMLEncoder.swift
[75/89] Compiling XMLCoder XMLEncoderImplementation.swift
[76/89] Compiling XMLCoder XMLEncodingStorage.swift
[77/89] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[78/89] Compiling XMLCoder XMLReferencingEncoder.swift
[79/89] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[80/89] Wrapping AST for Swift2D for debugging
BUILD FAILURE 6.1 wasm