The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftGodotBuilder, reference v1.3.4 (3a56da), with Swift 6.1 for Wasm on 24 Dec 2025 07:12:35 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/johnsusek/SwiftGodotBuilder.git
Reference: v1.3.4
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/johnsusek/SwiftGodotBuilder
 * tag               v1.3.4     -> FETCH_HEAD
HEAD is now at 3a56daf Add selection to Actors. Add additional UI components from Godot. Use mdfind to locate godot
Cloned https://github.com/johnsusek/SwiftGodotBuilder.git
Revision (git rev-parse @):
3a56daf2c220a898d7b7b88b2820ec290a654ed4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/johnsusek/SwiftGodotBuilder.git at v1.3.4
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/johnsusek/SwiftGodotBuilder.git
https://github.com/johnsusek/SwiftGodotBuilder.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "swiftgodot",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/migueldeicaza/SwiftGodot"
    }
  ],
  "manifest_display_name" : "SwiftGodotBuilder",
  "name" : "SwiftGodotBuilder",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftGodotBuilder",
      "targets" : [
        "SwiftGodotBuilder"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "GenNodeApi",
      "targets" : [
        "GenNodeApi"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "GenLDEnums",
      "targets" : [
        "GenLDEnums"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "swiftgodotbuilder",
      "targets" : [
        "SwiftGodotBuilderCLI"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NodeApiGen",
      "targets" : [
        "NodeApiGen"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "LDEnumGen",
      "targets" : [
        "LDEnumGen"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftGodotBuilderMacros",
      "targets" : [
        "SwiftGodotBuilderMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftGodotBuilderTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGodotBuilderTests",
      "path" : "Tests/SwiftGodotBuilderTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SwiftGodotBuilderTests/Test_file_for_API_showing_all_features.ldtk",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Audio/BfxrSynthesizerTests.swift",
        "EventBusTests.swift",
        "LDBuilderTests.swift",
        "LDEntityMappingTests.swift",
        "LDEntityTests.swift",
        "LDEnumBridgeTests.swift",
        "LDFieldTests.swift",
        "LDLayerTests.swift",
        "LDProjectTests.swift",
        "MsgLogTests.swift",
        "ServiceLocatorTests.swift",
        "StoreTests.swift"
      ],
      "target_dependencies" : [
        "SwiftGodotBuilder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftGodotBuilderMacros",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGodotBuilderMacros",
      "path" : "Sources/SwiftGodotBuilderMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SwiftGodotBuilder",
        "SwiftGodotBuilderMacros"
      ],
      "sources" : [
        "Plugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SwiftGodotBuilderCLI",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGodotBuilderCLI",
      "path" : "Sources/SwiftGodotBuilderCLI",
      "product_memberships" : [
        "swiftgodotbuilder"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftGodotBuilder",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGodotBuilder",
      "path" : "Sources/SwiftGodotBuilder",
      "product_dependencies" : [
        "SwiftGodot"
      ],
      "product_memberships" : [
        "SwiftGodotBuilder"
      ],
      "sources" : [
        "Actions.swift",
        "Actor/ActorBehavior.swift",
        "Actor/ActorBehaviors.swift",
        "Actor/ActorDefenseConfig.swift",
        "Actor/ActorEnums.swift",
        "Actor/ActorEvent.swift",
        "Actor/ActorPhysicsConfig.swift",
        "Actor/ActorPhysicsState.swift",
        "Actor/State/ActorDefenseState.swift",
        "Actor/State/ActorDialogState.swift",
        "Actor/State/ActorSelectionState.swift",
        "Actor/State/ActorState+Actions.swift",
        "Actor/State/ActorState.swift",
        "Actor/State/ActorTargetingState.swift",
        "Actor/State/ActorWeaponState.swift",
        "Actor/Views/Actor+Modifiers.swift",
        "Actor/Views/Actor.swift",
        "Actor/Views/ActorProjectile.swift",
        "Actor/Views/Pickup.swift",
        "Actor/WeaponConfig.swift",
        "AseSprite.swift",
        "Bfxr/BfxrParams.swift",
        "Bfxr/BfxrSound+Modifiers.swift",
        "Bfxr/BfxrSound.swift",
        "Bfxr/BfxrSynthesizer.swift",
        "Builder/Debug/NodeDebug.swift",
        "Builder/Debug/ProcessDebug.swift",
        "Builder/Debug/ReactiveDebug.swift",
        "Builder/GNode+SVGSprite.swift",
        "Builder/GNode/GEventRelay.swift",
        "Builder/GNode/GNode+AseSprite.swift",
        "Builder/GNode/GNode+CollisionObject2D.swift",
        "Builder/GNode/GNode+CollisionShape2D.swift",
        "Builder/GNode/GNode+Control.swift",
        "Builder/GNode/GNode+Events.swift",
        "Builder/GNode/GNode+Groups.swift",
        "Builder/GNode/GNode+ProcessRelay.swift",
        "Builder/GNode/GNode+Res.swift",
        "Builder/GNode/GNode+Signals.swift",
        "Builder/GNode/GNode+Tween.swift",
        "Builder/GNode/GNode.swift",
        "Builder/GNode/GProcessRelay.swift",
        "Builder/GNode/GView.swift",
        "Builder/State/GConditional.swift",
        "Builder/State/GForEach.swift",
        "Builder/State/GNode+Bindings.swift",
        "Builder/State/GNode+State.swift",
        "Builder/State/GState.swift",
        "Builder/State/GSwitch.swift",
        "Builder/State/Persistable.swift",
        "Components/AudioManager.swift",
        "Components/ColorBox.swift",
        "Components/Containers/AnimationContainers.swift",
        "Components/Containers/InteractionContainers.swift",
        "Components/Containers/LayoutContainers.swift",
        "Components/FloatingTextSpawner.swift",
        "Components/NodeSpawner.swift",
        "Components/Palette.swift",
        "Components/Scene/SceneRouter.swift",
        "Components/Transition/TransitionManager.swift",
        "Components/Transition/TransitionOverlays.swift",
        "Components/Transition/TransitionState.swift",
        "Components/Transition/TransitionTypes.swift",
        "Components/UI/ColorPicker.swift",
        "Components/UI/CreditsOverlay.swift",
        "Components/UI/Dialog.swift",
        "Components/UI/DialogBox.swift",
        "Components/UI/DialogManager.swift",
        "Components/UI/ItemList.swift",
        "Components/UI/Menu.swift",
        "Components/UI/MenuBar.swift",
        "Components/UI/OptionButton.swift",
        "Components/UI/RichTextLabel.swift",
        "Components/UI/SplashOverlay.swift",
        "Components/UI/TabContainer.swift",
        "Components/UI/Tree.swift",
        "Components/UI/UIButtons.swift",
        "Components/UI/UIComponents.swift",
        "Components/UserSettings.swift",
        "Dialog/DialogBus.swift",
        "Dialog/DialogDSL.swift",
        "Dialog/DialogManagerEvent.swift",
        "Dialog/DialogRunner.swift",
        "Dialog/DialogState.swift",
        "EventBus.swift",
        "Extensions/DOM+Color.swift",
        "Extensions/SwiftGodot+Color.swift",
        "Extensions/SwiftGodot+Engine.swift",
        "Extensions/SwiftGodot+Node.swift",
        "Extensions/SwiftGodot+Physics.swift",
        "Extensions/SwiftGodot+Shapes.swift",
        "Extensions/SwiftGodot+Sprite.swift",
        "Extensions/SwiftGodot+Theme.swift",
        "Extensions/SwiftGodot+Vector2.swift",
        "LDtk/Builder/LDEntityBuilder.swift",
        "LDtk/Builder/LDEntityMapping.swift",
        "LDtk/Builder/LDLevelBuilder.swift",
        "LDtk/Builder/LDTileMapBuilder.swift",
        "LDtk/Builder/LDTileSetBuilder.swift",
        "LDtk/LDBreakableTerrainView.swift",
        "LDtk/LDIntGridZonesView.swift",
        "LDtk/LDLevelView.swift",
        "LDtk/LDTileFieldView.swift",
        "LDtk/Model/LDDefinitions.swift",
        "LDtk/Model/LDEntity.swift",
        "LDtk/Model/LDEnumBridge.swift",
        "LDtk/Model/LDEnums.swift",
        "LDtk/Model/LDField.swift",
        "LDtk/Model/LDLayer.swift",
        "LDtk/Model/LDLevel.swift",
        "LDtk/Model/LDMacros.swift",
        "LDtk/Model/LDProject.swift",
        "LDtk/Model/LDTileset.swift",
        "Lib/SwiftDraw/DOM+Extensions.swift",
        "Lib/SwiftDraw/DOM.Color.swift",
        "Lib/SwiftDraw/DOM.Element.swift",
        "Lib/SwiftDraw/DOM.Filter.swift",
        "Lib/SwiftDraw/DOM.Image.swift",
        "Lib/SwiftDraw/DOM.LinearGradient.swift",
        "Lib/SwiftDraw/DOM.Path.swift",
        "Lib/SwiftDraw/DOM.Pattern.swift",
        "Lib/SwiftDraw/DOM.PresentationAttributes.swift",
        "Lib/SwiftDraw/DOM.RadialGradient.swift",
        "Lib/SwiftDraw/DOM.SVG+Parse.swift",
        "Lib/SwiftDraw/DOM.SVG.swift",
        "Lib/SwiftDraw/DOM.Switch.swift",
        "Lib/SwiftDraw/DOM.Text.swift",
        "Lib/SwiftDraw/DOM.Use.swift",
        "Lib/SwiftDraw/DOM.swift",
        "Lib/SwiftDraw/Parser.XML.Attributes.swift",
        "Lib/SwiftDraw/Parser.XML.Color.swift",
        "Lib/SwiftDraw/Parser.XML.Element.swift",
        "Lib/SwiftDraw/Parser.XML.Filter.swift",
        "Lib/SwiftDraw/Parser.XML.Image.swift",
        "Lib/SwiftDraw/Parser.XML.LinearGradient.swift",
        "Lib/SwiftDraw/Parser.XML.Path.swift",
        "Lib/SwiftDraw/Parser.XML.Pattern.swift",
        "Lib/SwiftDraw/Parser.XML.RadialGradient.swift",
        "Lib/SwiftDraw/Parser.XML.SVG.swift",
        "Lib/SwiftDraw/Parser.XML.Scanner.swift",
        "Lib/SwiftDraw/Parser.XML.StyleSheet.swift",
        "Lib/SwiftDraw/Parser.XML.Text.swift",
        "Lib/SwiftDraw/Parser.XML.Transform.swift",
        "Lib/SwiftDraw/Parser.XML.Use.swift",
        "Lib/SwiftDraw/Parser.XML.swift",
        "Lib/SwiftDraw/TextOutputStream+StandardError.swift",
        "Lib/SwiftDraw/URL+Data.swift",
        "Lib/SwiftDraw/URL+Fragment.swift",
        "Lib/SwiftDraw/XML.Element.swift",
        "Lib/SwiftDraw/XML.SAXParser.swift",
        "MsgLog.swift",
        "OnSignalMacro.swift",
        "Particles/ParticleConfig.swift",
        "Pool/ActorPool.swift",
        "Pool/AreaPool.swift",
        "Pool/ObjectPool.swift",
        "Pool/TypedParticlePool.swift",
        "PropertyWrappers.swift",
        "Registration.swift",
        "SVGSprite+Effects.swift",
        "SVGSprite.swift",
        "Selection/SelectionBox.swift",
        "Selection/SelectionEvent.swift",
        "SpriteSheet.swift",
        "Store.swift",
        "StyleBox.swift",
        "SwiftGodot.swift",
        "Tween/Node+Tween.swift",
        "Tween/TweenHandle.swift",
        "Tween/TweenProperty.swift",
        "Tween/TweenSequenceBuilder.swift",
        "Tween/TweenableProperty.swift"
      ],
      "target_dependencies" : [
        "SwiftGodotBuilderMacros",
        "GenNodeApi"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NodeApiGen",
      "module_type" : "SwiftTarget",
      "name" : "NodeApiGen",
      "path" : "Sources/NodeApiGen",
      "product_memberships" : [
        "SwiftGodotBuilder",
        "GenNodeApi",
        "NodeApiGen"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "LDEnumGen",
      "module_type" : "SwiftTarget",
      "name" : "LDEnumGen",
      "path" : "Sources/LDEnumGen",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftParser"
      ],
      "product_memberships" : [
        "GenLDEnums",
        "LDEnumGen"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "GenNodeApi",
      "module_type" : "PluginTarget",
      "name" : "GenNodeApi",
      "path" : "Plugins/GenNodeApi",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SwiftGodotBuilder",
        "GenNodeApi"
      ],
      "sources" : [
        "Plugin.swift"
      ],
      "target_dependencies" : [
        "NodeApiGen"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "GenLDEnums",
      "module_type" : "PluginTarget",
      "name" : "GenLDEnums",
      "path" : "Plugins/GenLDEnums",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "GenLDEnums"
      ],
      "sources" : [
        "Plugin.swift"
      ],
      "target_dependencies" : [
        "LDEnumGen"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 wasm