The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GherkinGenerator, reference 0.1.0 (1e1162), with Swift 6.2 for macOS (SPM) on 12 Feb 2026 17:20:25 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/atelier-socle/swift-gherkin-generator.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/atelier-socle/swift-gherkin-generator
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 1e1162b fix: add FoundationXML import for Linux and suppress unused result warnings
Cloned https://github.com/atelier-socle/swift-gherkin-generator.git
Revision (git rev-parse @):
1e1162ba1e4fe4b891bd18aeb72961ee54ae09eb
SUCCESS checkout https://github.com/atelier-socle/swift-gherkin-generator.git at 0.1.0
Fetching https://github.com/apple/swift-argument-parser.git
[1/17171] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.71s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (2.36s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-gherkin-generator",
      "name": "GherkinGenerator",
      "url": "https://github.com/atelier-socle/swift-gherkin-generator.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-gherkin-generator",
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser.git",
          "version": "1.7.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/atelier-socle/swift-gherkin-generator.git
[1/409] Fetching swift-gherkin-generator
Fetched https://github.com/atelier-socle/swift-gherkin-generator.git from cache (0.90s)
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.62s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (0.69s)
Creating working copy for https://github.com/atelier-socle/swift-gherkin-generator.git
Working copy of https://github.com/atelier-socle/swift-gherkin-generator.git resolved at 0.1.0 (1e1162b)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.0
Found 1 product dependencies
  - swift-argument-parser
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/atelier-socle/swift-gherkin-generator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/13] Write sources
[4/13] Write gherkin-gen-entitlement.plist
[6/13] Write sources
[6/13] Copying gherkin-languages.json
[9/13] Write swift-version-49B95AFC49DCD68C.txt
[11/43] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/43] Emitting module ArgumentParserToolInfo
[13/90] Emitting module GherkinGenerator
[14/92] Compiling ArgumentParser ParentCommand.swift
[15/92] Compiling ArgumentParser AsyncParsableCommand.swift
[16/92] Compiling ArgumentParser ParsableCommand.swift
[17/92] Compiling ArgumentParser InputKey.swift
[18/92] Compiling ArgumentParser InputOrigin.swift
[19/92] Compiling ArgumentParser Name.swift
[20/92] Compiling ArgumentParser Parsed.swift
[21/92] Compiling ArgumentParser ParsedValues.swift
[22/97] Emitting module ArgumentParser
[23/97] Compiling ArgumentParser ArgumentHelp.swift
[24/97] Compiling ArgumentParser ArgumentVisibility.swift
[25/97] Compiling ArgumentParser CompletionKind.swift
[26/97] Compiling ArgumentParser Errors.swift
[27/97] Compiling ArgumentParser Flag.swift
[28/97] Compiling ArgumentParser CommandConfiguration.swift
[29/97] Compiling ArgumentParser CommandGroup.swift
[30/97] Compiling ArgumentParser EnumerableFlag.swift
[31/97] Compiling ArgumentParser ExpressibleByArgument.swift
[32/97] Compiling ArgumentParser ParsableArguments.swift
[33/97] Compiling ArgumentParser Platform.swift
[34/97] Compiling ArgumentParser SequenceExtensions.swift
[35/97] Compiling ArgumentParser StringExtensions.swift
[36/97] Compiling ArgumentParser SwiftExtensions.swift
[37/97] Compiling ArgumentParser Tree.swift
[38/97] Compiling ArgumentParser CodingKeyValidator.swift
[39/97] Compiling ArgumentParser NonsenseFlagsValidator.swift
[40/97] Compiling ArgumentParser ParsableArgumentsValidation.swift
[41/97] Compiling ArgumentParser PositionalArgumentsValidator.swift
[42/97] Compiling ArgumentParser UniqueNamesValidator.swift
[43/97] Compiling GherkinGenerator ValidationRule.swift
[44/97] Compiling GherkinGenerator resource_bundle_accessor.swift
[45/97] Compiling ArgumentParser BashCompletionsGenerator.swift
[46/97] Compiling ArgumentParser CompletionsGenerator.swift
[47/97] Compiling ArgumentParser FishCompletionsGenerator.swift
[51/97] Compiling ArgumentParser NameSpecification.swift
[52/97] Compiling ArgumentParser Option.swift
[53/97] Compiling ArgumentParser OptionGroup.swift
[54/97] Compiling ArgumentParser ParserError.swift
[55/97] Compiling ArgumentParser SplitArguments.swift
[56/97] Compiling ArgumentParser DumpHelpGenerator.swift
[57/97] Compiling ArgumentParser ZshCompletionsGenerator.swift
[58/97] Compiling ArgumentParser Argument.swift
[59/97] Compiling ArgumentParser ArgumentDiscussion.swift
[60/97] Compiling ArgumentParser Mutex.swift
[63/97] Compiling ArgumentParser HelpCommand.swift
[64/97] Compiling ArgumentParser HelpGenerator.swift
[65/97] Compiling ArgumentParser MessageInfo.swift
[66/97] Compiling ArgumentParser UsageGenerator.swift
[67/97] Compiling ArgumentParser CollectionExtensions.swift
[68/97] Compiling ArgumentParser Foundation.swift
[88/97] Compiling ArgumentParser ArgumentSet.swift
[89/97] Compiling ArgumentParser CommandParser.swift
[95/107] Compiling GherkinGenCLICore ParseCommand.swift
[96/107] Compiling GherkinGenCLICore ValidateCommand.swift
[97/107] Compiling GherkinGenCLICore LanguagesCommand.swift
[98/107] Compiling GherkinGenCLICore GherkinGenCommand.swift
[99/107] Compiling GherkinGenCLICore GenerateCommand.swift
[100/107] Compiling GherkinGenCLICore ExportCommand.swift
[101/107] Compiling GherkinGenCLICore BatchExportCommand.swift
[102/107] Compiling GherkinGenCLICore ANSIColor.swift
[103/107] Emitting module GherkinGenCLICore
[104/107] Compiling GherkinGenCLICore ConvertCommand.swift
[105/109] Compiling GherkinGenCLI GherkinGen.swift
[106/109] Emitting module GherkinGenCLI
[106/109] Write Objects.LinkFileList
[107/109] Linking gherkin-gen
[108/109] Applying gherkin-gen
Build complete! (11.19s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "GherkinGenerator",
  "name" : "GherkinGenerator",
  "path" : "/Users/admin/builder/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" : "GherkinGenerator",
      "targets" : [
        "GherkinGenerator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "gherkin-gen",
      "targets" : [
        "GherkinGenCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GherkinGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "GherkinGeneratorTests",
      "path" : "Tests/GherkinGeneratorTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/GherkinGeneratorTests/Fixtures/Resources/complex-feature.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/GherkinGeneratorTests/Fixtures/Resources/complex.feature",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/GherkinGeneratorTests/Fixtures/Resources/edge-cases.feature",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/GherkinGeneratorTests/Fixtures/Resources/french.feature",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/GherkinGeneratorTests/Fixtures/Resources/german.feature",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/GherkinGeneratorTests/Fixtures/Resources/invalid-structure.feature",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/GherkinGeneratorTests/Fixtures/Resources/invalid-syntax.feature",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/GherkinGeneratorTests/Fixtures/Resources/japanese.feature",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/GherkinGeneratorTests/Fixtures/Resources/large.feature",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/GherkinGeneratorTests/Fixtures/Resources/multilang/es_login.feature",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/GherkinGeneratorTests/Fixtures/Resources/multilang/it_products.feature",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/GherkinGeneratorTests/Fixtures/Resources/multilang/pt_payment.feature",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/GherkinGeneratorTests/Fixtures/Resources/outline.feature",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/GherkinGeneratorTests/Fixtures/Resources/rules.feature",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/GherkinGeneratorTests/Fixtures/Resources/scenarios.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/GherkinGeneratorTests/Fixtures/Resources/semicolon.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/GherkinGeneratorTests/Fixtures/Resources/simple-feature.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/GherkinGeneratorTests/Fixtures/Resources/simple.feature",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/GherkinGeneratorTests/Fixtures/Resources/steps.txt",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Builder/BuilderCoverageTests.swift",
        "Builder/GherkinFeatureBuilderTests.swift",
        "Exporter/BatchExporterTests.swift",
        "Exporter/ExporterCoverageTests.swift",
        "Exporter/JSONExportTests.swift",
        "Exporter/MarkdownExportTests.swift",
        "Exporter/StreamingExporterTests.swift",
        "Formatter/FormatterCoverageTests.swift",
        "Formatter/GherkinFormatterTests.swift",
        "Helpers/FeatureFixtureDirectory.swift",
        "Integration/FixtureExportTests.swift",
        "Integration/FixtureImportTests.swift",
        "Integration/FixtureParsingTests.swift",
        "Integration/FixturePerformanceTests.swift",
        "Integration/FixtureRoundtripTests.swift",
        "Integration/FixtureValidationTests.swift",
        "Integration/RoundtripTests.swift",
        "Language/LanguageTests.swift",
        "Model/GherkinErrorTests.swift",
        "Model/ModelCoverageTests.swift",
        "Model/ModelTests.swift",
        "Parser/BatchImporterTests.swift",
        "Parser/CSVParserTests.swift",
        "Parser/ExcelParserTests.swift",
        "Parser/JSONFeatureParserTests.swift",
        "Parser/ParserBasicTests.swift",
        "Parser/ParserCoverageTests.swift",
        "Parser/ParserErrorTests.swift",
        "Parser/ParserIntegrationTests.swift",
        "Parser/ParserLanguageTests.swift",
        "Parser/ParserOutlineTests.swift",
        "Parser/ParserRuleTests.swift",
        "Parser/ParserTableDocStringTests.swift",
        "Parser/ParserTagTests.swift",
        "Parser/PlainTextParserTests.swift",
        "Parser/ZIPReaderTests.swift",
        "Showcase/ShowcaseAuthenticationTests.swift",
        "Showcase/ShowcaseECommerceTests.swift",
        "Showcase/ShowcaseMultiLanguageTests.swift",
        "Showcase/ShowcaseStreamingTests.swift",
        "Showcase/ShowcaseValidationTests.swift",
        "Validator/BatchValidatorTests.swift",
        "Validator/CoherenceRuleTests.swift",
        "Validator/OutlinePlaceholderRuleTests.swift",
        "Validator/StructureRuleTests.swift",
        "Validator/TableConsistencyRuleTests.swift",
        "Validator/TagFormatRuleTests.swift",
        "Validator/ValidatorCoverageTests.swift",
        "Validator/ValidatorTests.swift"
      ],
      "target_dependencies" : [
        "GherkinGenerator",
        "CZlib"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GherkinGenerator",
      "module_type" : "SwiftTarget",
      "name" : "GherkinGenerator",
      "path" : "Sources/GherkinGenerator",
      "product_memberships" : [
        "GherkinGenerator",
        "gherkin-gen"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/GherkinGenerator/Resources/gherkin-languages.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Builder/GherkinFeature.swift",
        "Exporter/BatchExporter.swift",
        "Exporter/GherkinExporter.swift",
        "Formatter/GherkinFormatter.swift",
        "Language/GherkinLanguage.swift",
        "Language/GherkinLanguageRegistry.swift",
        "Language/LanguageKeywords.swift",
        "Model/Background.swift",
        "Model/Comment.swift",
        "Model/DataTable.swift",
        "Model/DocString.swift",
        "Model/Examples.swift",
        "Model/Feature.swift",
        "Model/GherkinError.swift",
        "Model/Rule.swift",
        "Model/Scenario.swift",
        "Model/Step.swift",
        "Model/Tag.swift",
        "Parser/BatchImporter.swift",
        "Parser/CSVParser.swift",
        "Parser/ExcelParser.swift",
        "Parser/GherkinParser.swift",
        "Parser/JSONFeatureParser.swift",
        "Parser/PlainTextParser.swift",
        "Parser/ZIPReader.swift",
        "Validator/BatchValidator.swift",
        "Validator/GherkinValidator.swift",
        "Validator/ValidationRule.swift"
      ],
      "target_dependencies" : [
        "CZlib"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GherkinGenCLITests",
      "module_type" : "SwiftTarget",
      "name" : "GherkinGenCLITests",
      "path" : "Tests/GherkinGenCLITests",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "sources" : [
        "BatchExportCommandTests.swift",
        "ConvertCommandTests.swift",
        "ExportCommandTests.swift",
        "GenerateCommandTests.swift",
        "LanguagesCommandTests.swift",
        "ParseCommandTests.swift",
        "Showcase/ShowcaseCLIWorkflowTests.swift",
        "ValidateCommandTests.swift"
      ],
      "target_dependencies" : [
        "GherkinGenCLICore",
        "GherkinGenerator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GherkinGenCLICore",
      "module_type" : "SwiftTarget",
      "name" : "GherkinGenCLICore",
      "path" : "Sources/GherkinGenCLICore",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "gherkin-gen"
      ],
      "sources" : [
        "ANSIColor.swift",
        "BatchExportCommand.swift",
        "ConvertCommand.swift",
        "ExportCommand.swift",
        "GenerateCommand.swift",
        "GherkinGenCommand.swift",
        "LanguagesCommand.swift",
        "ParseCommand.swift",
        "ValidateCommand.swift"
      ],
      "target_dependencies" : [
        "GherkinGenerator"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GherkinGenCLI",
      "module_type" : "SwiftTarget",
      "name" : "GherkinGenCLI",
      "path" : "Sources/GherkinGenCLI",
      "product_memberships" : [
        "gherkin-gen"
      ],
      "sources" : [
        "GherkinGen.swift"
      ],
      "target_dependencies" : [
        "GherkinGenCLICore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CZlib",
      "module_type" : "SystemLibraryTarget",
      "name" : "CZlib",
      "path" : "Sources/CZlib",
      "product_memberships" : [
        "GherkinGenerator",
        "gherkin-gen"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.2"
}
Done.