Build Information
Failed to build swift-gherkin-testing, reference 0.1.0 (a650cf), with Swift 6.1 for Wasm on 12 Feb 2026 13:23:24 UTC.
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/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/atelier-socle/swift-gherkin-testing.git
Reference: 0.1.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/atelier-socle/swift-gherkin-testing
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at a650cf7 chore: replace placeholder emails with contact page URL
Cloned https://github.com/atelier-socle/swift-gherkin-testing.git
Revision (git rev-parse @):
a650cf7150f89ac1d63eab5bef843972c723932b
SUCCESS checkout https://github.com/atelier-socle/swift-gherkin-testing.git at 0.1.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/atelier-socle/swift-gherkin-testing.git
https://github.com/atelier-socle/swift-gherkin-testing.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "601.0.0",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
}
],
"manifest_display_name" : "swift-gherkin-testing",
"name" : "swift-gherkin-testing",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
}
],
"products" : [
{
"name" : "GherkinTesting",
"targets" : [
"GherkinTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GherkinTestingMacros",
"targets" : [
"GherkinTestingMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "GherkinTestingTests",
"module_type" : "SwiftTarget",
"name" : "GherkinTestingTests",
"path" : "Tests/GherkinTestingTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/GherkinTestingTests/Fixtures",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Compatibility/GlobalActorCompatibilityTests.swift",
"Configuration/GherkinConfigurationCustomTypesTests.swift",
"Configuration/ParameterTypeDescriptorTests.swift",
"Core/AST/DataTableConvenienceTests.swift",
"Core/ASTTests.swift",
"Core/Compiler/PickleCompilerExtraTests.swift",
"Core/Compiler/PickleCompilerTests.swift",
"Core/Lexer/GherkinLexerTests.swift",
"Core/Parser/GherkinParserExtraTests.swift",
"Core/Parser/GherkinParserTests.swift",
"Core/Parser/ParserErrorTests.swift",
"Examples/ExampleExpansionTests.swift",
"Examples/ExamplePassTests.swift",
"Examples/ExampleRepresentableTests.swift",
"Execution/AdvancedExecutionExtraTests.swift",
"Execution/AdvancedExecutionTests.swift",
"Execution/ExecutionResultTests.swift",
"Execution/HookRegistryTests.swift",
"Execution/StepArgumentIntegrationTests.swift",
"Execution/StepArgumentTests.swift",
"Execution/StepExecutorTests.swift",
"Execution/StepSuggestionCustomTypesTests.swift",
"Execution/StepSuggestionTests.swift",
"Execution/TagFilterTests.swift",
"Execution/TestRunnerTests.swift",
"Expressions/CucumberExpressionTests.swift",
"Expressions/ExpressionParserTests.swift",
"Expressions/ParameterTypeTests.swift",
"Expressions/RegexStepMatcherTests.swift",
"GherkinTestingTests.swift",
"I18n/LanguageRegistryTests.swift",
"Integration/EndToEndTests.swift",
"Integration/FeatureExecutorTests.swift",
"Performance/BenchmarkTests.swift",
"Reporters/CompositeReporterTests.swift",
"Reporters/CucumberJSONReporterTests.swift",
"Reporters/HTMLReporterTests.swift",
"Reporters/JUnitXMLReporterTests.swift",
"Reporters/ReporterIntegrationTests.swift"
],
"target_dependencies" : [
"GherkinTesting"
],
"type" : "test"
},
{
"c99name" : "GherkinTestingMacros",
"module_type" : "SwiftTarget",
"name" : "GherkinTestingMacros",
"path" : "Sources/GherkinTestingMacros",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxMacros",
"SwiftSyntaxBuilder",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"GherkinTesting",
"GherkinTestingMacros"
],
"sources" : [
"CodeGeneration/StepRegistryCodeGen.swift",
"CodeGeneration/SyntaxHelpers.swift",
"Diagnostics/GherkinDiagnostic.swift",
"FeatureMacro.swift",
"HookMacros.swift",
"I18n/ScenarioKeywords.swift",
"Plugin.swift",
"StepLibraryMacro.swift",
"StepMacros.swift"
],
"type" : "macro"
},
{
"c99name" : "GherkinTestingMacroTests",
"module_type" : "SwiftTarget",
"name" : "GherkinTestingMacroTests",
"path" : "Tests/GherkinTestingMacroTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"DiagnosticTests.swift",
"FeatureMacroReportsTests.swift",
"FeatureMacroTests.swift",
"HookMacroTests.swift",
"MacroTests.swift",
"StepLibraryMacroTests.swift",
"StepMacroTests.swift",
"SyntaxHelpersTests.swift"
],
"target_dependencies" : [
"GherkinTestingMacros"
],
"type" : "test"
},
{
"c99name" : "GherkinTestingDemoTests",
"module_type" : "SwiftTarget",
"name" : "GherkinTestingDemoTests",
"path" : "Tests/GherkinTestingDemoTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/GherkinTestingDemoTests/Fixtures",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"DemoConfiguration.swift",
"Features/DryRunFeatureDemoTests.swift",
"Features/FileSourceFeatureTests.swift",
"Features/FrenchAuthTests.swift",
"Features/JapaneseFeatureTests.swift",
"Features/LoginFeatureTests.swift",
"Features/MacroSmokeTest.swift",
"Features/NavigationFeatureTests.swift",
"Features/PendingAndEdgeCasesTests.swift",
"Features/RegistrationFeatureTests.swift",
"Features/ReporterFeatureDemoTests.swift",
"Features/ShowcaseFeatureTests.swift",
"Features/StepLibraryCompositionTests.swift",
"Features/StepLibraryShowcaseTests.swift",
"FixtureLoader.swift",
"Hooks.swift",
"MockAuthService.swift",
"ReporterDemo.swift",
"StepLibraries/AuthenticationSteps.swift",
"StepLibraries/NavigationSteps.swift",
"StepLibraries/ValidationSteps.swift"
],
"target_dependencies" : [
"GherkinTesting"
],
"type" : "test"
},
{
"c99name" : "GherkinTesting",
"module_type" : "SwiftTarget",
"name" : "GherkinTesting",
"path" : "Sources/GherkinTesting",
"product_memberships" : [
"GherkinTesting"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/GherkinTesting/I18n/Resources/gherkin-languages.json",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"API/FeatureExecutor.swift",
"API/FeatureProtocol.swift",
"API/FeatureSource.swift",
"API/MacroDeclarations.swift",
"API/StepLibraryProtocol.swift",
"Configuration/GherkinConfiguration.swift",
"Configuration/ParameterTypeDescriptor.swift",
"Configuration/ReportFormat.swift",
"Core/AST/Background.swift",
"Core/AST/Comment.swift",
"Core/AST/DataTable.swift",
"Core/AST/DocString.swift",
"Core/AST/Examples.swift",
"Core/AST/Feature.swift",
"Core/AST/FeatureChild.swift",
"Core/AST/GherkinDocument.swift",
"Core/AST/Location.swift",
"Core/AST/Rule.swift",
"Core/AST/RuleChild.swift",
"Core/AST/Scenario.swift",
"Core/AST/Step.swift",
"Core/AST/StepKeywordType.swift",
"Core/AST/TableRow.swift",
"Core/AST/Tag.swift",
"Core/Compiler/Pickle.swift",
"Core/Compiler/PickleCompiler.swift",
"Core/Compiler/PickleStep.swift",
"Core/Compiler/PickleTag.swift",
"Core/Lexer/GherkinLexer.swift",
"Core/Lexer/Token.swift",
"Core/Lexer/TokenType.swift",
"Core/Parser/GherkinParser.swift",
"Core/Parser/ParserError.swift",
"Examples/ExampleExpansion.swift",
"Examples/ExamplePass.swift",
"Examples/ExampleRepresentable.swift",
"Execution/ExecutionResult.swift",
"Execution/HookRegistry.swift",
"Execution/PendingStepError.swift",
"Execution/StepArgument.swift",
"Execution/StepDefinition.swift",
"Execution/StepExecutor.swift",
"Execution/StepMatch.swift",
"Execution/StepMatchError.swift",
"Execution/StepSuggestion.swift",
"Execution/TagFilter.swift",
"Execution/TestRunner.swift",
"Expressions/CucumberExpression.swift",
"Expressions/ExpressionParser.swift",
"Expressions/ParameterType.swift",
"Expressions/ParameterTypeRegistry.swift",
"Expressions/RegexStepMatcher.swift",
"I18n/GherkinLanguage.swift",
"I18n/LanguageDetector.swift",
"I18n/LanguageRegistry.swift",
"Reporters/CompositeReporter.swift",
"Reporters/CucumberJSONReporter.swift",
"Reporters/GherkinReporter.swift",
"Reporters/HTMLReporter.swift",
"Reporters/JUnitXMLReporter.swift"
],
"target_dependencies" : [
"GherkinTestingMacros"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
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/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
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-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
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