The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftGodotPatterns, reference v0.2.0 (3b08c2), with Swift 6.1 for Wasm on 6 Nov 2025 23:59:02 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/SwiftGodotPatterns.git
Reference: v0.2.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/johnsusek/SwiftGodotPatterns
 * tag               v0.2.0     -> FETCH_HEAD
HEAD is now at 3b08c2d Swift 6 support & use latest SwiftGodot in package
Cloned https://github.com/johnsusek/SwiftGodotPatterns.git
Revision (git rev-parse @):
3b08c2da643be35298809793aa912d6dc6d53bcc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/johnsusek/SwiftGodotPatterns.git at v0.2.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/johnsusek/SwiftGodotPatterns.git
https://github.com/johnsusek/SwiftGodotPatterns.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "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" : "SwiftGodotPatterns",
  "name" : "SwiftGodotPatterns",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftGodotPatterns",
      "targets" : [
        "SwiftGodotPatterns"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "GenNodeApi",
      "targets" : [
        "GenNodeApi"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "NodeApiGen",
      "targets" : [
        "NodeApiGen"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftGodotPatternsMacros",
      "targets" : [
        "SwiftGodotPatternsMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftGodotPatternsMacros",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGodotPatternsMacros",
      "path" : "Sources/SwiftGodotPatternsMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SwiftGodotPatterns",
        "SwiftGodotPatternsMacros"
      ],
      "sources" : [
        "Plugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SwiftGodotPatterns",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGodotPatterns",
      "path" : "Sources/SwiftGodotPatterns",
      "product_dependencies" : [
        "SwiftGodot"
      ],
      "product_memberships" : [
        "SwiftGodotPatterns"
      ],
      "sources" : [
        "Actions.swift",
        "AseSprite.swift",
        "Builder/GNode/GEventRelay.swift",
        "Builder/GNode/GNode+AseSprite.swift",
        "Builder/GNode/GNode+CollisionObject2D.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+Theme.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",
        "EventBus.swift",
        "MsgLog.swift",
        "OnSignalMacro.swift",
        "PropertyWrappers.swift",
        "Registration.swift",
        "SwiftGodot+Engine.swift",
        "SwiftGodot+Node.swift",
        "SwiftGodot+Shapes.swift",
        "SwiftGodot+Vector2.swift",
        "SwiftGodot.swift"
      ],
      "target_dependencies" : [
        "SwiftGodotPatternsMacros",
        "GenNodeApi"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NodeApiGen",
      "module_type" : "SwiftTarget",
      "name" : "NodeApiGen",
      "path" : "Sources/NodeApiGen",
      "product_memberships" : [
        "SwiftGodotPatterns",
        "GenNodeApi",
        "NodeApiGen"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "GenNodeApi",
      "module_type" : "PluginTarget",
      "name" : "GenNodeApi",
      "path" : "Plugins/GenNodeApi",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SwiftGodotPatterns",
        "GenNodeApi"
      ],
      "sources" : [
        "Plugin.swift"
      ],
      "target_dependencies" : [
        "NodeApiGen"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
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-4606859-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:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
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