The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CutwormBDD, reference 0.0.3 (cbbe28), with Swift 6.2 for macOS (SPM) on 11 Nov 2025 14:12:41 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/KaiaHealth/cutworm-bdd.git
Reference: 0.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/KaiaHealth/cutworm-bdd
 * tag               0.0.3      -> FETCH_HEAD
HEAD is now at cbbe281 Merge pull request #10 from KaiaHealth/fix-issue-capture
Cloned https://github.com/KaiaHealth/cutworm-bdd.git
Revision (git rev-parse @):
cbbe2816d50b80411b0246e1887bf4bb9665315b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/KaiaHealth/cutworm-bdd.git at 0.0.3
========================================
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": "cutworm-bdd",
      "name": "CutwormBDD",
      "url": "https://github.com/KaiaHealth/cutworm-bdd.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/cutworm-bdd",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/KaiaHealth/cutworm-bdd.git
[1/358] Fetching cutworm-bdd
Fetched https://github.com/KaiaHealth/cutworm-bdd.git from cache (0.92s)
Creating working copy for https://github.com/KaiaHealth/cutworm-bdd.git
Working copy of https://github.com/KaiaHealth/cutworm-bdd.git resolved at 0.0.3 (cbbe281)
warning: '.resolve-product-dependencies': dependency 'cutworm-bdd' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/KaiaHealth/cutworm-bdd.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/30] Compiling CutwormBDD StepResult.swift
[4/30] Compiling CutwormBDD StepType.swift
[5/30] Compiling CutwormBDD TestExecutionInfo.swift
[6/30] Compiling CutwormBDD BidirectionalCollection+Suffix.swift
[7/30] Compiling CutwormBDD StringProtocol+Casing.swift
[8/30] Compiling CutwormBDD StringProtocol+Indentation.swift
[9/32] Compiling CutwormBDD SwiftRepresentable.swift
[10/32] Compiling CutwormBDD FeatureParser.swift
[11/32] Compiling CutwormBDD FeatureRepository.swift
[12/32] Compiling CutwormBDD CutwormBDDError.swift
[13/32] Compiling CutwormBDD Feature.swift
[14/32] Compiling CutwormBDD Scenario.swift
[15/32] Compiling CutwormBDD FileEditor.swift
[16/32] Compiling CutwormBDD ScenarioFileEditor.swift
[17/32] Compiling CutwormBDD SourceCode.swift
[18/32] Emitting module CutwormBDD
[19/32] Compiling CutwormBDD FeatureTester.swift
[20/32] Compiling CutwormBDD ScenarioTester.swift
[21/32] Compiling CutwormBDD FeatureFileEditor.swift
[22/32] Compiling CutwormBDD ScenarioResult.swift
[23/32] Compiling CutwormBDD Status.swift
[24/32] Compiling CutwormBDD Step.swift
[25/32] Compiling CutwormBDD ResultExporter.swift
[26/32] Compiling CutwormBDD ResultJSONBuilder.swift
[27/32] Compiling CutwormBDD ResultRepository.swift
[28/32] Compiling CutwormBDD BDDStepChainable.swift
[29/32] Compiling CutwormBDD BDDTestCase+CodeGeneration.swift
[30/32] Compiling CutwormBDD BDDTestCase.swift
[31/32] Compiling CutwormBDD TestObservationCenter.swift
[32/32] Compiling CutwormBDD XCTAttachment+BDDError.swift
Build complete! (11.66s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "CutwormBDD",
  "name" : "CutwormBDD",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "CutwormBDD",
      "targets" : [
        "CutwormBDD"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CutwormBDDTests",
      "module_type" : "SwiftTarget",
      "name" : "CutwormBDDTests",
      "path" : "Tests/CutwormBDDTests",
      "sources" : [
        "FeatureTesterTests.swift",
        "code-generation/CodeGenerationTests.swift",
        "code-generation/FeatureFileEditorTests.swift",
        "code-generation/ScenarioFileEditorTests.swift",
        "code-generation/SourceCodeTests.swift",
        "io/FeatureParserTests.swift",
        "io/ResultJSONBuilderTests.swift",
        "mocks/Feature+Mock.swift",
        "mocks/Scenario+Mock.swift",
        "mocks/ScenarioResult+Mock.swift",
        "utilities/StringTests.swift"
      ],
      "target_dependencies" : [
        "CutwormBDD"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CutwormBDD",
      "module_type" : "SwiftTarget",
      "name" : "CutwormBDD",
      "path" : "Sources/CutwormBDD",
      "product_memberships" : [
        "CutwormBDD"
      ],
      "sources" : [
        "FeatureTester.swift",
        "ScenarioTester.swift",
        "code-generation/FeatureFileEditor.swift",
        "code-generation/FileEditor.swift",
        "code-generation/ScenarioFileEditor.swift",
        "code-generation/SourceCode.swift",
        "code-generation/SwiftRepresentable.swift",
        "io/FeatureParser.swift",
        "io/FeatureRepository.swift",
        "io/ResultExporter.swift",
        "io/ResultJSONBuilder.swift",
        "io/ResultRepository.swift",
        "model/CutwormBDDError.swift",
        "model/Feature.swift",
        "model/Scenario.swift",
        "model/ScenarioResult.swift",
        "model/Status.swift",
        "model/Step.swift",
        "model/StepResult.swift",
        "model/StepType.swift",
        "model/TestExecutionInfo.swift",
        "public/BDDStepChainable.swift",
        "public/BDDTestCase+CodeGeneration.swift",
        "public/BDDTestCase.swift",
        "utilities/BidirectionalCollection+Suffix.swift",
        "utilities/StringProtocol+Casing.swift",
        "utilities/StringProtocol+Indentation.swift",
        "xctest/TestObservationCenter.swift",
        "xctest/XCTAttachment+BDDError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/kaiahealth/cutworm-bdd/0.0.3
Repository:               KaiaHealth/cutworm-bdd
Swift version used:       6.2
Target:                   CutwormBDD
Extracting symbol information for 'CutwormBDD'...
Finished extracting symbol information for 'CutwormBDD'. (3.58s)
Building documentation for 'CutwormBDD'...
warning: Parameter 'line' is missing documentation
  --> ../public/BDDStepChainable.swift:16:9-16:9
14 |     /// - Parameters:
15 |     ///   - name: The step as defined in the Gherkin file. Be sure to exclude the 'Given' keyword and leading whitespace.
16 +     ///
   |         ╰─suggestion: Document 'line' parameter
17 |     /// When the provided step is not found, the remaining steps are marked as failed.
18 |     @discardableResult
warning: Parameter 'file' is missing documentation
  --> ../public/BDDStepChainable.swift:16:9-16:9
14 |     /// - Parameters:
15 |     ///   - name: The step as defined in the Gherkin file. Be sure to exclude the 'Given' keyword and leading whitespace.
16 +     ///
   |         ╰─suggestion: Document 'file' parameter
17 |     /// When the provided step is not found, the remaining steps are marked as failed.
18 |     @discardableResult
warning: Parameter 'file' is missing documentation
  --> ../public/BDDStepChainable.swift:34:9-34:9
32 |     /// - Parameters:
33 |     ///   - name: The step as defined in the Gherkin file. Be sure to exclude the 'When' keyword and leading whitespace.
34 +     ///
   |         ╰─suggestion: Document 'file' parameter
35 |     /// When the provided step is not found, the remaining steps are marked as failed.
36 |     @discardableResult
warning: Parameter 'line' is missing documentation
  --> ../public/BDDStepChainable.swift:34:9-34:9
32 |     /// - Parameters:
33 |     ///   - name: The step as defined in the Gherkin file. Be sure to exclude the 'When' keyword and leading whitespace.
34 +     ///
   |         ╰─suggestion: Document 'line' parameter
35 |     /// When the provided step is not found, the remaining steps are marked as failed.
36 |     @discardableResult
warning: Parameter 'file' is missing documentation
  --> ../public/BDDStepChainable.swift:52:9-52:9
50 |     /// - Parameters:
51 |     ///   - name: The step as defined in the Gherkin file. Be sure to exclude the 'Then' keyword and leading whitespace.
52 +     ///
   |         ╰─suggestion: Document 'file' parameter
53 |     /// When the provided step is not found, the remaining steps are marked as failed.
54 |     @discardableResult
warning: Parameter 'line' is missing documentation
  --> ../public/BDDStepChainable.swift:52:9-52:9
50 |     /// - Parameters:
51 |     ///   - name: The step as defined in the Gherkin file. Be sure to exclude the 'Then' keyword and leading whitespace.
52 +     ///
   |         ╰─suggestion: Document 'line' parameter
53 |     /// When the provided step is not found, the remaining steps are marked as failed.
54 |     @discardableResult
warning: Parameter 'file' is missing documentation
  --> ../public/BDDStepChainable.swift:70:9-70:9
68 |     /// - Parameters:
69 |     ///   - name: The step as defined in the Gherkin file. Be sure to exclude the 'And' keyword and leading whitespace.
70 +     ///
   |         ╰─suggestion: Document 'file' parameter
71 |     /// When the provided step is not found, the remaining steps are marked as failed.
72 |     @discardableResult
warning: Parameter 'line' is missing documentation
  --> ../public/BDDStepChainable.swift:70:9-70:9
68 |     /// - Parameters:
69 |     ///   - name: The step as defined in the Gherkin file. Be sure to exclude the 'And' keyword and leading whitespace.
70 +     ///
   |         ╰─suggestion: Document 'line' parameter
71 |     /// When the provided step is not found, the remaining steps are marked as failed.
72 |     @discardableResult
warning: Parameter 'bundle' is missing documentation
  --> ../public/BDDTestCase+CodeGeneration.swift:14:9-14:9
12 |     /// - Parameters:
13 |     ///   - name: The name of the feature, as defined in the Gherkin file.
14 +     ///
   |         ╰─suggestion: Document 'bundle' parameter
15 |     /// Simply call this function from a test case, and run tests to generate
16 |     /// code that calls the BDD steps based on the Gherkin file.
warning: Parameter 'line' is missing documentation
  --> ../public/BDDTestCase+CodeGeneration.swift:14:9-14:9
12 |     /// - Parameters:
13 |     ///   - name: The name of the feature, as defined in the Gherkin file.
14 +     ///
   |         ╰─suggestion: Document 'line' parameter
15 |     /// Simply call this function from a test case, and run tests to generate
16 |     /// code that calls the BDD steps based on the Gherkin file.
warning: Parameter 'file' is missing documentation
  --> ../public/BDDTestCase+CodeGeneration.swift:14:9-14:9
12 |     /// - Parameters:
13 |     ///   - name: The name of the feature, as defined in the Gherkin file.
14 +     ///
   |         ╰─suggestion: Document 'file' parameter
15 |     /// Simply call this function from a test case, and run tests to generate
16 |     /// code that calls the BDD steps based on the Gherkin file.
warning: Parameter 'line' is missing documentation
  --> ../public/BDDTestCase+CodeGeneration.swift:46:9-46:9
44 |     /// - Parameters:
45 |     ///   - name: The name of the scenario, as defined in the Gherkin file.
46 +     ///
   |         ╰─suggestion: Document 'line' parameter
47 |     /// Simply call this function from a test case, and run your test to generate
48 |     /// code that calls the BDD steps based on the Gherkin file.
warning: Parameter 'file' is missing documentation
  --> ../public/BDDTestCase+CodeGeneration.swift:46:9-46:9
44 |     /// - Parameters:
45 |     ///   - name: The name of the scenario, as defined in the Gherkin file.
46 +     ///
   |         ╰─suggestion: Document 'file' parameter
47 |     /// Simply call this function from a test case, and run your test to generate
48 |     /// code that calls the BDD steps based on the Gherkin file.
warning: Parameter 'file' is missing documentation
  --> ../public/BDDTestCase.swift:18:9-18:9
16 |     ///     The feature files must be placed inside a `features` directory within the bundle.
17 |     ///     When using a Swift Package test target, pass `.module`.
18 +     ///
   |         ╰─suggestion: Document 'file' parameter
19 |     /// If your test case is designed to test scenarios from a single feature (recommended), you can call this in the `setUp()` method.
20 |     ///
warning: Parameter 'line' is missing documentation
  --> ../public/BDDTestCase.swift:18:9-18:9
16 |     ///     The feature files must be placed inside a `features` directory within the bundle.
17 |     ///     When using a Swift Package test target, pass `.module`.
18 +     ///
   |         ╰─suggestion: Document 'line' parameter
19 |     /// If your test case is designed to test scenarios from a single feature (recommended), you can call this in the `setUp()` method.
20 |     ///
warning: Parameter 'file' is missing documentation
  --> ../public/BDDTestCase.swift:51:9-51:9
49 |     /// - Parameters:
50 |     ///   - name: The name of the scenario, as defined in the Gherkin file. This is used to find the corresponding scenario definition.
51 +     ///
   |         ╰─suggestion: Document 'file' parameter
52 |     /// You can call this method at the beginning of your test, assuming you have one-to-one mapping between your tests and scenarios (recommended).
53 |     /// ```swift
warning: Parameter 'line' is missing documentation
  --> ../public/BDDTestCase.swift:51:9-51:9
49 |     /// - Parameters:
50 |     ///   - name: The name of the scenario, as defined in the Gherkin file. This is used to find the corresponding scenario definition.
51 +     ///
   |         ╰─suggestion: Document 'line' parameter
52 |     /// You can call this method at the beginning of your test, assuming you have one-to-one mapping between your tests and scenarios (recommended).
53 |     /// ```swift
Finished building documentation for 'CutwormBDD' (0.12s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/kaiahealth/cutworm-bdd/0.0.3
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2160] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.18s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (1.82s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3577] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.11s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.79s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Building for debugging...
[0/8] Write sources
[0/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling Snippets SnippetParser.swift
[8/57] Emitting module Snippets
[9/57] Compiling Snippets Snippet.swift
[10/57] Compiling SymbolKit Mixin+Equals.swift
[11/57] Compiling SymbolKit Mixin+Hash.swift
[12/57] Compiling SymbolKit Mixin.swift
[13/57] Compiling SymbolKit LineList.swift
[14/57] Compiling SymbolKit Position.swift
[15/57] Compiling SymbolKit SemanticVersion.swift
[16/57] Compiling SymbolKit AccessControl.swift
[17/57] Compiling SymbolKit Availability.swift
[18/57] Compiling SymbolKit AvailabilityItem.swift
[19/57] Compiling SymbolKit Domain.swift
[20/57] Compiling SymbolKit Symbol.swift
[21/57] Compiling SymbolKit SymbolKind.swift
[22/57] Compiling SymbolKit SymbolGraph.swift
[23/57] Compiling SymbolKit GraphCollector.swift
[24/57] Compiling SymbolKit Relationship.swift
[25/57] Compiling SymbolKit RelationshipKind.swift
[26/57] Compiling SymbolKit SourceOrigin.swift
[27/57] Compiling SymbolKit GenericConstraints.swift
[28/57] Compiling SymbolKit Swift.swift
[29/57] Compiling SymbolKit Identifier.swift
[30/57] Compiling SymbolKit KindIdentifier.swift
[31/57] Compiling SymbolKit Location.swift
[32/57] Compiling SymbolKit Mutability.swift
[33/57] Compiling SymbolKit DeclarationFragments.swift
[34/57] Compiling SymbolKit Fragment.swift
[35/57] Compiling SymbolKit FragmentKind.swift
[36/57] Compiling SymbolKit FunctionParameter.swift
[37/57] Compiling SymbolKit FunctionSignature.swift
[38/57] Compiling SymbolKit Names.swift
[39/57] Compiling SymbolKit SPI.swift
[40/57] Compiling SymbolKit Snippet.swift
[41/57] Compiling SymbolKit Extension.swift
[42/57] Compiling SymbolKit SourceRange.swift
[43/57] Compiling SymbolKit Metadata.swift
[44/57] Compiling SymbolKit Module.swift
[45/57] Compiling SymbolKit OperatingSystem.swift
[46/57] Compiling SymbolKit Platform.swift
[47/57] Compiling SymbolKit GenericConstraint.swift
[48/57] Compiling SymbolKit GenericParameter.swift
[49/57] Compiling SymbolKit Generics.swift
[50/57] Compiling SymbolKit Namespace.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.30s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'CutwormBDD' complete! (0.16s)
      76
2	/Users/admin/builder/spi-builder-workspace/.docs/kaiahealth/cutworm-bdd/0.0.3
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/kaiahealth/cutworm-bdd/0.0.3
File count: 76
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-kaiahealth-cutworm-bdd-0.0.3-0f965758.zip to s3://spi-docs-inbox/prod-kaiahealth-cutworm-bdd-0.0.3-0f965758.zip
Copying... [18%]
Copying... [37%]
Copying... [55%]
Copying... [74%]
Copying... [92%]
Copying... [100%]
Done.