The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Rocket, reference 1.3.0 (32af35), with Swift 6.1 for Wasm on 28 May 2025 14:41:20 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/shibapm/rocket.git
Reference: 1.3.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/shibapm/rocket
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at 32af356 Version 1.3.0
Cloned https://github.com/shibapm/rocket.git
Revision (git rev-parse @):
32af356776108ee7289884874a0eb63ceacb9e5d
SUCCESS checkout https://github.com/shibapm/rocket.git at 1.3.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/shibapm/rocket.git
https://github.com/shibapm/rocket.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    },
    {
      "identity" : "logger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Logger"
    },
    {
      "identity" : "swiftshell",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kareman/SwiftShell"
    },
    {
      "identity" : "packageconfig",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/PackageConfig.git"
    }
  ],
  "manifest_display_name" : "Rocket",
  "name" : "Rocket",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "rocket",
      "targets" : [
        "Rocket"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RocketLib",
      "module_type" : "SwiftTarget",
      "name" : "RocketLib",
      "path" : "Sources/RocketLib",
      "product_dependencies" : [
        "Logger",
        "SwiftShell"
      ],
      "product_memberships" : [
        "rocket"
      ],
      "sources" : [
        "Checks.swift",
        "Checks/Check.swift",
        "Checks/CleanGitStatusCheck.swift",
        "ChecksParser.swift",
        "CurrentVersionProvider.swift",
        "Executors/BranchExecutor.swift",
        "Executors/CommitExecutor.swift",
        "Executors/DefaultExecutor.swift",
        "Executors/GitAddExecutor.swift",
        "Executors/HideDevDependenciesExecutor.swift",
        "Executors/PushExecutor.swift",
        "Executors/ScriptExecutor.swift",
        "Executors/ScriptLauncher.swift",
        "Executors/ScriptLauncherExecutor.swift",
        "Executors/StepDescriptionPrinter.swift",
        "Executors/StepExecutor.swift",
        "Executors/SwiftScriptExecutor.swift",
        "Executors/TagExecutor.swift",
        "Executors/UnhideDevDependenciesExecutor.swift",
        "Executors/Utils/DevDependenciesModifier.swift",
        "Executors/Utils/NoVerifyParameterInserter.swift",
        "Executors/Utils/NoVerifyParameterInserterExecutor.swift",
        "Executors/Utils/ScriptLauncherContainer.swift",
        "NewVersionProvider.swift",
        "Parameters/BranchParameters.swift",
        "Parameters/CommitParameters.swift",
        "Parameters/Dictionary+CodingKeys.swift",
        "Parameters/GitAddParameters.swift",
        "Parameters/ModifyDevDependenciesParameters.swift",
        "Parameters/PushParameters.swift",
        "Parameters/ScriptParameters.swift",
        "Parameters/StepParameter.swift",
        "Parameters/SwiftScriptParameters.swift",
        "Parameters/TagParameters.swift",
        "RocketFileFinder.swift",
        "Step.swift",
        "StepsParser.swift",
        "VersionBumpOption.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Rocket",
      "module_type" : "SwiftTarget",
      "name" : "Rocket",
      "path" : "Sources/Rocket",
      "product_dependencies" : [
        "Yams",
        "Logger",
        "PackageConfig"
      ],
      "product_memberships" : [
        "rocket"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "RocketLib"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.4"
}
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/jpsim/Yams
Fetching https://github.com/shibapm/Logger
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/shibapm/PackageConfig.git
[1/116] Fetching logger
[117/696] Fetching logger, packageconfig
[129/5559] Fetching logger, packageconfig, swiftshell
[4296/16216] Fetching logger, packageconfig, swiftshell, yams
Fetched https://github.com/shibapm/Logger from cache (1.80s)
Fetched https://github.com/shibapm/PackageConfig.git from cache (1.80s)
Fetched https://github.com/kareman/SwiftShell from cache (1.80s)
Fetched https://github.com/jpsim/Yams from cache (1.84s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (3.12s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (3.05s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.54s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.4.0 (0.80s)
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.4.0
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Creating working copy for https://github.com/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
Building for debugging...
[0/23] Write sources
[6/23] Compiling reader.c
[7/23] Compiling writer.c
[8/23] Compiling parser.c
[9/23] Compiling api.c
[10/23] Compiling emitter.c
[11/23] Write swift-version-24593BA9C3E375BF.txt
[12/25] Compiling scanner.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/62] Emitting module PackageConfig
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/DynamicLibraries.swift:2:14: error: class 'Process' does not exist in module 'Foundation'
 1 |
 2 | import class Foundation.Process
   |              `- error: class 'Process' does not exist in module 'Foundation'
 3 | import class Foundation.Pipe
 4 | import class Foundation.NSRegularExpression
[15/62] Emitting module Yams
[16/64] Compiling SwiftShell Array.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[17/65] Compiling SwiftShell Lazy-split.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[18/65] Compiling SwiftShell Process.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[19/65] Compiling PackageConfig Writer.swift
[20/65] Compiling Yams YamlError.swift
[21/65] Compiling Yams YamlTagProviding.swift
[22/65] Compiling PackageConfig Error.swift
[23/65] Compiling PackageConfig Loader.swift
[24/65] Compiling SwiftShell Context.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[25/65] Compiling SwiftShell String.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[26/65] Compiling SwiftShell Files.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/65] Emitting module SwiftShell
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[28/65] Compiling Yams AliasDereferencingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[29/65] Compiling Yams Anchor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[30/65] Compiling Yams Tag.swift
[31/65] Compiling Yams YamlAnchorProviding.swift
[32/65] Compiling Yams Mark.swift
[33/65] Compiling Yams Node.Alias.swift
[34/65] Compiling Yams Node.Mapping.swift
[37/65] Compiling Yams Constructor.swift
[38/65] Emitting module Logger
[39/65] Compiling Logger Logger.swift
[40/66] Compiling Yams Resolver.swift
[41/66] Compiling Yams String+Yams.swift
[42/66] Compiling SwiftShell Stream.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[43/66] Compiling PackageConfig PackageConfiguration.swift
[44/66] Compiling PackageConfig Package.swift
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/Package.swift:10:23: error: cannot find 'Process' in scope
  8 |         let swiftC = try runXCRun(tool: "swiftc")
  9 |         #endif
 10 |         let process = Process()
    |                       `- error: cannot find 'Process' in scope
 11 |         let linkedLibraries = try libraryLinkingArguments()
 12 |         var arguments = [String]()
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/Package.swift:53:27: error: cannot find 'Process' in scope
 51 |         if FileManager.default.fileExists(atPath: currentDirectory + "/Package") {
 52 |             debugLog("Running Package binary")
 53 |             let process = Process()
    |                           `- error: cannot find 'Process' in scope
 54 |             let pipe = Pipe()
 55 |
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/Package.swift:69:23: error: cannot find 'Process' in scope
 67 |
 68 |     static private func runXCRun(tool: String) throws -> String {
 69 |         let process = Process()
    |                       `- error: cannot find 'Process' in scope
 70 |         let pipe = Pipe()
 71 |
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/Package.swift:85:23: error: cannot find 'Process' in scope
 83 |
 84 |     private static func findPath(tool: String) -> String {
 85 |         let process = Process()
    |                       `- error: cannot find 'Process' in scope
 86 |         let pipe = Pipe()
 87 |
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/Package.swift:221:23: error: cannot find 'Process' in scope
219 |     private static func findSDKPath() -> String {
220 |         // xcrun --show-sdk-path
221 |         let process = Process()
    |                       `- error: cannot find 'Process' in scope
222 |         let pipe = Pipe()
223 |
[45/66] Compiling PackageConfig PackageConfig.swift
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/DynamicLibraries.swift:2:14: error: class 'Process' does not exist in module 'Foundation'
 1 |
 2 | import class Foundation.Process
   |              `- error: class 'Process' does not exist in module 'Foundation'
 3 | import class Foundation.Pipe
 4 | import class Foundation.NSRegularExpression
[46/66] Compiling Yams Node.Scalar.swift
[47/66] Compiling Yams Node.Sequence.swift
[48/66] Compiling Yams Node.swift
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
[0/1] Planning build
Building for debugging...
[0/11] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/46] Emitting module PackageConfig
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/DynamicLibraries.swift:2:14: error: class 'Process' does not exist in module 'Foundation'
 1 |
 2 | import class Foundation.Process
   |              `- error: class 'Process' does not exist in module 'Foundation'
 3 | import class Foundation.Pipe
 4 | import class Foundation.NSRegularExpression
[3/50] Emitting module Logger
[4/50] Compiling Logger Logger.swift
[5/51] Compiling PackageConfig Writer.swift
[6/51] Compiling SwiftShell Stream.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[7/52] Compiling Yams Decoder.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[8/52] Compiling Yams Emitter.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[9/52] Compiling Yams Parser.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 |         // it uses with `String(format:...)`
307 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
309 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[10/52] Compiling Yams RedundancyAliasingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 |         // it uses with `String(format:...)`
307 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
309 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[11/52] Compiling Yams Representer.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 |         // it uses with `String(format:...)`
307 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
309 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[13/54] Compiling PackageConfig PackageConfig.swift
[14/54] Compiling PackageConfig PackageConfiguration.swift
[15/54] Compiling SwiftShell Context.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[16/54] Compiling SwiftShell Files.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[17/54] Compiling SwiftShell String.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[18/54] Compiling Yams Tag.swift
[19/54] Compiling Yams YamlAnchorProviding.swift
[20/54] Compiling SwiftShell Process.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[21/54] Compiling SwiftShell Lazy-split.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[22/54] Compiling SwiftShell Array.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/54] Emitting module SwiftShell
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[24/54] Compiling PackageConfig Loader.swift
[25/54] Compiling PackageConfig Error.swift
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/Package.swift:10:23: error: cannot find 'Process' in scope
  8 |         let swiftC = try runXCRun(tool: "swiftc")
  9 |         #endif
 10 |         let process = Process()
    |                       `- error: cannot find 'Process' in scope
 11 |         let linkedLibraries = try libraryLinkingArguments()
 12 |         var arguments = [String]()
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/Package.swift:53:27: error: cannot find 'Process' in scope
 51 |         if FileManager.default.fileExists(atPath: currentDirectory + "/Package") {
 52 |             debugLog("Running Package binary")
 53 |             let process = Process()
    |                           `- error: cannot find 'Process' in scope
 54 |             let pipe = Pipe()
 55 |
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/Package.swift:69:23: error: cannot find 'Process' in scope
 67 |
 68 |     static private func runXCRun(tool: String) throws -> String {
 69 |         let process = Process()
    |                       `- error: cannot find 'Process' in scope
 70 |         let pipe = Pipe()
 71 |
[25/54] Wrapping AST for Logger for debugging
BUILD FAILURE 6.1 wasm