The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Scout, reference master (2cd10a), with Swift 6.1 for watchOS using Xcode 16.3 on 19 Oct 2025 15:33:45 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Scout-Package -destination generic/platform=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ABridoux/scout.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ABridoux/scout
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2cd10a0 Updated README for Wiki links
Cloned https://github.com/ABridoux/scout.git
Revision (git rev-parse @):
2cd10a0c61a3488b1e126eaca5806016a3eabe46
SUCCESS checkout https://github.com/ABridoux/scout.git at master
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ABridoux/scout.git
https://github.com/ABridoux/scout.git
{
  "dependencies" : [
    {
      "identity" : "aexml",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.5.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tadija/AEXML.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "lux",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ABridoux/lux"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "swiftcsv",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftcsv/SwiftCSV"
    },
    {
      "identity" : "booleanexpressionevaluation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ABridoux/BooleanExpressionEvaluation"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Scout",
  "name" : "Scout",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "Scout",
      "targets" : [
        "Scout"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Parsing",
      "targets" : [
        "Parsing"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ScoutCLTCore",
      "targets" : [
        "ScoutCLTCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ScoutCLT",
      "targets" : [
        "ScoutCLT"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ScoutTests",
      "module_type" : "SwiftTarget",
      "name" : "ScoutTests",
      "path" : "Tests/ScoutTests",
      "sources" : [
        "Definitions/ParserTests.swift",
        "Definitions/Path/PathTests+Flattening.swift",
        "Definitions/Path/PathTests+Miscellaneous.swift",
        "Definitions/Path/PathTests.swift",
        "Definitions/ValueTypeTests+Codable.swift",
        "ExplorerValueCoder/ExplorerValueDecoderTests.swift",
        "ExplorerValueCoder/ExplorerValueEncoderTests.swift",
        "ExplorerXML/PathExplorerXMLTests+COW.swift",
        "ExplorerXML/PathExplorerXMLTests+ExplorerValue.swift",
        "Extensions/PathExplorers+Alias.swift",
        "Extensions/URL+Extensions.swift",
        "Extensions/XCTestCase+Extensions.swift",
        "ExtensionsTests/AEXMLExtensionsTests.swift",
        "ExtensionsTests/ArrayTests.swift",
        "ExtensionsTests/NSRegularExpressionExtensionsTests.swift",
        "ExtensionsTests/PathExplorerHelperTests.swift",
        "ExtensionsTests/String+Jaro-WinklerTests.swift",
        "ExtensionsTests/StringExtensionsTests.swift",
        "Models/BoundsTests.swift",
        "Models/PathsFilterTests.swift",
        "PathExplorerTestsSuite/PathExplorer+CSVImport.swift",
        "PathExplorerTestsSuite/PathExplorerTests+Add.swift",
        "PathExplorerTestsSuite/PathExplorerTests+CSVExport.swift",
        "PathExplorerTestsSuite/PathExplorerTests+Delete.swift",
        "PathExplorerTestsSuite/PathExplorerTests+Fold.swift",
        "PathExplorerTestsSuite/PathExplorerTests+Get.swift",
        "PathExplorerTestsSuite/PathExplorerTests+PathsListing.swift",
        "PathExplorerTestsSuite/PathExplorerTests+Set.swift",
        "PathTree/PathTreeTests.swift"
      ],
      "target_dependencies" : [
        "Scout"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScoutCLTCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "ScoutCLTCoreTests",
      "path" : "Tests/ScoutCLTCoreTests",
      "sources" : [
        "ExportCommandTests.swift",
        "ValueParserTests.swift"
      ],
      "target_dependencies" : [
        "ScoutCLTCore",
        "Scout",
        "Parsing"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScoutCLTCore",
      "module_type" : "SwiftTarget",
      "name" : "ScoutCLTCore",
      "path" : "Sources/ScoutCLTCore",
      "product_memberships" : [
        "ScoutCLTCore",
        "ScoutCLT"
      ],
      "sources" : [
        "Extensions/Collection+Extensions.swift",
        "Extensions/ExplorerValue+Extensions.swift",
        "Extensions/URL+Extensions.swift",
        "Models/CLTCoreError.swift",
        "Models/ExportCommand.swift",
        "Models/ExportFormat.swift",
        "Models/GroupExportValue.swift",
        "Models/PathAndValue+Parser.swift",
        "Models/PathAndValue.swift",
        "Models/ValueType.swift"
      ],
      "target_dependencies" : [
        "Scout",
        "Parsing"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ScoutCLT",
      "module_type" : "SwiftTarget",
      "name" : "ScoutCLT",
      "path" : "Sources/ScoutCLT",
      "product_dependencies" : [
        "ArgumentParser",
        "Lux"
      ],
      "product_memberships" : [
        "ScoutCLT"
      ],
      "sources" : [
        "AdvancedTopicsDoc/AdvancedTopic.swift",
        "AdvancedTopicsDoc/AdvandedPredicates.swift",
        "CRUD/Add/AddCommand.swift",
        "CRUD/Add/AddDocumentation.swift",
        "CRUD/Delete/DeleteCommand.swift",
        "CRUD/Delete/DeleteDocumentation.swift",
        "CRUD/Delete/DeleteKeyCommand.swift",
        "CRUD/Read/ReadCommand.swift",
        "CRUD/Read/ReadDocumentation.swift",
        "CRUD/Set/SetCommand.swift",
        "CRUD/Set/SetDocumentation.swift",
        "CSVCommand.swift",
        "ColorDelegates/ColorFile.swift",
        "ColorDelegates/JSONInjectorDelegate.swift",
        "ColorDelegates/PlistInjectorColorDelegate.swift",
        "ColorDelegates/XMLInjectorColorDelegate.swift",
        "ColorDelegates/YAMLInjectorColorDelegate.swift",
        "Extensions/ArgumentHelp+Extensions.swift",
        "Extensions/ArgumentParserConformance/DataFormat+ArgumentParser.swift",
        "Extensions/ArgumentParserConformance/ExportFormat+ArgumentParser.swift",
        "Extensions/ArgumentParserConformance/ParsableCommand+Extensions.swift",
        "Extensions/ArgumentParserConformance/ParsableCommand+PathCompletion.swift",
        "Extensions/ArgumentParserConformance/PathAndValue+ArgumentParser.swift",
        "Extensions/FileHandle+Extensions.swift",
        "Extensions/Optional+Extensions.swift",
        "Extensions/Path+Extensions.swift",
        "Extensions/String+Extensions.swift",
        "Main/CommandsRecords.swift",
        "Main/DocCommand.swift",
        "Main/InstallCompletionScriptCommand.swift",
        "Main/PathExplorerInputCommand.swift",
        "Main/ScoutMainCommand.swift",
        "Models/ColorFlag.swift",
        "Models/Command.swift",
        "Models/Documentation.swift",
        "Models/PathExplorer+Alias.swift",
        "Models/RuntimeError.swift",
        "Models/SADCommand.swift",
        "Models/ValidationError.swift",
        "Paths/PathsCommand.swift",
        "Paths/PathsDocumentation.swift"
      ],
      "target_dependencies" : [
        "Scout",
        "ScoutCLTCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Scout",
      "module_type" : "SwiftTarget",
      "name" : "Scout",
      "path" : "Sources/Scout",
      "product_dependencies" : [
        "AEXML",
        "Yams",
        "SwiftCSV",
        "BooleanExpressionEvaluation"
      ],
      "product_memberships" : [
        "Scout",
        "ScoutCLTCore",
        "ScoutCLT"
      ],
      "sources" : [
        "Constants/DataFormat.swift",
        "Constants/Folding.swift",
        "Constants/ScoutVersion.swift",
        "ExplorerValue/CRUD/ExplorerValue+Add.swift",
        "ExplorerValue/CRUD/ExplorerValue+Delete.swift",
        "ExplorerValue/CRUD/ExplorerValue+Get.swift",
        "ExplorerValue/CRUD/ExplorerValue+Set.swift",
        "ExplorerValue/CSV/ExplorerValue+CSVExport.swift",
        "ExplorerValue/CSV/ExplorerValue+CSVImport.swift",
        "ExplorerValue/ExplorerValue.swift",
        "ExplorerValue/Other/ExplorerValue+Codable.swift",
        "ExplorerValue/Other/ExplorerValue+Convenience.swift",
        "ExplorerValue/Other/ExplorerValue+CustomStringConvertible.swift",
        "ExplorerValue/Other/ExplorerValue+ExpressibleBy.swift",
        "ExplorerValue/Other/ExplorerValue+Folded.swift",
        "ExplorerValue/Other/ExplorerValue+Helpers.swift",
        "ExplorerValue/Other/ExplorerValue+PathsListing.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormat.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+JsonDateIso8601.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+JsonDefault.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+Namespace.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+PlistDefault.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/Decoding/ExplorerValueDecoder.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/Decoding/ExplorerValueDecodingContainer.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/Decoding/ExplorerValueSingleDecodingContainer.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/Decoding/ExplorerValueUnkeyedDecodingContainer.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/DecodingError+Extensions.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/Encoding/ExplorerValueEncoder.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/Encoding/ExplorerValueEncodingContainer.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/Encoding/ExplorerValueSingleEncodingContainer.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/Encoding/ExplorerValueUnkeyedEncodingContainer.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Primitive.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible.swift",
        "ExplorerValueSerialization/SerializationError.swift",
        "ExplorerXML/ExplorerXML+Add.swift",
        "ExplorerXML/ExplorerXML+CSVExport.swift",
        "ExplorerXML/ExplorerXML+CSVImport.swift",
        "ExplorerXML/ExplorerXML+Delete.swift",
        "ExplorerXML/ExplorerXML+ExplorerValue.swift",
        "ExplorerXML/ExplorerXML+Fold.swift",
        "ExplorerXML/ExplorerXML+Get.swift",
        "ExplorerXML/ExplorerXML+PathsListing.swift",
        "ExplorerXML/ExplorerXML+Serialization.swift",
        "ExplorerXML/ExplorerXML+Set.swift",
        "ExplorerXML/ExplorerXML+SingleChildStrategy.swift",
        "ExplorerXML/ExplorerXML+ValueSetter.swift",
        "ExplorerXML/ExplorerXML.swift",
        "Extensions/AEXML/AEXMLElement+Children.swift",
        "Extensions/AEXML/AEXMLElement+Equal.swift",
        "Extensions/AEXML/AEXMLElement+Group.swift",
        "Extensions/Array+Extensions.swift",
        "Extensions/CodingKey+Extensions.swift",
        "Extensions/Collection+Extensions.swift",
        "Extensions/Collection+Path.swift",
        "Extensions/Dictionary+Extensions.swift",
        "Extensions/Int+LastIndex.swift",
        "Extensions/NSRegularExpression+Extensions.swift",
        "Extensions/Optional+Extensions.swift",
        "Extensions/Slice+Etensions.swift",
        "Extensions/String+Extension.swift",
        "Extensions/String+Jaro-Winkler.swift",
        "Models/Error/ExplorerError.swift",
        "Models/Error/PathError.swift",
        "Models/Path/Bounds+Bound.swift",
        "Models/Path/Bounds+IntWrapper.swift",
        "Models/Path/Bounds.swift",
        "Models/Path/Path+Flattening.swift",
        "Models/Path/Path+Miscellaneous.swift",
        "Models/Path/Path+StringConvertible.swift",
        "Models/Path/Path.swift",
        "Models/Path/PathElement+Convenience.swift",
        "Models/Path/PathElement.swift",
        "Models/Path/PathElementRepresentable.swift",
        "Models/Path/PathTree+ValueType.swift",
        "Models/Path/PathTree.swift",
        "Models/PathExplorer/CodablePathExplorer+Serialization.swift",
        "Models/PathExplorer/CodablePathExplorer.swift",
        "Models/PathExplorer/EquatablePathExplorer.swift",
        "Models/PathExplorer/PathExplorer+Convenience.swift",
        "Models/PathExplorer/PathExplorer+ExploreWithMemory.swift",
        "Models/PathExplorer/PathExplorer+Helpers.swift",
        "Models/PathExplorer/PathExplorer.swift",
        "Models/PathExplorer/PathExplorers.swift",
        "Models/PathExplorer/SerializablePathExplorer.swift",
        "Models/PathParser/Path+Parsing.swift",
        "Models/PathsFilter/PathsFilter+ExpressionPredicate.swift",
        "Models/PathsFilter/PathsFilter+FunctionPredicate.swift",
        "Models/PathsFilter/PathsFilter.swift",
        "Models/PathsFilter/ValuePredicate.swift",
        "Models/PathsFilter/ValueTarget.swift"
      ],
      "target_dependencies" : [
        "Parsing"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Parsing",
      "module_type" : "SwiftTarget",
      "name" : "Parsing",
      "path" : "Sources/Parsing",
      "product_memberships" : [
        "Scout",
        "Parsing",
        "ScoutCLTCore",
        "ScoutCLT"
      ],
      "sources" : [
        "Character+Extensions.swift",
        "Parser+Operators.swift",
        "Parser+Types.swift",
        "Parser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/ABridoux/BooleanExpressionEvaluation
Fetching from https://github.com/ABridoux/lux
Fetching from https://github.com/swiftcsv/SwiftCSV
Fetching from https://github.com/apple/swift-docc-plugin
Fetching from https://github.com/tadija/AEXML.git
Fetching from https://github.com/jpsim/Yams.git (cached)
Fetching from https://github.com/apple/swift-argument-parser (cached)
Fetching from https://github.com/swiftlang/swift-docc-symbolkit (cached)
Fetching from https://github.com/JohnSundell/Splash
Fetching from https://github.com/scinfu/SwiftSoup.git
Creating working copy of package ‘Splash’
Checking out 0.16.0 of package ‘Splash’
Creating working copy of package ‘SwiftSoup’
Checking out 1.7.5 of package ‘SwiftSoup’
Creating working copy of package ‘lux’
Checking out 0.5.0 of package ‘lux’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.5 of package ‘swift-docc-plugin’
Creating working copy of package ‘AEXML’
Checking out 4.7.0 of package ‘AEXML’
Creating working copy of package ‘Yams’
Checking out 4.0.6 of package ‘Yams’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-argument-parser’
Checking out 0.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘BooleanExpressionEvaluation’
Checking out 2.0.1 of package ‘BooleanExpressionEvaluation’
Creating working copy of package ‘SwiftCSV’
Checking out 0.10.0 of package ‘SwiftCSV’
Resolve Package Graph
Resolved source packages:
  SwiftCSV: https://github.com/swiftcsv/SwiftCSV @ 0.10.0
  AEXML: https://github.com/tadija/AEXML.git @ 4.7.0
  Splash: https://github.com/JohnSundell/Splash @ 0.16.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.5
  Yams: https://github.com/jpsim/Yams.git @ 4.0.6
  Scout: /Users/admin/builder/spi-builder-workspace
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  SwiftSoup: https://github.com/scinfu/SwiftSoup.git @ 1.7.5
  BooleanExpressionEvaluation: https://github.com/ABridoux/BooleanExpressionEvaluation @ 2.0.1
  Lux: https://github.com/ABridoux/lux @ 0.5.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 0.5.0
resolved source packages: SwiftCSV, AEXML, Splash, SwiftDocCPlugin, Yams, Scout, SymbolKit, SwiftSoup, BooleanExpressionEvaluation, Lux, swift-argument-parser
{
  "dependencies" : [
    {
      "identity" : "aexml",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.5.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tadija/AEXML.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "lux",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ABridoux/lux"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "swiftcsv",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftcsv/SwiftCSV"
    },
    {
      "identity" : "booleanexpressionevaluation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ABridoux/BooleanExpressionEvaluation"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Scout",
  "name" : "Scout",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "Scout",
      "targets" : [
        "Scout"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Parsing",
      "targets" : [
        "Parsing"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ScoutCLTCore",
      "targets" : [
        "ScoutCLTCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ScoutCLT",
      "targets" : [
        "ScoutCLT"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ScoutTests",
      "module_type" : "SwiftTarget",
      "name" : "ScoutTests",
      "path" : "Tests/ScoutTests",
      "sources" : [
        "Definitions/ParserTests.swift",
        "Definitions/Path/PathTests+Flattening.swift",
        "Definitions/Path/PathTests+Miscellaneous.swift",
        "Definitions/Path/PathTests.swift",
        "Definitions/ValueTypeTests+Codable.swift",
        "ExplorerValueCoder/ExplorerValueDecoderTests.swift",
        "ExplorerValueCoder/ExplorerValueEncoderTests.swift",
        "ExplorerXML/PathExplorerXMLTests+COW.swift",
        "ExplorerXML/PathExplorerXMLTests+ExplorerValue.swift",
        "Extensions/PathExplorers+Alias.swift",
        "Extensions/URL+Extensions.swift",
        "Extensions/XCTestCase+Extensions.swift",
        "ExtensionsTests/AEXMLExtensionsTests.swift",
        "ExtensionsTests/ArrayTests.swift",
        "ExtensionsTests/NSRegularExpressionExtensionsTests.swift",
        "ExtensionsTests/PathExplorerHelperTests.swift",
        "ExtensionsTests/String+Jaro-WinklerTests.swift",
        "ExtensionsTests/StringExtensionsTests.swift",
        "Models/BoundsTests.swift",
        "Models/PathsFilterTests.swift",
        "PathExplorerTestsSuite/PathExplorer+CSVImport.swift",
        "PathExplorerTestsSuite/PathExplorerTests+Add.swift",
        "PathExplorerTestsSuite/PathExplorerTests+CSVExport.swift",
        "PathExplorerTestsSuite/PathExplorerTests+Delete.swift",
        "PathExplorerTestsSuite/PathExplorerTests+Fold.swift",
        "PathExplorerTestsSuite/PathExplorerTests+Get.swift",
        "PathExplorerTestsSuite/PathExplorerTests+PathsListing.swift",
        "PathExplorerTestsSuite/PathExplorerTests+Set.swift",
        "PathTree/PathTreeTests.swift"
      ],
      "target_dependencies" : [
        "Scout"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScoutCLTCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "ScoutCLTCoreTests",
      "path" : "Tests/ScoutCLTCoreTests",
      "sources" : [
        "ExportCommandTests.swift",
        "ValueParserTests.swift"
      ],
      "target_dependencies" : [
        "ScoutCLTCore",
        "Scout",
        "Parsing"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScoutCLTCore",
      "module_type" : "SwiftTarget",
      "name" : "ScoutCLTCore",
      "path" : "Sources/ScoutCLTCore",
      "product_memberships" : [
        "ScoutCLTCore",
        "ScoutCLT"
      ],
      "sources" : [
        "Extensions/Collection+Extensions.swift",
        "Extensions/ExplorerValue+Extensions.swift",
        "Extensions/URL+Extensions.swift",
        "Models/CLTCoreError.swift",
        "Models/ExportCommand.swift",
        "Models/ExportFormat.swift",
        "Models/GroupExportValue.swift",
        "Models/PathAndValue+Parser.swift",
        "Models/PathAndValue.swift",
        "Models/ValueType.swift"
      ],
      "target_dependencies" : [
        "Scout",
        "Parsing"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ScoutCLT",
      "module_type" : "SwiftTarget",
      "name" : "ScoutCLT",
      "path" : "Sources/ScoutCLT",
      "product_dependencies" : [
        "ArgumentParser",
        "Lux"
      ],
      "product_memberships" : [
        "ScoutCLT"
      ],
      "sources" : [
        "AdvancedTopicsDoc/AdvancedTopic.swift",
        "AdvancedTopicsDoc/AdvandedPredicates.swift",
        "CRUD/Add/AddCommand.swift",
        "CRUD/Add/AddDocumentation.swift",
        "CRUD/Delete/DeleteCommand.swift",
        "CRUD/Delete/DeleteDocumentation.swift",
        "CRUD/Delete/DeleteKeyCommand.swift",
        "CRUD/Read/ReadCommand.swift",
        "CRUD/Read/ReadDocumentation.swift",
        "CRUD/Set/SetCommand.swift",
        "CRUD/Set/SetDocumentation.swift",
        "CSVCommand.swift",
        "ColorDelegates/ColorFile.swift",
        "ColorDelegates/JSONInjectorDelegate.swift",
        "ColorDelegates/PlistInjectorColorDelegate.swift",
        "ColorDelegates/XMLInjectorColorDelegate.swift",
        "ColorDelegates/YAMLInjectorColorDelegate.swift",
        "Extensions/ArgumentHelp+Extensions.swift",
        "Extensions/ArgumentParserConformance/DataFormat+ArgumentParser.swift",
        "Extensions/ArgumentParserConformance/ExportFormat+ArgumentParser.swift",
        "Extensions/ArgumentParserConformance/ParsableCommand+Extensions.swift",
        "Extensions/ArgumentParserConformance/ParsableCommand+PathCompletion.swift",
        "Extensions/ArgumentParserConformance/PathAndValue+ArgumentParser.swift",
        "Extensions/FileHandle+Extensions.swift",
        "Extensions/Optional+Extensions.swift",
        "Extensions/Path+Extensions.swift",
        "Extensions/String+Extensions.swift",
        "Main/CommandsRecords.swift",
        "Main/DocCommand.swift",
        "Main/InstallCompletionScriptCommand.swift",
        "Main/PathExplorerInputCommand.swift",
        "Main/ScoutMainCommand.swift",
        "Models/ColorFlag.swift",
        "Models/Command.swift",
        "Models/Documentation.swift",
        "Models/PathExplorer+Alias.swift",
        "Models/RuntimeError.swift",
        "Models/SADCommand.swift",
        "Models/ValidationError.swift",
        "Paths/PathsCommand.swift",
        "Paths/PathsDocumentation.swift"
      ],
      "target_dependencies" : [
        "Scout",
        "ScoutCLTCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Scout",
      "module_type" : "SwiftTarget",
      "name" : "Scout",
      "path" : "Sources/Scout",
      "product_dependencies" : [
        "AEXML",
        "Yams",
        "SwiftCSV",
        "BooleanExpressionEvaluation"
      ],
      "product_memberships" : [
        "Scout",
        "ScoutCLTCore",
        "ScoutCLT"
      ],
      "sources" : [
        "Constants/DataFormat.swift",
        "Constants/Folding.swift",
        "Constants/ScoutVersion.swift",
        "ExplorerValue/CRUD/ExplorerValue+Add.swift",
        "ExplorerValue/CRUD/ExplorerValue+Delete.swift",
        "ExplorerValue/CRUD/ExplorerValue+Get.swift",
        "ExplorerValue/CRUD/ExplorerValue+Set.swift",
        "ExplorerValue/CSV/ExplorerValue+CSVExport.swift",
        "ExplorerValue/CSV/ExplorerValue+CSVImport.swift",
        "ExplorerValue/ExplorerValue.swift",
        "ExplorerValue/Other/ExplorerValue+Codable.swift",
        "ExplorerValue/Other/ExplorerValue+Convenience.swift",
        "ExplorerValue/Other/ExplorerValue+CustomStringConvertible.swift",
        "ExplorerValue/Other/ExplorerValue+ExpressibleBy.swift",
        "ExplorerValue/Other/ExplorerValue+Folded.swift",
        "ExplorerValue/Other/ExplorerValue+Helpers.swift",
        "ExplorerValue/Other/ExplorerValue+PathsListing.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormat.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+JsonDateIso8601.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+JsonDefault.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+Namespace.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+PlistDefault.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/Decoding/ExplorerValueDecoder.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/Decoding/ExplorerValueDecodingContainer.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/Decoding/ExplorerValueSingleDecodingContainer.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/Decoding/ExplorerValueUnkeyedDecodingContainer.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/DecodingError+Extensions.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/Encoding/ExplorerValueEncoder.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/Encoding/ExplorerValueEncodingContainer.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/Encoding/ExplorerValueSingleEncodingContainer.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/Encoding/ExplorerValueUnkeyedEncodingContainer.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Primitive.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible.swift",
        "ExplorerValueSerialization/SerializationError.swift",
        "ExplorerXML/ExplorerXML+Add.swift",
        "ExplorerXML/ExplorerXML+CSVExport.swift",
        "ExplorerXML/ExplorerXML+CSVImport.swift",
        "ExplorerXML/ExplorerXML+Delete.swift",
        "ExplorerXML/ExplorerXML+ExplorerValue.swift",
        "ExplorerXML/ExplorerXML+Fold.swift",
        "ExplorerXML/ExplorerXML+Get.swift",
        "ExplorerXML/ExplorerXML+PathsListing.swift",
        "ExplorerXML/ExplorerXML+Serialization.swift",
        "ExplorerXML/ExplorerXML+Set.swift",
        "ExplorerXML/ExplorerXML+SingleChildStrategy.swift",
        "ExplorerXML/ExplorerXML+ValueSetter.swift",
        "ExplorerXML/ExplorerXML.swift",
        "Extensions/AEXML/AEXMLElement+Children.swift",
        "Extensions/AEXML/AEXMLElement+Equal.swift",
        "Extensions/AEXML/AEXMLElement+Group.swift",
        "Extensions/Array+Extensions.swift",
        "Extensions/CodingKey+Extensions.swift",
        "Extensions/Collection+Extensions.swift",
        "Extensions/Collection+Path.swift",
        "Extensions/Dictionary+Extensions.swift",
        "Extensions/Int+LastIndex.swift",
        "Extensions/NSRegularExpression+Extensions.swift",
        "Extensions/Optional+Extensions.swift",
        "Extensions/Slice+Etensions.swift",
        "Extensions/String+Extension.swift",
        "Extensions/String+Jaro-Winkler.swift",
        "Models/Error/ExplorerError.swift",
        "Models/Error/PathError.swift",
        "Models/Path/Bounds+Bound.swift",
        "Models/Path/Bounds+IntWrapper.swift",
        "Models/Path/Bounds.swift",
        "Models/Path/Path+Flattening.swift",
        "Models/Path/Path+Miscellaneous.swift",
        "Models/Path/Path+StringConvertible.swift",
        "Models/Path/Path.swift",
        "Models/Path/PathElement+Convenience.swift",
        "Models/Path/PathElement.swift",
        "Models/Path/PathElementRepresentable.swift",
        "Models/Path/PathTree+ValueType.swift",
        "Models/Path/PathTree.swift",
        "Models/PathExplorer/CodablePathExplorer+Serialization.swift",
        "Models/PathExplorer/CodablePathExplorer.swift",
        "Models/PathExplorer/EquatablePathExplorer.swift",
        "Models/PathExplorer/PathExplorer+Convenience.swift",
        "Models/PathExplorer/PathExplorer+ExploreWithMemory.swift",
        "Models/PathExplorer/PathExplorer+Helpers.swift",
        "Models/PathExplorer/PathExplorer.swift",
        "Models/PathExplorer/PathExplorers.swift",
        "Models/PathExplorer/SerializablePathExplorer.swift",
        "Models/PathParser/Path+Parsing.swift",
        "Models/PathsFilter/PathsFilter+ExpressionPredicate.swift",
        "Models/PathsFilter/PathsFilter+FunctionPredicate.swift",
        "Models/PathsFilter/PathsFilter.swift",
        "Models/PathsFilter/ValuePredicate.swift",
        "Models/PathsFilter/ValueTarget.swift"
      ],
      "target_dependencies" : [
        "Parsing"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Parsing",
      "module_type" : "SwiftTarget",
      "name" : "Parsing",
      "path" : "Sources/Parsing",
      "product_memberships" : [
        "Scout",
        "Parsing",
        "ScoutCLTCore",
        "ScoutCLT"
      ],
      "sources" : [
        "Character+Extensions.swift",
        "Parser+Operators.swift",
        "Parser+Types.swift",
        "Parser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Lux",
      "Lux-Package",
      "LuxCLT",
      "Parsing",
      "Scout",
      "Scout-Package",
      "ScoutCLT",
      "ScoutCLTCore"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Scout-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.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 Scout-Package -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Lux: https://github.com/ABridoux/lux @ 0.5.0
  SwiftCSV: https://github.com/swiftcsv/SwiftCSV @ 0.10.0
  Scout: /Users/admin/builder/spi-builder-workspace
  SwiftSoup: https://github.com/scinfu/SwiftSoup.git @ 1.7.5
  AEXML: https://github.com/tadija/AEXML.git @ 4.7.0
  BooleanExpressionEvaluation: https://github.com/ABridoux/BooleanExpressionEvaluation @ 2.0.1
  Yams: https://github.com/jpsim/Yams.git @ 4.0.6
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.5
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 0.5.0
  Splash: https://github.com/JohnSundell/Splash @ 0.16.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (28 targets)
    Target 'Parsing' in project 'Scout'
        ➜ Explicit dependency on target 'Parsing' in project 'Scout'
    Target 'ScoutTests' in project 'Scout'
        ➜ Explicit dependency on target 'Parsing' in project 'Scout'
        ➜ Explicit dependency on target 'Scout' in project 'Scout'
        ➜ Explicit dependency on target 'AEXML' in project 'AEXML'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'SwiftCSV' in project 'SwiftCSV'
        ➜ Explicit dependency on target 'BooleanExpressionEvaluation' in project 'BooleanExpressionEvaluation'
    Target 'ScoutCLTCoreTests' in project 'Scout'
        ➜ Explicit dependency on target 'Parsing' in project 'Scout'
        ➜ Explicit dependency on target 'Scout' in project 'Scout'
        ➜ Explicit dependency on target 'ScoutCLTCore' in project 'Scout'
        ➜ Explicit dependency on target 'AEXML' in project 'AEXML'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'SwiftCSV' in project 'SwiftCSV'
        ➜ Explicit dependency on target 'BooleanExpressionEvaluation' in project 'BooleanExpressionEvaluation'
    Target 'ScoutCLT' in project 'Scout'
        ➜ Explicit dependency on target 'Parsing' in project 'Scout'
        ➜ Explicit dependency on target 'Scout' in project 'Scout'
        ➜ Explicit dependency on target 'ScoutCLTCore' in project 'Scout'
        ➜ Explicit dependency on target 'AEXML' in project 'AEXML'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'SwiftCSV' in project 'SwiftCSV'
        ➜ Explicit dependency on target 'BooleanExpressionEvaluation' in project 'BooleanExpressionEvaluation'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'Lux' in project 'Lux'
    Target 'Lux' in project 'Lux'
        ➜ Explicit dependency on target 'Lux' in project 'Lux'
        ➜ Explicit dependency on target 'Splash' in project 'Splash'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
    Target 'Lux' in project 'Lux'
        ➜ Explicit dependency on target 'Splash' in project 'Splash'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
    Target 'SwiftSoup' in project 'SwiftSoup'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
    Target 'SwiftSoup' in project 'SwiftSoup' (no dependencies)
    Target 'Splash' in project 'Splash'
        ➜ Explicit dependency on target 'Splash' in project 'Splash'
    Target 'Splash' in project 'Splash' (no dependencies)
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'ScoutCLTCore' in project 'Scout'
        ➜ Explicit dependency on target 'ScoutCLTCore' in project 'Scout'
        ➜ Explicit dependency on target 'Parsing' in project 'Scout'
        ➜ Explicit dependency on target 'Scout' in project 'Scout'
        ➜ Explicit dependency on target 'AEXML' in project 'AEXML'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'SwiftCSV' in project 'SwiftCSV'
        ➜ Explicit dependency on target 'BooleanExpressionEvaluation' in project 'BooleanExpressionEvaluation'
    Target 'ScoutCLTCore' in project 'Scout'
        ➜ Explicit dependency on target 'Parsing' in project 'Scout'
        ➜ Explicit dependency on target 'Scout' in project 'Scout'
        ➜ Explicit dependency on target 'AEXML' in project 'AEXML'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'SwiftCSV' in project 'SwiftCSV'
        ➜ Explicit dependency on target 'BooleanExpressionEvaluation' in project 'BooleanExpressionEvaluation'
    Target 'Scout' in project 'Scout'
        ➜ Explicit dependency on target 'Scout' in project 'Scout'
        ➜ Explicit dependency on target 'Parsing' in project 'Scout'
        ➜ Explicit dependency on target 'AEXML' in project 'AEXML'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'SwiftCSV' in project 'SwiftCSV'
        ➜ Explicit dependency on target 'BooleanExpressionEvaluation' in project 'BooleanExpressionEvaluation'
    Target 'Scout' in project 'Scout'
        ➜ Explicit dependency on target 'Parsing' in project 'Scout'
        ➜ Explicit dependency on target 'AEXML' in project 'AEXML'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'SwiftCSV' in project 'SwiftCSV'
        ➜ Explicit dependency on target 'BooleanExpressionEvaluation' in project 'BooleanExpressionEvaluation'
    Target 'BooleanExpressionEvaluation' in project 'BooleanExpressionEvaluation'
        ➜ Explicit dependency on target 'BooleanExpressionEvaluation' in project 'BooleanExpressionEvaluation'
    Target 'BooleanExpressionEvaluation' in project 'BooleanExpressionEvaluation' (no dependencies)
    Target 'SwiftCSV' in project 'SwiftCSV'
        ➜ Explicit dependency on target 'SwiftCSV' in project 'SwiftCSV'
        ➜ Explicit dependency on target 'SwiftCSV_SwiftCSV' in project 'SwiftCSV'
    Target 'SwiftCSV' in project 'SwiftCSV'
        ➜ Explicit dependency on target 'SwiftCSV_SwiftCSV' in project 'SwiftCSV'
    Target 'SwiftCSV_SwiftCSV' in project 'SwiftCSV' (no dependencies)
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'CYaml' in project 'Yams' (no dependencies)
    Target 'AEXML' in project 'AEXML'
        ➜ Explicit dependency on target 'AEXML' in project 'AEXML'
    Target 'AEXML' in project 'AEXML' (no dependencies)
    Target 'Parsing' in project 'Scout' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 865c91db95fa390f23a4c42ad14ff0be
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/865c91db95fa390f23a4c42ad14ff0be.xcbuilddata
error: The package product 'Yams' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'ScoutCLT' from project 'Scout')
error: The package product 'BooleanExpressionEvaluation' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'ScoutCLT' from project 'Scout')
error: The package product 'ArgumentParser' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'ScoutCLT' from project 'Scout')
error: The package product 'Lux' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'ScoutCLT' from project 'Scout')
error: The package product 'Yams' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'Scout' from project 'Scout')
error: The package product 'BooleanExpressionEvaluation' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'Scout' from project 'Scout')
error: The package product 'Yams' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'ScoutCLTCore' from project 'Scout')
error: The package product 'BooleanExpressionEvaluation' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'ScoutCLTCore' from project 'Scout')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Scout-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  SwiftCSV: https://github.com/swiftcsv/SwiftCSV @ 0.10.0
  Scout: /Users/admin/builder/spi-builder-workspace
  Lux: https://github.com/ABridoux/lux @ 0.5.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  Splash: https://github.com/JohnSundell/Splash @ 0.16.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 0.5.0
  Yams: https://github.com/jpsim/Yams.git @ 4.0.6
  BooleanExpressionEvaluation: https://github.com/ABridoux/BooleanExpressionEvaluation @ 2.0.1
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.5
  SwiftSoup: https://github.com/scinfu/SwiftSoup.git @ 1.7.5
  AEXML: https://github.com/tadija/AEXML.git @ 4.7.0
resolved source packages: SwiftCSV, Scout, Lux, SymbolKit, Splash, swift-argument-parser, Yams, BooleanExpressionEvaluation, SwiftDocCPlugin, SwiftSoup, AEXML
{
  "dependencies" : [
    {
      "identity" : "aexml",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.5.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tadija/AEXML.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "lux",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ABridoux/lux"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "swiftcsv",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftcsv/SwiftCSV"
    },
    {
      "identity" : "booleanexpressionevaluation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ABridoux/BooleanExpressionEvaluation"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Scout",
  "name" : "Scout",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "Scout",
      "targets" : [
        "Scout"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Parsing",
      "targets" : [
        "Parsing"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ScoutCLTCore",
      "targets" : [
        "ScoutCLTCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ScoutCLT",
      "targets" : [
        "ScoutCLT"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ScoutTests",
      "module_type" : "SwiftTarget",
      "name" : "ScoutTests",
      "path" : "Tests/ScoutTests",
      "sources" : [
        "Definitions/ParserTests.swift",
        "Definitions/Path/PathTests+Flattening.swift",
        "Definitions/Path/PathTests+Miscellaneous.swift",
        "Definitions/Path/PathTests.swift",
        "Definitions/ValueTypeTests+Codable.swift",
        "ExplorerValueCoder/ExplorerValueDecoderTests.swift",
        "ExplorerValueCoder/ExplorerValueEncoderTests.swift",
        "ExplorerXML/PathExplorerXMLTests+COW.swift",
        "ExplorerXML/PathExplorerXMLTests+ExplorerValue.swift",
        "Extensions/PathExplorers+Alias.swift",
        "Extensions/URL+Extensions.swift",
        "Extensions/XCTestCase+Extensions.swift",
        "ExtensionsTests/AEXMLExtensionsTests.swift",
        "ExtensionsTests/ArrayTests.swift",
        "ExtensionsTests/NSRegularExpressionExtensionsTests.swift",
        "ExtensionsTests/PathExplorerHelperTests.swift",
        "ExtensionsTests/String+Jaro-WinklerTests.swift",
        "ExtensionsTests/StringExtensionsTests.swift",
        "Models/BoundsTests.swift",
        "Models/PathsFilterTests.swift",
        "PathExplorerTestsSuite/PathExplorer+CSVImport.swift",
        "PathExplorerTestsSuite/PathExplorerTests+Add.swift",
        "PathExplorerTestsSuite/PathExplorerTests+CSVExport.swift",
        "PathExplorerTestsSuite/PathExplorerTests+Delete.swift",
        "PathExplorerTestsSuite/PathExplorerTests+Fold.swift",
        "PathExplorerTestsSuite/PathExplorerTests+Get.swift",
        "PathExplorerTestsSuite/PathExplorerTests+PathsListing.swift",
        "PathExplorerTestsSuite/PathExplorerTests+Set.swift",
        "PathTree/PathTreeTests.swift"
      ],
      "target_dependencies" : [
        "Scout"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScoutCLTCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "ScoutCLTCoreTests",
      "path" : "Tests/ScoutCLTCoreTests",
      "sources" : [
        "ExportCommandTests.swift",
        "ValueParserTests.swift"
      ],
      "target_dependencies" : [
        "ScoutCLTCore",
        "Scout",
        "Parsing"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScoutCLTCore",
      "module_type" : "SwiftTarget",
      "name" : "ScoutCLTCore",
      "path" : "Sources/ScoutCLTCore",
      "product_memberships" : [
        "ScoutCLTCore",
        "ScoutCLT"
      ],
      "sources" : [
        "Extensions/Collection+Extensions.swift",
        "Extensions/ExplorerValue+Extensions.swift",
        "Extensions/URL+Extensions.swift",
        "Models/CLTCoreError.swift",
        "Models/ExportCommand.swift",
        "Models/ExportFormat.swift",
        "Models/GroupExportValue.swift",
        "Models/PathAndValue+Parser.swift",
        "Models/PathAndValue.swift",
        "Models/ValueType.swift"
      ],
      "target_dependencies" : [
        "Scout",
        "Parsing"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ScoutCLT",
      "module_type" : "SwiftTarget",
      "name" : "ScoutCLT",
      "path" : "Sources/ScoutCLT",
      "product_dependencies" : [
        "ArgumentParser",
        "Lux"
      ],
      "product_memberships" : [
        "ScoutCLT"
      ],
      "sources" : [
        "AdvancedTopicsDoc/AdvancedTopic.swift",
        "AdvancedTopicsDoc/AdvandedPredicates.swift",
        "CRUD/Add/AddCommand.swift",
        "CRUD/Add/AddDocumentation.swift",
        "CRUD/Delete/DeleteCommand.swift",
        "CRUD/Delete/DeleteDocumentation.swift",
        "CRUD/Delete/DeleteKeyCommand.swift",
        "CRUD/Read/ReadCommand.swift",
        "CRUD/Read/ReadDocumentation.swift",
        "CRUD/Set/SetCommand.swift",
        "CRUD/Set/SetDocumentation.swift",
        "CSVCommand.swift",
        "ColorDelegates/ColorFile.swift",
        "ColorDelegates/JSONInjectorDelegate.swift",
        "ColorDelegates/PlistInjectorColorDelegate.swift",
        "ColorDelegates/XMLInjectorColorDelegate.swift",
        "ColorDelegates/YAMLInjectorColorDelegate.swift",
        "Extensions/ArgumentHelp+Extensions.swift",
        "Extensions/ArgumentParserConformance/DataFormat+ArgumentParser.swift",
        "Extensions/ArgumentParserConformance/ExportFormat+ArgumentParser.swift",
        "Extensions/ArgumentParserConformance/ParsableCommand+Extensions.swift",
        "Extensions/ArgumentParserConformance/ParsableCommand+PathCompletion.swift",
        "Extensions/ArgumentParserConformance/PathAndValue+ArgumentParser.swift",
        "Extensions/FileHandle+Extensions.swift",
        "Extensions/Optional+Extensions.swift",
        "Extensions/Path+Extensions.swift",
        "Extensions/String+Extensions.swift",
        "Main/CommandsRecords.swift",
        "Main/DocCommand.swift",
        "Main/InstallCompletionScriptCommand.swift",
        "Main/PathExplorerInputCommand.swift",
        "Main/ScoutMainCommand.swift",
        "Models/ColorFlag.swift",
        "Models/Command.swift",
        "Models/Documentation.swift",
        "Models/PathExplorer+Alias.swift",
        "Models/RuntimeError.swift",
        "Models/SADCommand.swift",
        "Models/ValidationError.swift",
        "Paths/PathsCommand.swift",
        "Paths/PathsDocumentation.swift"
      ],
      "target_dependencies" : [
        "Scout",
        "ScoutCLTCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Scout",
      "module_type" : "SwiftTarget",
      "name" : "Scout",
      "path" : "Sources/Scout",
      "product_dependencies" : [
        "AEXML",
        "Yams",
        "SwiftCSV",
        "BooleanExpressionEvaluation"
      ],
      "product_memberships" : [
        "Scout",
        "ScoutCLTCore",
        "ScoutCLT"
      ],
      "sources" : [
        "Constants/DataFormat.swift",
        "Constants/Folding.swift",
        "Constants/ScoutVersion.swift",
        "ExplorerValue/CRUD/ExplorerValue+Add.swift",
        "ExplorerValue/CRUD/ExplorerValue+Delete.swift",
        "ExplorerValue/CRUD/ExplorerValue+Get.swift",
        "ExplorerValue/CRUD/ExplorerValue+Set.swift",
        "ExplorerValue/CSV/ExplorerValue+CSVExport.swift",
        "ExplorerValue/CSV/ExplorerValue+CSVImport.swift",
        "ExplorerValue/ExplorerValue.swift",
        "ExplorerValue/Other/ExplorerValue+Codable.swift",
        "ExplorerValue/Other/ExplorerValue+Convenience.swift",
        "ExplorerValue/Other/ExplorerValue+CustomStringConvertible.swift",
        "ExplorerValue/Other/ExplorerValue+ExpressibleBy.swift",
        "ExplorerValue/Other/ExplorerValue+Folded.swift",
        "ExplorerValue/Other/ExplorerValue+Helpers.swift",
        "ExplorerValue/Other/ExplorerValue+PathsListing.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormat.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+JsonDateIso8601.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+JsonDefault.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+Namespace.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+PlistDefault.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/Decoding/ExplorerValueDecoder.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/Decoding/ExplorerValueDecodingContainer.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/Decoding/ExplorerValueSingleDecodingContainer.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/Decoding/ExplorerValueUnkeyedDecodingContainer.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/DecodingError+Extensions.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/Encoding/ExplorerValueEncoder.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/Encoding/ExplorerValueEncodingContainer.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/Encoding/ExplorerValueSingleEncodingContainer.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Codable/Encoding/ExplorerValueUnkeyedEncodingContainer.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible+Primitive.swift",
        "ExplorerValueSerialization/ExplorerValueConvertible.swift",
        "ExplorerValueSerialization/SerializationError.swift",
        "ExplorerXML/ExplorerXML+Add.swift",
        "ExplorerXML/ExplorerXML+CSVExport.swift",
        "ExplorerXML/ExplorerXML+CSVImport.swift",
        "ExplorerXML/ExplorerXML+Delete.swift",
        "ExplorerXML/ExplorerXML+ExplorerValue.swift",
        "ExplorerXML/ExplorerXML+Fold.swift",
        "ExplorerXML/ExplorerXML+Get.swift",
        "ExplorerXML/ExplorerXML+PathsListing.swift",
        "ExplorerXML/ExplorerXML+Serialization.swift",
        "ExplorerXML/ExplorerXML+Set.swift",
        "ExplorerXML/ExplorerXML+SingleChildStrategy.swift",
        "ExplorerXML/ExplorerXML+ValueSetter.swift",
        "ExplorerXML/ExplorerXML.swift",
        "Extensions/AEXML/AEXMLElement+Children.swift",
        "Extensions/AEXML/AEXMLElement+Equal.swift",
        "Extensions/AEXML/AEXMLElement+Group.swift",
        "Extensions/Array+Extensions.swift",
        "Extensions/CodingKey+Extensions.swift",
        "Extensions/Collection+Extensions.swift",
        "Extensions/Collection+Path.swift",
        "Extensions/Dictionary+Extensions.swift",
        "Extensions/Int+LastIndex.swift",
        "Extensions/NSRegularExpression+Extensions.swift",
        "Extensions/Optional+Extensions.swift",
        "Extensions/Slice+Etensions.swift",
        "Extensions/String+Extension.swift",
        "Extensions/String+Jaro-Winkler.swift",
        "Models/Error/ExplorerError.swift",
        "Models/Error/PathError.swift",
        "Models/Path/Bounds+Bound.swift",
        "Models/Path/Bounds+IntWrapper.swift",
        "Models/Path/Bounds.swift",
        "Models/Path/Path+Flattening.swift",
        "Models/Path/Path+Miscellaneous.swift",
        "Models/Path/Path+StringConvertible.swift",
        "Models/Path/Path.swift",
        "Models/Path/PathElement+Convenience.swift",
        "Models/Path/PathElement.swift",
        "Models/Path/PathElementRepresentable.swift",
        "Models/Path/PathTree+ValueType.swift",
        "Models/Path/PathTree.swift",
        "Models/PathExplorer/CodablePathExplorer+Serialization.swift",
        "Models/PathExplorer/CodablePathExplorer.swift",
        "Models/PathExplorer/EquatablePathExplorer.swift",
        "Models/PathExplorer/PathExplorer+Convenience.swift",
        "Models/PathExplorer/PathExplorer+ExploreWithMemory.swift",
        "Models/PathExplorer/PathExplorer+Helpers.swift",
        "Models/PathExplorer/PathExplorer.swift",
        "Models/PathExplorer/PathExplorers.swift",
        "Models/PathExplorer/SerializablePathExplorer.swift",
        "Models/PathParser/Path+Parsing.swift",
        "Models/PathsFilter/PathsFilter+ExpressionPredicate.swift",
        "Models/PathsFilter/PathsFilter+FunctionPredicate.swift",
        "Models/PathsFilter/PathsFilter.swift",
        "Models/PathsFilter/ValuePredicate.swift",
        "Models/PathsFilter/ValueTarget.swift"
      ],
      "target_dependencies" : [
        "Parsing"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Parsing",
      "module_type" : "SwiftTarget",
      "name" : "Parsing",
      "path" : "Sources/Parsing",
      "product_memberships" : [
        "Scout",
        "Parsing",
        "ScoutCLTCore",
        "ScoutCLT"
      ],
      "sources" : [
        "Character+Extensions.swift",
        "Parser+Operators.swift",
        "Parser+Types.swift",
        "Parser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Lux",
      "Lux-Package",
      "LuxCLT",
      "Parsing",
      "Scout",
      "Scout-Package",
      "ScoutCLT",
      "ScoutCLTCore"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Scout-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.3.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 Scout-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  Yams: https://github.com/jpsim/Yams.git @ 4.0.6
  Scout: /Users/admin/builder/spi-builder-workspace
  AEXML: https://github.com/tadija/AEXML.git @ 4.7.0
  SwiftCSV: https://github.com/swiftcsv/SwiftCSV @ 0.10.0
  Splash: https://github.com/JohnSundell/Splash @ 0.16.0
  SwiftSoup: https://github.com/scinfu/SwiftSoup.git @ 1.7.5
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 0.5.0
  Lux: https://github.com/ABridoux/lux @ 0.5.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.5
  BooleanExpressionEvaluation: https://github.com/ABridoux/BooleanExpressionEvaluation @ 2.0.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (28 targets)
    Target 'Parsing' in project 'Scout'
        ➜ Explicit dependency on target 'Parsing' in project 'Scout'
    Target 'ScoutTests' in project 'Scout'
        ➜ Explicit dependency on target 'Parsing' in project 'Scout'
        ➜ Explicit dependency on target 'Scout' in project 'Scout'
        ➜ Explicit dependency on target 'AEXML' in project 'AEXML'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'SwiftCSV' in project 'SwiftCSV'
        ➜ Explicit dependency on target 'BooleanExpressionEvaluation' in project 'BooleanExpressionEvaluation'
    Target 'ScoutCLTCoreTests' in project 'Scout'
        ➜ Explicit dependency on target 'Parsing' in project 'Scout'
        ➜ Explicit dependency on target 'Scout' in project 'Scout'
        ➜ Explicit dependency on target 'ScoutCLTCore' in project 'Scout'
        ➜ Explicit dependency on target 'AEXML' in project 'AEXML'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'SwiftCSV' in project 'SwiftCSV'
        ➜ Explicit dependency on target 'BooleanExpressionEvaluation' in project 'BooleanExpressionEvaluation'
    Target 'ScoutCLT' in project 'Scout'
        ➜ Explicit dependency on target 'Parsing' in project 'Scout'
        ➜ Explicit dependency on target 'Scout' in project 'Scout'
        ➜ Explicit dependency on target 'ScoutCLTCore' in project 'Scout'
        ➜ Explicit dependency on target 'AEXML' in project 'AEXML'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'SwiftCSV' in project 'SwiftCSV'
        ➜ Explicit dependency on target 'BooleanExpressionEvaluation' in project 'BooleanExpressionEvaluation'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'Lux' in project 'Lux'
    Target 'Lux' in project 'Lux'
        ➜ Explicit dependency on target 'Lux' in project 'Lux'
        ➜ Explicit dependency on target 'Splash' in project 'Splash'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
    Target 'Lux' in project 'Lux'
        ➜ Explicit dependency on target 'Splash' in project 'Splash'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
    Target 'SwiftSoup' in project 'SwiftSoup'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
    Target 'SwiftSoup' in project 'SwiftSoup' (no dependencies)
    Target 'Splash' in project 'Splash'
        ➜ Explicit dependency on target 'Splash' in project 'Splash'
    Target 'Splash' in project 'Splash' (no dependencies)
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'ScoutCLTCore' in project 'Scout'
        ➜ Explicit dependency on target 'ScoutCLTCore' in project 'Scout'
        ➜ Explicit dependency on target 'Parsing' in project 'Scout'
        ➜ Explicit dependency on target 'Scout' in project 'Scout'
        ➜ Explicit dependency on target 'AEXML' in project 'AEXML'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'SwiftCSV' in project 'SwiftCSV'
        ➜ Explicit dependency on target 'BooleanExpressionEvaluation' in project 'BooleanExpressionEvaluation'
    Target 'ScoutCLTCore' in project 'Scout'
        ➜ Explicit dependency on target 'Parsing' in project 'Scout'
        ➜ Explicit dependency on target 'Scout' in project 'Scout'
        ➜ Explicit dependency on target 'AEXML' in project 'AEXML'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'SwiftCSV' in project 'SwiftCSV'
        ➜ Explicit dependency on target 'BooleanExpressionEvaluation' in project 'BooleanExpressionEvaluation'
    Target 'Scout' in project 'Scout'
        ➜ Explicit dependency on target 'Scout' in project 'Scout'
        ➜ Explicit dependency on target 'Parsing' in project 'Scout'
        ➜ Explicit dependency on target 'AEXML' in project 'AEXML'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'SwiftCSV' in project 'SwiftCSV'
        ➜ Explicit dependency on target 'BooleanExpressionEvaluation' in project 'BooleanExpressionEvaluation'
    Target 'Scout' in project 'Scout'
        ➜ Explicit dependency on target 'Parsing' in project 'Scout'
        ➜ Explicit dependency on target 'AEXML' in project 'AEXML'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'SwiftCSV' in project 'SwiftCSV'
        ➜ Explicit dependency on target 'BooleanExpressionEvaluation' in project 'BooleanExpressionEvaluation'
    Target 'BooleanExpressionEvaluation' in project 'BooleanExpressionEvaluation'
        ➜ Explicit dependency on target 'BooleanExpressionEvaluation' in project 'BooleanExpressionEvaluation'
    Target 'BooleanExpressionEvaluation' in project 'BooleanExpressionEvaluation' (no dependencies)
    Target 'SwiftCSV' in project 'SwiftCSV'
        ➜ Explicit dependency on target 'SwiftCSV' in project 'SwiftCSV'
        ➜ Explicit dependency on target 'SwiftCSV_SwiftCSV' in project 'SwiftCSV'
    Target 'SwiftCSV' in project 'SwiftCSV'
        ➜ Explicit dependency on target 'SwiftCSV_SwiftCSV' in project 'SwiftCSV'
    Target 'SwiftCSV_SwiftCSV' in project 'SwiftCSV' (no dependencies)
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'CYaml' in project 'Yams' (no dependencies)
    Target 'AEXML' in project 'AEXML'
        ➜ Explicit dependency on target 'AEXML' in project 'AEXML'
    Target 'AEXML' in project 'AEXML' (no dependencies)
    Target 'Parsing' in project 'Scout' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: e267f93fd4c6fefd7e38178ff7cc0ed7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e267f93fd4c6fefd7e38178ff7cc0ed7.xcbuilddata
error: The package product 'Yams' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'Scout' from project 'Scout')
error: The package product 'BooleanExpressionEvaluation' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'Scout' from project 'Scout')
error: The package product 'Yams' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'ScoutCLT' from project 'Scout')
error: The package product 'BooleanExpressionEvaluation' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'ScoutCLT' from project 'Scout')
error: The package product 'ArgumentParser' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'ScoutCLT' from project 'Scout')
error: The package product 'Lux' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'ScoutCLT' from project 'Scout')
error: The package product 'Yams' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'ScoutCLTCore' from project 'Scout')
error: The package product 'BooleanExpressionEvaluation' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'ScoutCLTCore' from project 'Scout')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Scout-Package
(1 failure)
BUILD FAILURE 6.1 watchOS