The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-gherkin-testing, reference main (7671c1), with Swift 6.2 for watchOS using Xcode 26.3 on 18 Feb 2026 02:39:18 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-gherkin-testing -destination generic/platform=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/atelier-socle/swift-gherkin-testing.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/atelier-socle/swift-gherkin-testing
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7671c1b chore: relicense from MIT to Apache License 2.0
Cloned https://github.com/atelier-socle/swift-gherkin-testing.git
Revision (git rev-parse @):
7671c1be2123c50271bb55c6e14af3f19ed3d6af
SUCCESS checkout https://github.com/atelier-socle/swift-gherkin-testing.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/atelier-socle/swift-gherkin-testing.git
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/swiftlang/swift-syntax.git
Creating working copy of package ‘swift-syntax’
Checking out 601.0.1 of package ‘swift-syntax’
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-gherkin-testing: /Users/admin/builder/spi-builder-workspace
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.1
resolved source packages: swift-gherkin-testing, swift-syntax
2026-02-17 21:38:58.284 xcodebuild[521:3078] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "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" : "/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" : "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" : "/Users/admin/builder/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" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "swift-gherkin-testing"
    ]
  }
}
2026-02-17 21:39:04.553 xcodebuild[650:3918] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-gherkin-testing -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme swift-gherkin-testing -destination generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-gherkin-testing: /Users/admin/builder/spi-builder-workspace
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'GherkinTesting' in project 'swift-gherkin-testing'
        ➜ Explicit dependency on target 'GherkinTesting' in project 'swift-gherkin-testing'
        ➜ Explicit dependency on target 'swift-gherkin-testing_GherkinTesting' in project 'swift-gherkin-testing'
        ➜ Explicit dependency on target 'GherkinTestingMacros' in project 'swift-gherkin-testing'
    Target 'GherkinTesting' in project 'swift-gherkin-testing'
        ➜ Explicit dependency on target 'swift-gherkin-testing_GherkinTesting' in project 'swift-gherkin-testing'
        ➜ Explicit dependency on target 'GherkinTestingMacros' in project 'swift-gherkin-testing'
    Target 'GherkinTestingMacros' in project 'swift-gherkin-testing' (no dependencies)
    Target 'swift-gherkin-testing_GherkinTesting' in project 'swift-gherkin-testing' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 7a72219cb83874c9324aea83af88ece4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7a72219cb83874c9324aea83af88ece4.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A352-3f995448e7658e25bc2348d03928aa04.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A352-3f995448e7658e25bc2348d03928aa04.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/GherkinTestingMacros.DependencyStaticMetadataFileList (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/GherkinTestingMacros.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros.SwiftFileList (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros_const_extract_protocols.json (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros.LinkFileList (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/swift-gherkin-testing_GherkinTesting.build/swift-gherkin-testing_GherkinTesting.DependencyStaticMetadataFileList (in target 'swift-gherkin-testing_GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/swift-gherkin-testing_GherkinTesting.build/swift-gherkin-testing_GherkinTesting.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/swift-gherkin-testing_GherkinTesting.build/empty-swift-gherkin-testing_GherkinTesting.plist (in target 'swift-gherkin-testing_GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/swift-gherkin-testing_GherkinTesting.build/empty-swift-gherkin-testing_GherkinTesting.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/swift-gherkin-testing_GherkinTesting.build/swift-gherkin-testing_GherkinTesting.DependencyMetadataFileList (in target 'swift-gherkin-testing_GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/swift-gherkin-testing_GherkinTesting.build/swift-gherkin-testing_GherkinTesting.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros-OutputFileMap.json (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/GherkinTestingMacros.DependencyMetadataFileList (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/GherkinTestingMacros.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting.SwiftConstValuesFileList (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting.LinkFileList (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting.SwiftFileList (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting_const_extract_protocols.json (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting-OutputFileMap.json (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting_const_extract_protocols.json (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting.SwiftFileList (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting.SwiftConstValuesFileList (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting.LinkFileList (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting-OutputFileMap.json (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/GherkinTesting.modulemap (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/GherkinTesting.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/GherkinTesting.DependencyStaticMetadataFileList (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/GherkinTesting.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/GherkinTesting.DependencyMetadataFileList (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/GherkinTesting.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/DerivedSources/resource_bundle_accessor.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/DerivedSources/resource_bundle_accessor.swift
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/swift-gherkin-testing_GherkinTesting.bundle (in target 'swift-gherkin-testing_GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/swift-gherkin-testing_GherkinTesting.bundle
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/GherkinTesting.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/GherkinTesting.modulemap (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/GherkinTesting.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/swift-gherkin-testing_GherkinTesting.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/swift-gherkin-testing_GherkinTesting.build/empty-swift-gherkin-testing_GherkinTesting.plist (in target 'swift-gherkin-testing_GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/swift-gherkin-testing_GherkinTesting.build/empty-swift-gherkin-testing_GherkinTesting.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/swift-gherkin-testing_GherkinTesting.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/swift-gherkin-testing_GherkinTesting.bundle/gherkin-languages.json /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/I18n/Resources/gherkin-languages.json (in target 'swift-gherkin-testing_GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/I18n/Resources/gherkin-languages.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/swift-gherkin-testing_GherkinTesting.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/swift-gherkin-testing_GherkinTesting.bundle (in target 'swift-gherkin-testing_GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/swift-gherkin-testing_GherkinTesting.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/swift-gherkin-testing_GherkinTesting.bundle (in target 'swift-gherkin-testing_GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/swift-gherkin-testing_GherkinTesting.bundle
SwiftDriver GherkinTestingMacros normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GherkinTestingMacros -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -I/Users/admin/builder/spi-builder-workspace/.dependencies/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64/Modules -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftSyntaxCShims/include -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftLibraryPluginProviderCShims/include -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A352-3f995448e7658e25bc2348d03928aa04.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-9QFZFBVJWWW8RV902QAZDNW2Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-8WH72VBCF4QXGZJZBIU4H2MXO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-38W5YX2NXLZDV0NY8IRPD284X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-77NPTR99JLCAXXGD5X7LX08YD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-BKHLF0ERO9Q4V85LUQC146WAR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-5RY92MCHDF24AM69T8UUJC0XI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-DS88A7JA7CG1E143T9GZNTRV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-1VRHPJWG7SQLXZ7EXL64OAFXY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-AL94IFL8J8VWRB7161ZDR04U5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-9XGLVHFJGLVLUCQ4IIZMJFFKA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-79HLXVG06Z1GQNSYP24OCDW4Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-8DN015KXQBR2J73FRMIICTK2Q.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-D0ZXUFACLCZBPX93ZCSIY0320.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-5REC3C0SQLKTPG94QHTP77VO4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-CCPPSJUGUFL7PAO6L5EEJJPA9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/_SwiftSyntaxCShims-A5E3GWZ81IC3FQLNJ1BHSY1XP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-7ZBU29JLIW9D5YMA6SUL5G9HQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-1QP1G30Y5AKPYFNMEP6YNYJO9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/launch-69MHUF71SR11JQB49J2I3W4D3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-53ST8517QB1SRT4R2QW7IEWX6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-1O1R6A45ACXJQR9S25OXK3PJ8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-3RXQSED1PA43XF928NX9BPNJX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-A042ZSSKT4BJUIY6IJ74DE463.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-1T7L9ZOH2SWMF2BVUJIOPMAWX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-1GFEK6591OXWS6GEW0QU7CBVF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-56GR6ZY2EZP950P57J84NM3DZ.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ GherkinTestingMacros (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
EmitSwiftModule normal arm64 (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ StepMacros.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTestingMacros/StepMacros.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTestingMacros/StepMacros.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ GherkinDiagnostic.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTestingMacros/Diagnostics/GherkinDiagnostic.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTestingMacros/Diagnostics/GherkinDiagnostic.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ StepRegistryCodeGen.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTestingMacros/CodeGeneration/StepRegistryCodeGen.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTestingMacros/CodeGeneration/StepRegistryCodeGen.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FeatureMacro.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTestingMacros/FeatureMacro.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTestingMacros/FeatureMacro.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ StepLibraryMacro.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTestingMacros/StepLibraryMacro.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTestingMacros/StepLibraryMacro.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HookMacros.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTestingMacros/HookMacros.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTestingMacros/HookMacros.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SyntaxHelpers.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTestingMacros/CodeGeneration/SyntaxHelpers.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTestingMacros/CodeGeneration/SyntaxHelpers.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ScenarioKeywords.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTestingMacros/I18n/ScenarioKeywords.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTestingMacros/I18n/ScenarioKeywords.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Plugin.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTestingMacros/Plugin.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTestingMacros/Plugin.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for GherkinTestingMacros (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
SwiftDriver\ Compilation\ Requirements GherkinTestingMacros normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GherkinTestingMacros -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -I/Users/admin/builder/spi-builder-workspace/.dependencies/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64/Modules -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftSyntaxCShims/include -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftLibraryPluginProviderCShims/include -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A352-3f995448e7658e25bc2348d03928aa04.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GherkinTestingMacros.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros.swiftmodule (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GherkinTestingMacros.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GherkinTestingMacros.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros.swiftdoc (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GherkinTestingMacros.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GherkinTestingMacros.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros.abi.json (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GherkinTestingMacros.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GherkinTestingMacros.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros.swiftsourceinfo (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GherkinTestingMacros.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Plugin.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
SwiftDriverJobDiscovery normal arm64 Compiling GherkinDiagnostic.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
SwiftDriverJobDiscovery normal arm64 Compiling ScenarioKeywords.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
SwiftDriverJobDiscovery normal arm64 Compiling StepMacros.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
SwiftDriverJobDiscovery normal arm64 Compiling HookMacros.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
SwiftDriverJobDiscovery normal arm64 Compiling StepLibraryMacro.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
SwiftDriverJobDiscovery normal arm64 Compiling StepRegistryCodeGen.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
SwiftDriverJobDiscovery normal arm64 Compiling SyntaxHelpers.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
SwiftDriverJobDiscovery normal arm64 Compiling FeatureMacro.swift (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
SwiftDriver\ Compilation GherkinTestingMacros normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GherkinTestingMacros -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -I/Users/admin/builder/spi-builder-workspace/.dependencies/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64/Modules -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftSyntaxCShims/include -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftLibraryPluginProviderCShims/include -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A352-3f995448e7658e25bc2348d03928aa04.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GherkinTestingMacros normal (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos14.0 -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug/GherkinTestingMacros.build/Objects-normal/arm64/GherkinTestingMacros-linker-args.resp /Users/admin/builder/spi-builder-workspace/.dependencies/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64/lib/libMacroSupport.a -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GherkinTestingMacros
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GherkinTestingMacros (in target 'GherkinTestingMacros' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GherkinTestingMacros
SwiftDriver GherkinTesting normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GherkinTesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GherkinTestingMacros\#GherkinTestingMacros -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver GherkinTesting normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GherkinTesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GherkinTestingMacros\#GherkinTestingMacros -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-CM87TI6YHENY9P0X6CNFY2K7J.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-5HP8NEB6E436BPBB0FJVC15TT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-1JRX6K2F5Q8FFAS06Q24L649T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-7ZCGO7K54CK652SBFFA6WLIJK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-5EJ9H1I2TN6ZM090NS6FG7W7T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-5XEZPKE5N4X5BSJYSMWBQU2RK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-7F4HV9U8QH48BKJ4QCZBL6MY4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-3CI0MDQS5M3Q0D2V9KDQLNJ5Q.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-7RXWHMLSWID93U06SE8LZLDZ.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-8KYN8RUVYZOF03RMZXWQ8CPDB.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-5CFYT68R0K4C2YLEWPSDX6UG2.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-A6LE4XPRMR8YVJ01GCDQ13WWD.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-4EKQZCBNI0J861HNB54MCI285.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-9OLGA4BK4V0QFBW3WZB7WJ5YJ.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-17HI7AG4W6BF65TFY61MU00LC.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-4VMB6L2C5OR8C3IVIL9WJ8ZBO.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-9JIRGVSJ8MROWJBBH79IPYCIK.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-97ABT7UW4YOIH82N2LB0LNFN0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-40ERI5EQDXRJT9NIWABP5D8CJ.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-9GWI1RCVMAK8S0NZFD44OW028.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-2GTY2N2OJOOO01T08XAPQ3625.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-AKXWN2STINZ0R2WVWRKZ92VJY.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-ATUVP6MGFCAFCFAVBZA54WOH5.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-DG8X2C7GJSVQJ95ESVC6UBL3L.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-AZTELYUZBA3M2Z47YBVDBG5ZP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-32GEGL5VZFM1FMCV02NQSI81O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-5GMVP76HRJ8MY4YUTT3B620IY.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-A952R48KQAI26PAKK6AWPNFAM.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-8Q2J5E4C1U26Z5DN5IESNNUT8.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-BZ934HS7IQM71YLRY0HYBJACO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-6M0QPCZT0WKTCOYEGY7GCNM4J.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-EU5Z1HKIDENFOCC761N4VHBEA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-73LZFW22SRKG3EM7CFGQ0TUYE.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-1R7O121XVPUL3LZF8MU0RL7LP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-4KD1DXYK9Y5GUS7LLAHG4QC5A.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-9FC0NLIMZU7DB915MJY0L7I10.pcm
SwiftExplicitDependencyCompileModuleFromInterface arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/Testing-379TZ10B27Z87.swiftmodule
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-8PLAL7BDDSA96IZOT16FSJYNN.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-LT9NVWW4DFU2A8I0UT4II99Y.pcm
SwiftExplicitDependencyCompileModuleFromInterface arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/Testing-2NF9O9P8Z8SQA.swiftmodule
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-A0FN37VNCLVXYGU5TEYDGLVQJ.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-8FXOUKIG3B1G1F9WKE347UEPV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-1LHS293DNY69WEN00DSDBKXGE.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-EJZBO9KXLTJLT5E4H3PUX3RCR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-7ML12HLNXT2GST1NULCADME6I.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-8GM3GCRR9M1PTDSNLP466KBIK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-4KWDVCI1ISU28NTHN0DVCMOEI.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-1YTJPTKU261MGLMPRGDE2IGX8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-77YHKS9KJCY09EV6HQJHP7AZV.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-36Z874JEV47RUZDV8PU8SGOPZ.pcm
SwiftExplicitDependencyCompileModuleFromInterface arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/_Testing_Foundation-36IBH9QCKLK7S.swiftmodule
SwiftExplicitDependencyCompileModuleFromInterface arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/_Testing_Foundation-GDIU16AD2S79.swiftmodule
SwiftEmitModule normal arm64 Emitting\ module\ for\ GherkinTesting (in target 'GherkinTesting' from project 'swift-gherkin-testing')
EmitSwiftModule normal arm64 (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TokenType.swift,\ GherkinParser.swift,\ ParserError.swift,\ ExampleExpansion.swift,\ ExamplePass.swift,\ ExampleRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Lexer/TokenType.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Parser/GherkinParser.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Parser/ParserError.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Examples/ExampleExpansion.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Examples/ExamplePass.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Examples/ExampleRepresentable.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Lexer/TokenType.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Parser/GherkinParser.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Parser/ParserError.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Examples/ExampleExpansion.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Examples/ExamplePass.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Examples/ExampleRepresentable.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ExpressionParser.swift,\ ParameterType.swift,\ ParameterTypeRegistry.swift,\ RegexStepMatcher.swift,\ GherkinLanguage.swift,\ LanguageDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Expressions/ExpressionParser.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Expressions/ParameterType.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Expressions/ParameterTypeRegistry.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Expressions/RegexStepMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/I18n/GherkinLanguage.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/I18n/LanguageDetector.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Expressions/ExpressionParser.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Expressions/ParameterType.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Expressions/ParameterTypeRegistry.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Expressions/RegexStepMatcher.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/I18n/GherkinLanguage.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/I18n/LanguageDetector.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Examples.swift,\ Feature.swift,\ FeatureChild.swift,\ GherkinDocument.swift,\ Location.swift,\ Rule.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Examples.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Feature.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/FeatureChild.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/GherkinDocument.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Location.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Rule.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Examples.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Feature.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/FeatureChild.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/GherkinDocument.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Location.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Rule.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ FeatureExecutor.swift,\ FeatureProtocol.swift,\ FeatureSource.swift,\ MacroDeclarations.swift,\ StepLibraryProtocol.swift,\ GherkinConfiguration.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/API/FeatureExecutor.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/API/FeatureProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/API/FeatureSource.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/API/MacroDeclarations.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/API/StepLibraryProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Configuration/GherkinConfiguration.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/DerivedSources/resource_bundle_accessor.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/API/FeatureExecutor.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/API/FeatureProtocol.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/API/FeatureSource.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/API/MacroDeclarations.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/API/StepLibraryProtocol.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Configuration/GherkinConfiguration.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LanguageRegistry.swift,\ CompositeReporter.swift,\ CucumberJSONReporter.swift,\ GherkinReporter.swift,\ HTMLReporter.swift,\ JUnitXMLReporter.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/I18n/LanguageRegistry.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Reporters/CompositeReporter.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Reporters/CucumberJSONReporter.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Reporters/GherkinReporter.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Reporters/HTMLReporter.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Reporters/JUnitXMLReporter.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/I18n/LanguageRegistry.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Reporters/CompositeReporter.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Reporters/CucumberJSONReporter.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Reporters/GherkinReporter.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Reporters/HTMLReporter.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Reporters/JUnitXMLReporter.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ StepMatch.swift,\ StepMatchError.swift,\ StepSuggestion.swift,\ TagFilter.swift,\ TestRunner.swift,\ CucumberExpression.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/StepMatch.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/StepMatchError.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/StepSuggestion.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/TagFilter.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/TestRunner.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Expressions/CucumberExpression.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/StepMatch.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/StepMatchError.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/StepSuggestion.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/TagFilter.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/TestRunner.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Expressions/CucumberExpression.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ExecutionResult.swift,\ HookRegistry.swift,\ PendingStepError.swift,\ StepArgument.swift,\ StepDefinition.swift,\ StepExecutor.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/ExecutionResult.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/HookRegistry.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/PendingStepError.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/StepArgument.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/StepDefinition.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/StepExecutor.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/ExecutionResult.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/HookRegistry.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/PendingStepError.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/StepArgument.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/StepDefinition.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/StepExecutor.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ParameterTypeDescriptor.swift,\ ReportFormat.swift,\ Background.swift,\ Comment.swift,\ DataTable.swift,\ DocString.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Configuration/ParameterTypeDescriptor.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Configuration/ReportFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Background.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Comment.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/DataTable.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/DocString.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Configuration/ParameterTypeDescriptor.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Configuration/ReportFormat.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Background.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Comment.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/DataTable.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/DocString.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Pickle.swift,\ PickleCompiler.swift,\ PickleStep.swift,\ PickleTag.swift,\ GherkinLexer.swift,\ Token.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Compiler/Pickle.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Compiler/PickleCompiler.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Compiler/PickleStep.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Compiler/PickleTag.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Lexer/GherkinLexer.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Lexer/Token.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Compiler/Pickle.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Compiler/PickleCompiler.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Compiler/PickleStep.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Compiler/PickleTag.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Lexer/GherkinLexer.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Lexer/Token.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ GherkinTesting (in target 'GherkinTesting' from project 'swift-gherkin-testing')
EmitSwiftModule normal arm64_32 (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ParameterTypeDescriptor.swift, ReportFormat.swift, Background.swift, Comment.swift, DataTable.swift, DocString.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64_32 Compiling\ StepMatch.swift,\ StepMatchError.swift,\ StepSuggestion.swift,\ TagFilter.swift,\ TestRunner.swift,\ CucumberExpression.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/StepMatch.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/StepMatchError.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/StepSuggestion.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/TagFilter.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/TestRunner.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Expressions/CucumberExpression.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/StepMatch.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/StepMatchError.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/StepSuggestion.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/TagFilter.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/TestRunner.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Expressions/CucumberExpression.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Examples.swift, Feature.swift, FeatureChild.swift, GherkinDocument.swift, Location.swift, Rule.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64_32 Compiling\ ExpressionParser.swift,\ ParameterType.swift,\ ParameterTypeRegistry.swift,\ RegexStepMatcher.swift,\ GherkinLanguage.swift,\ LanguageDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Expressions/ExpressionParser.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Expressions/ParameterType.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Expressions/ParameterTypeRegistry.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Expressions/RegexStepMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/I18n/GherkinLanguage.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/I18n/LanguageDetector.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Expressions/ExpressionParser.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Expressions/ParameterType.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Expressions/ParameterTypeRegistry.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Expressions/RegexStepMatcher.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/I18n/GherkinLanguage.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/I18n/LanguageDetector.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for GherkinTesting (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftDriver\ Compilation\ Requirements GherkinTesting normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GherkinTesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GherkinTestingMacros\#GherkinTestingMacros -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Pickle.swift, PickleCompiler.swift, PickleStep.swift, PickleTag.swift, GherkinLexer.swift, Token.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64_32 Compiling\ resource_bundle_accessor.swift,\ FeatureExecutor.swift,\ FeatureProtocol.swift,\ FeatureSource.swift,\ MacroDeclarations.swift,\ StepLibraryProtocol.swift,\ GherkinConfiguration.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/API/FeatureExecutor.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/API/FeatureProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/API/FeatureSource.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/API/MacroDeclarations.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/API/StepLibraryProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Configuration/GherkinConfiguration.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/DerivedSources/resource_bundle_accessor.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/API/FeatureExecutor.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/API/FeatureProtocol.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/API/FeatureSource.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/API/MacroDeclarations.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/API/StepLibraryProtocol.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Configuration/GherkinConfiguration.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GherkinTesting.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting.swiftmodule (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GherkinTesting.swiftmodule/arm64-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal arm64_32 Emitting module for GherkinTesting (in target 'GherkinTesting' from project 'swift-gherkin-testing')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GherkinTesting.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting.swiftdoc (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GherkinTesting.swiftmodule/arm64-apple-watchos.swiftdoc
SwiftDriver\ Compilation\ Requirements GherkinTesting normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GherkinTesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GherkinTestingMacros\#GherkinTestingMacros -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GherkinTesting.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting.abi.json (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GherkinTesting.swiftmodule/arm64-apple-watchos.abi.json
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/GherkinTesting-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting-Swift.h (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/GherkinTesting-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GherkinTesting.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting.swiftmodule (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GherkinTesting.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GherkinTesting.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting.swiftdoc (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GherkinTesting.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GherkinTesting.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting.abi.json (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GherkinTesting.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GherkinTesting.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting.swiftsourceinfo (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GherkinTesting.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GherkinTesting.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting.swiftsourceinfo (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GherkinTesting.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ ParameterTypeDescriptor.swift,\ ReportFormat.swift,\ Background.swift,\ Comment.swift,\ DataTable.swift,\ DocString.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Configuration/ParameterTypeDescriptor.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Configuration/ReportFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Background.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Comment.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/DataTable.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/DocString.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Configuration/ParameterTypeDescriptor.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Configuration/ReportFormat.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Background.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Comment.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/DataTable.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/DocString.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ LanguageRegistry.swift,\ CompositeReporter.swift,\ CucumberJSONReporter.swift,\ GherkinReporter.swift,\ HTMLReporter.swift,\ JUnitXMLReporter.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/I18n/LanguageRegistry.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Reporters/CompositeReporter.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Reporters/CucumberJSONReporter.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Reporters/GherkinReporter.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Reporters/HTMLReporter.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Reporters/JUnitXMLReporter.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/I18n/LanguageRegistry.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Reporters/CompositeReporter.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Reporters/CucumberJSONReporter.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Reporters/GherkinReporter.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Reporters/HTMLReporter.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Reporters/JUnitXMLReporter.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling ParameterTypeDescriptor.swift, ReportFormat.swift, Background.swift, Comment.swift, DataTable.swift, DocString.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64_32 Compiling\ ExecutionResult.swift,\ HookRegistry.swift,\ PendingStepError.swift,\ StepArgument.swift,\ StepDefinition.swift,\ StepExecutor.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/ExecutionResult.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/HookRegistry.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/PendingStepError.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/StepArgument.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/StepDefinition.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/StepExecutor.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/ExecutionResult.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/HookRegistry.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/PendingStepError.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/StepArgument.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/StepDefinition.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Execution/StepExecutor.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ExecutionResult.swift, HookRegistry.swift, PendingStepError.swift, StepArgument.swift, StepDefinition.swift, StepExecutor.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64_32 Compiling\ RuleChild.swift,\ Scenario.swift,\ Step.swift,\ StepKeywordType.swift,\ TableRow.swift,\ Tag.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/RuleChild.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Scenario.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Step.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/StepKeywordType.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/TableRow.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Tag.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/RuleChild.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Scenario.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Step.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/StepKeywordType.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/TableRow.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Tag.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling StepMatch.swift, StepMatchError.swift, StepSuggestion.swift, TagFilter.swift, TestRunner.swift, CucumberExpression.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64_32 Compiling\ Examples.swift,\ Feature.swift,\ FeatureChild.swift,\ GherkinDocument.swift,\ Location.swift,\ Rule.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Examples.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Feature.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/FeatureChild.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/GherkinDocument.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Location.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Rule.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Examples.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Feature.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/FeatureChild.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/GherkinDocument.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Location.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Rule.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling TokenType.swift, GherkinParser.swift, ParserError.swift, ExampleExpansion.swift, ExamplePass.swift, ExampleRepresentable.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64 Compiling\ RuleChild.swift,\ Scenario.swift,\ Step.swift,\ StepKeywordType.swift,\ TableRow.swift,\ Tag.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/RuleChild.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Scenario.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Step.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/StepKeywordType.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/TableRow.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Tag.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/RuleChild.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Scenario.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Step.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/StepKeywordType.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/TableRow.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/AST/Tag.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ExpressionParser.swift, ParameterType.swift, ParameterTypeRegistry.swift, RegexStepMatcher.swift, GherkinLanguage.swift, LanguageDetector.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64_32 Compiling\ Pickle.swift,\ PickleCompiler.swift,\ PickleStep.swift,\ PickleTag.swift,\ GherkinLexer.swift,\ Token.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Compiler/Pickle.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Compiler/PickleCompiler.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Compiler/PickleStep.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Compiler/PickleTag.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Lexer/GherkinLexer.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Lexer/Token.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Compiler/Pickle.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Compiler/PickleCompiler.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Compiler/PickleStep.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Compiler/PickleTag.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Lexer/GherkinLexer.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Lexer/Token.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling LanguageRegistry.swift, CompositeReporter.swift, CucumberJSONReporter.swift, GherkinReporter.swift, HTMLReporter.swift, JUnitXMLReporter.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64_32 Compiling\ TokenType.swift,\ GherkinParser.swift,\ ParserError.swift,\ ExampleExpansion.swift,\ ExamplePass.swift,\ ExampleRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Lexer/TokenType.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Parser/GherkinParser.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Parser/ParserError.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Examples/ExampleExpansion.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Examples/ExamplePass.swift /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Examples/ExampleRepresentable.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Lexer/TokenType.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Parser/GherkinParser.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Core/Parser/ParserError.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Examples/ExampleExpansion.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Examples/ExamplePass.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/GherkinTesting/Examples/ExampleRepresentable.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, FeatureExecutor.swift, FeatureProtocol.swift, FeatureSource.swift, MacroDeclarations.swift, StepLibraryProtocol.swift, GherkinConfiguration.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftDriverJobDiscovery normal arm64_32 Compiling RuleChild.swift, Scenario.swift, Step.swift, StepKeywordType.swift, TableRow.swift, Tag.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftDriverJobDiscovery normal arm64 Compiling RuleChild.swift, Scenario.swift, Step.swift, StepKeywordType.swift, TableRow.swift, Tag.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftDriver\ Compilation GherkinTesting normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GherkinTesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GherkinTestingMacros\#GherkinTestingMacros -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/Binary/GherkinTesting.o normal arm64 (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos10.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/Binary/GherkinTesting.o
SwiftDriverJobDiscovery normal arm64_32 Compiling Examples.swift, Feature.swift, FeatureChild.swift, GherkinDocument.swift, Location.swift, Rule.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftDriverJobDiscovery normal arm64_32 Compiling StepMatch.swift, StepMatchError.swift, StepSuggestion.swift, TagFilter.swift, TestRunner.swift, CucumberExpression.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftDriverJobDiscovery normal arm64_32 Compiling ExpressionParser.swift, ParameterType.swift, ParameterTypeRegistry.swift, RegexStepMatcher.swift, GherkinLanguage.swift, LanguageDetector.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftDriverJobDiscovery normal arm64_32 Compiling resource_bundle_accessor.swift, FeatureExecutor.swift, FeatureProtocol.swift, FeatureSource.swift, MacroDeclarations.swift, StepLibraryProtocol.swift, GherkinConfiguration.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftDriverJobDiscovery normal arm64_32 Compiling Pickle.swift, PickleCompiler.swift, PickleStep.swift, PickleTag.swift, GherkinLexer.swift, Token.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftDriverJobDiscovery normal arm64_32 Compiling TokenType.swift, GherkinParser.swift, ParserError.swift, ExampleExpansion.swift, ExamplePass.swift, ExampleRepresentable.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftDriverJobDiscovery normal arm64_32 Compiling ExecutionResult.swift, HookRegistry.swift, PendingStepError.swift, StepArgument.swift, StepDefinition.swift, StepExecutor.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftDriverJobDiscovery normal arm64_32 Compiling LanguageRegistry.swift, CompositeReporter.swift, CucumberJSONReporter.swift, GherkinReporter.swift, HTMLReporter.swift, JUnitXMLReporter.swift (in target 'GherkinTesting' from project 'swift-gherkin-testing')
SwiftDriver\ Compilation GherkinTesting normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GherkinTesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GherkinTestingMacros\#GherkinTestingMacros -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/Binary/GherkinTesting.o normal arm64_32 (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos10.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/Binary/GherkinTesting.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GherkinTesting.o normal arm64\ arm64_32 (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/Binary/GherkinTesting.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/Binary/GherkinTesting.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GherkinTesting.o
ExtractAppIntentsMetadata (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name GherkinTesting --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk --xcode-version 17A324 --platform-family watchOS --deployment-target 10.0 --bundle-identifier spi-builder-workspace.GherkinTesting --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GherkinTesting.appintents --target-triple arm64-apple-watchos10.0 --target-triple arm64_32-apple-watchos10.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GherkinTesting.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/GherkinTesting.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/GherkinTesting.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64/GherkinTesting.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-gherkin-testing.build/Debug-watchos/GherkinTesting.build/Objects-normal/arm64_32/GherkinTesting.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-02-17 21:39:17.828 appintentsmetadataprocessor[810:4661] Starting appintentsmetadataprocessor export
2026-02-17 21:39:17.959 appintentsmetadataprocessor[810:4661] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GherkinTesting.o (in target 'GherkinTesting' from project 'swift-gherkin-testing')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GherkinTesting.o
** BUILD SUCCEEDED **
2026-02-17 21:39:07.283 xcodebuild[655:3975] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Build complete.
{
  "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" : "/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" : "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" : "/Users/admin/builder/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" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
Done.