The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Gherkin, reference master (84581c), with Swift 6.3 for Wasm on 11 Apr 2026 01:46:07 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/iainsmith/swiftgherkin.git
Reference: master
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/iainsmith/swiftgherkin
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 84581c3 Update README
Cloned https://github.com/iainsmith/swiftgherkin.git
Revision (git rev-parse @):
84581c35391054ed623de9de56ec6e4efb7587fa
SUCCESS checkout https://github.com/iainsmith/swiftgherkin.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/iainsmith/swiftgherkin.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/nicklockwood/Consumer.git
[1/591] Fetching consumer
Fetched https://github.com/nicklockwood/Consumer.git from cache (0.24s)
Computing version for https://github.com/nicklockwood/Consumer.git
Computed https://github.com/nicklockwood/Consumer.git at 0.3.5 (2.72s)
Creating working copy for https://github.com/nicklockwood/Consumer.git
Working copy of https://github.com/nicklockwood/Consumer.git resolved at 0.3.5
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/5] Emitting module Consumer
[5/5] Compiling Consumer Consumer.swift
[7/12] Compiling Gherkin Transform.swift
[8/12] Compiling Gherkin LegacyShims.swift
[9/12] Compiling Gherkin Parser.swift
[10/12] Compiling Gherkin Models.swift
[11/12] Emitting module Gherkin
[12/12] Compiling Gherkin Error.swift
Build complete! (14.68s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "consumer",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.4",
            "upper_bound" : "0.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/Consumer.git"
    }
  ],
  "manifest_display_name" : "Gherkin",
  "name" : "Gherkin",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Gherkin",
      "targets" : [
        "Gherkin"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "GherkinTests",
      "module_type" : "SwiftTarget",
      "name" : "GherkinTests",
      "path" : "Tests/GherkinTests",
      "sources" : [
        "GherkinTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Gherkin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Gherkin",
      "module_type" : "SwiftTarget",
      "name" : "Gherkin",
      "path" : "Sources/Gherkin",
      "product_dependencies" : [
        "Consumer"
      ],
      "product_memberships" : [
        "Gherkin"
      ],
      "sources" : [
        "Error.swift",
        "LegacyShims.swift",
        "Models.swift",
        "Parser.swift",
        "Transform.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.