The Swift Package Index logo.Swift Package Index

Build Information

Failed to build xcstrings-crud, reference main (3acc94), with Swift 6.1 for watchOS using Xcode 16.3 on 26 Apr 2026 06:12:27 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Ryu0118/xcstrings-crud.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Ryu0118/xcstrings-crud
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3acc94f Merge pull request #17 from Ryu0118/fix/plural-device-variation-decoding
Cloned https://github.com/Ryu0118/xcstrings-crud.git
Revision (git rev-parse @):
3acc94fc608ef9a8588e43f6f15738e31690607f
SUCCESS checkout https://github.com/Ryu0118/xcstrings-crud.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Ryu0118/xcstrings-crud.git
https://github.com/Ryu0118/xcstrings-crud.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-sdk",
      "requirement" : {
        "exact" : [
          "0.10.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/modelcontextprotocol/swift-sdk"
    }
  ],
  "manifest_display_name" : "xcstrings-crud",
  "name" : "xcstrings-crud",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "xcstrings-crud",
      "targets" : [
        "xcstrings-crud"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "xcstrings_crud",
      "module_type" : "SwiftTarget",
      "name" : "xcstrings-crud",
      "path" : "Sources/xcstrings-crud",
      "product_memberships" : [
        "xcstrings-crud"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "XCStringsCLI"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "XCStringsMCP",
      "module_type" : "SwiftTarget",
      "name" : "XCStringsMCP",
      "path" : "Sources/XCStringsMCP",
      "product_dependencies" : [
        "MCP"
      ],
      "product_memberships" : [
        "xcstrings-crud"
      ],
      "sources" : [
        "Handlers/BatchToolHandlers.swift",
        "Handlers/CreateToolHandlers.swift",
        "Handlers/DeleteToolHandlers.swift",
        "Handlers/GetToolHandlers.swift",
        "Handlers/ListToolHandlers.swift",
        "Handlers/StatsToolHandlers.swift",
        "Handlers/WriteToolHandlers.swift",
        "MCPServer.swift",
        "ToolHandler.swift",
        "ToolHandlerRegistry.swift"
      ],
      "target_dependencies" : [
        "XCStringsKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XCStringsKitTests",
      "module_type" : "SwiftTarget",
      "name" : "XCStringsKitTests",
      "path" : "Tests/XCStringsKitTests",
      "sources" : [
        "AddOperationsTests.swift",
        "BatchEntryParserTests.swift",
        "BatchOperationsTests.swift",
        "CheckOperationsTests.swift",
        "ConcurrentAccessTests.swift",
        "DeleteOperationsTests.swift",
        "ErrorHandlingTests.swift",
        "FixtureType.swift",
        "GetOperationsTests.swift",
        "ListOperationsTests.swift",
        "PersistenceTests.swift",
        "RenameOperationsTests.swift",
        "SpecialCharactersTests.swift",
        "StatsOperationsTests.swift",
        "TestFixtures.swift",
        "TranslationParserTests.swift",
        "UpdateOperationsTests.swift",
        "XCStringsFileHandlerTests.swift",
        "XCStringsReaderTests.swift",
        "XCStringsStatsCalculatorTests.swift",
        "XCStringsWriterTests.swift"
      ],
      "target_dependencies" : [
        "XCStringsKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCStringsKit",
      "module_type" : "SwiftTarget",
      "name" : "XCStringsKit",
      "path" : "Sources/XCStringsKit",
      "product_memberships" : [
        "xcstrings-crud"
      ],
      "sources" : [
        "BatchEntryParser.swift",
        "Errors.swift",
        "Models/XCStrings.swift",
        "TranslationParser.swift",
        "XCStringsFileHandler.swift",
        "XCStringsParser.swift",
        "XCStringsReader.swift",
        "XCStringsStatsCalculator.swift",
        "XCStringsWriter.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XCStringsCLI",
      "module_type" : "SwiftTarget",
      "name" : "XCStringsCLI",
      "path" : "Sources/XCStringsCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "xcstrings-crud"
      ],
      "sources" : [
        "AddCommand.swift",
        "BatchCommand.swift",
        "CLIOutput.swift",
        "CheckCommand.swift",
        "CreateCommand.swift",
        "DeleteCommand.swift",
        "GetCommand.swift",
        "ListCommand.swift",
        "MCPCommand.swift",
        "RenameCommand.swift",
        "StatsCommand.swift",
        "UpdateCommand.swift",
        "XCStringsCLI.swift"
      ],
      "target_dependencies" : [
        "XCStringsKit",
        "XCStringsMCP"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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/modelcontextprotocol/swift-sdk
Fetching from https://github.com/apple/swift-argument-parser (cached)
Fetching from https://github.com/mattt/eventsource.git
Fetching from https://github.com/apple/swift-system.git (cached)
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/apple/swift-nio.git (cached)
Fetching from https://github.com/swift-server/async-http-client.git (cached)
Fetching from https://github.com/apple/swift-nio-http2.git (cached)
Fetching from https://github.com/apple/swift-distributed-tracing.git
Fetching from https://github.com/apple/swift-atomics.git (cached)
Fetching from https://github.com/apple/swift-nio-transport-services.git (cached)
Fetching from https://github.com/apple/swift-nio-ssl.git (cached)
Fetching from https://github.com/apple/swift-algorithms.git (cached)
Fetching from https://github.com/apple/swift-nio-extras.git (cached)
Fetching from https://github.com/apple/swift-service-context.git
Fetching from https://github.com/apple/swift-numerics.git (cached)
Fetching from https://github.com/apple/swift-async-algorithms.git
Fetching from https://github.com/apple/swift-certificates.git
Fetching from https://github.com/swift-server/swift-service-lifecycle.git
Fetching from https://github.com/apple/swift-http-structured-headers.git (cached)
Fetching from https://github.com/apple/swift-asn1.git (cached)
Fetching from https://github.com/apple/swift-http-types.git (cached)
Fetching from https://github.com/apple/swift-collections.git (cached)
Fetching from https://github.com/apple/swift-crypto.git (cached)
Creating working copy of package ‘swift-collections’
Checking out 1.4.1 of package ‘swift-collections’
Creating working copy of package ‘swift-atomics’
Checking out 1.3.0 of package ‘swift-atomics’
Creating working copy of package ‘swift-algorithms’
Checking out 1.2.1 of package ‘swift-algorithms’
Creating working copy of package ‘swift-log’
Checking out 1.12.0 of package ‘swift-log’
Creating working copy of package ‘swift-nio-transport-services’
Checking out 1.28.0 of package ‘swift-nio-transport-services’
Creating working copy of package ‘swift-service-context’
Checking out 1.3.0 of package ‘swift-service-context’
Creating working copy of package ‘swift-service-lifecycle’
Checking out 2.11.0 of package ‘swift-service-lifecycle’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.7.1 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-http-structured-headers’
Checking out 1.7.0 of package ‘swift-http-structured-headers’
Creating working copy of package ‘swift-distributed-tracing’
Checking out 1.4.1 of package ‘swift-distributed-tracing’
Creating working copy of package ‘swift-crypto’
Checking out 4.5.0 of package ‘swift-crypto’
Creating working copy of package ‘swift-sdk’
Checking out 0.10.2 of package ‘swift-sdk’
Creating working copy of package ‘swift-nio’
Checking out 2.99.0 of package ‘swift-nio’
Creating working copy of package ‘swift-nio-http2’
Checking out 1.43.0 of package ‘swift-nio-http2’
Creating working copy of package ‘swift-numerics’
Checking out 1.1.1 of package ‘swift-numerics’
Creating working copy of package ‘async-http-client’
Checking out 1.33.1 of package ‘async-http-client’
Creating working copy of package ‘swift-system’
Checking out 1.6.4 of package ‘swift-system’
Creating working copy of package ‘swift-http-types’
Checking out 1.5.1 of package ‘swift-http-types’
Creating working copy of package ‘swift-nio-extras’
Checking out 1.34.0 of package ‘swift-nio-extras’
Creating working copy of package ‘eventsource’
Checking out 1.4.1 of package ‘eventsource’
Creating working copy of package ‘swift-nio-ssl’
Checking out 2.37.0 of package ‘swift-nio-ssl’
Creating working copy of package ‘swift-asn1’
Checking out 1.7.0 of package ‘swift-asn1’
Creating working copy of package ‘swift-async-algorithms’
Checking out 1.1.3 of package ‘swift-async-algorithms’
Creating working copy of package ‘swift-certificates’
Checking out 1.19.0 of package ‘swift-certificates’
Resolve Package Graph
Resolved source packages:
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
  swift-system: https://github.com/apple/swift-system.git @ 1.6.4
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
  swift-nio-extras: https://github.com/apple/swift-nio-extras.git @ 1.34.0
  swift-nio: https://github.com/apple/swift-nio.git @ 2.99.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
  swift-service-lifecycle: https://github.com/swift-server/swift-service-lifecycle.git @ 2.11.0
  async-http-client: https://github.com/swift-server/async-http-client.git @ 1.33.1
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms.git @ 1.1.3
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
  swift-nio-ssl: https://github.com/apple/swift-nio-ssl.git @ 2.37.0
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
  EventSource: https://github.com/mattt/eventsource.git @ 1.4.1
  swift-http-types: https://github.com/apple/swift-http-types.git @ 1.5.1
  mcp-swift-sdk: https://github.com/modelcontextprotocol/swift-sdk @ 0.10.2
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.1
  swift-crypto: https://github.com/apple/swift-crypto.git @ 4.5.0
  swift-log: https://github.com/apple/swift-log.git @ 1.12.0
  swift-service-context: https://github.com/apple/swift-service-context.git @ 1.3.0
  swift-certificates: https://github.com/apple/swift-certificates.git @ 1.19.0
  swift-http-structured-headers: https://github.com/apple/swift-http-structured-headers.git @ 1.7.0
  swift-nio-http2: https://github.com/apple/swift-nio-http2.git @ 1.43.0
  xcstrings-crud: /Users/admin/builder/spi-builder-workspace
  swift-distributed-tracing: https://github.com/apple/swift-distributed-tracing.git @ 1.4.1
  swift-nio-transport-services: https://github.com/apple/swift-nio-transport-services.git @ 1.28.0
resolved source packages: swift-algorithms, swift-system, swift-argument-parser, swift-nio-extras, swift-nio, swift-collections, swift-service-lifecycle, async-http-client, swift-async-algorithms, swift-atomics, swift-nio-ssl, swift-asn1, EventSource, swift-http-types, mcp-swift-sdk, swift-numerics, swift-crypto, swift-log, swift-service-context, swift-certificates, swift-http-structured-headers, swift-nio-http2, xcstrings-crud, swift-distributed-tracing, swift-nio-transport-services
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-sdk",
      "requirement" : {
        "exact" : [
          "0.10.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/modelcontextprotocol/swift-sdk"
    }
  ],
  "manifest_display_name" : "xcstrings-crud",
  "name" : "xcstrings-crud",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "xcstrings-crud",
      "targets" : [
        "xcstrings-crud"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "xcstrings_crud",
      "module_type" : "SwiftTarget",
      "name" : "xcstrings-crud",
      "path" : "Sources/xcstrings-crud",
      "product_memberships" : [
        "xcstrings-crud"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "XCStringsCLI"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "XCStringsMCP",
      "module_type" : "SwiftTarget",
      "name" : "XCStringsMCP",
      "path" : "Sources/XCStringsMCP",
      "product_dependencies" : [
        "MCP"
      ],
      "product_memberships" : [
        "xcstrings-crud"
      ],
      "sources" : [
        "Handlers/BatchToolHandlers.swift",
        "Handlers/CreateToolHandlers.swift",
        "Handlers/DeleteToolHandlers.swift",
        "Handlers/GetToolHandlers.swift",
        "Handlers/ListToolHandlers.swift",
        "Handlers/StatsToolHandlers.swift",
        "Handlers/WriteToolHandlers.swift",
        "MCPServer.swift",
        "ToolHandler.swift",
        "ToolHandlerRegistry.swift"
      ],
      "target_dependencies" : [
        "XCStringsKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XCStringsKitTests",
      "module_type" : "SwiftTarget",
      "name" : "XCStringsKitTests",
      "path" : "Tests/XCStringsKitTests",
      "sources" : [
        "AddOperationsTests.swift",
        "BatchEntryParserTests.swift",
        "BatchOperationsTests.swift",
        "CheckOperationsTests.swift",
        "ConcurrentAccessTests.swift",
        "DeleteOperationsTests.swift",
        "ErrorHandlingTests.swift",
        "FixtureType.swift",
        "GetOperationsTests.swift",
        "ListOperationsTests.swift",
        "PersistenceTests.swift",
        "RenameOperationsTests.swift",
        "SpecialCharactersTests.swift",
        "StatsOperationsTests.swift",
        "TestFixtures.swift",
        "TranslationParserTests.swift",
        "UpdateOperationsTests.swift",
        "XCStringsFileHandlerTests.swift",
        "XCStringsReaderTests.swift",
        "XCStringsStatsCalculatorTests.swift",
        "XCStringsWriterTests.swift"
      ],
      "target_dependencies" : [
        "XCStringsKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCStringsKit",
      "module_type" : "SwiftTarget",
      "name" : "XCStringsKit",
      "path" : "Sources/XCStringsKit",
      "product_memberships" : [
        "xcstrings-crud"
      ],
      "sources" : [
        "BatchEntryParser.swift",
        "Errors.swift",
        "Models/XCStrings.swift",
        "TranslationParser.swift",
        "XCStringsFileHandler.swift",
        "XCStringsParser.swift",
        "XCStringsReader.swift",
        "XCStringsStatsCalculator.swift",
        "XCStringsWriter.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XCStringsCLI",
      "module_type" : "SwiftTarget",
      "name" : "XCStringsCLI",
      "path" : "Sources/XCStringsCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "xcstrings-crud"
      ],
      "sources" : [
        "AddCommand.swift",
        "BatchCommand.swift",
        "CLIOutput.swift",
        "CheckCommand.swift",
        "CreateCommand.swift",
        "DeleteCommand.swift",
        "GetCommand.swift",
        "ListCommand.swift",
        "MCPCommand.swift",
        "RenameCommand.swift",
        "StatsCommand.swift",
        "UpdateCommand.swift",
        "XCStringsCLI.swift"
      ],
      "target_dependencies" : [
        "XCStringsKit",
        "XCStringsMCP"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "xcstrings-crud"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme xcstrings-crud -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
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 xcstrings-crud -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.1
  swift-crypto: https://github.com/apple/swift-crypto.git @ 4.5.0
  swift-http-types: https://github.com/apple/swift-http-types.git @ 1.5.1
  swift-system: https://github.com/apple/swift-system.git @ 1.6.4
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
  swift-log: https://github.com/apple/swift-log.git @ 1.12.0
  mcp-swift-sdk: https://github.com/modelcontextprotocol/swift-sdk @ 0.10.2
  swift-service-context: https://github.com/apple/swift-service-context.git @ 1.3.0
  swift-distributed-tracing: https://github.com/apple/swift-distributed-tracing.git @ 1.4.1
  swift-nio-extras: https://github.com/apple/swift-nio-extras.git @ 1.34.0
  EventSource: https://github.com/mattt/eventsource.git @ 1.4.1
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
  xcstrings-crud: /Users/admin/builder/spi-builder-workspace
  swift-http-structured-headers: https://github.com/apple/swift-http-structured-headers.git @ 1.7.0
  swift-service-lifecycle: https://github.com/swift-server/swift-service-lifecycle.git @ 2.11.0
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms.git @ 1.1.3
  swift-nio-ssl: https://github.com/apple/swift-nio-ssl.git @ 2.37.0
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
  swift-certificates: https://github.com/apple/swift-certificates.git @ 1.19.0
  swift-nio: https://github.com/apple/swift-nio.git @ 2.99.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
  async-http-client: https://github.com/swift-server/async-http-client.git @ 1.33.1
  swift-nio-transport-services: https://github.com/apple/swift-nio-transport-services.git @ 1.28.0
  swift-nio-http2: https://github.com/apple/swift-nio-http2.git @ 1.43.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (34 targets)
    Target 'xcstrings-crud' in project 'xcstrings-crud'
        ➜ Explicit dependency on target 'XCStringsKit' in project 'xcstrings-crud'
        ➜ Explicit dependency on target 'XCStringsMCP' in project 'xcstrings-crud'
        ➜ Explicit dependency on target 'XCStringsCLI' in project 'xcstrings-crud'
        ➜ Explicit dependency on target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'XCStringsCLI' in project 'xcstrings-crud'
        ➜ Explicit dependency on target 'XCStringsKit' in project 'xcstrings-crud'
        ➜ Explicit dependency on target 'XCStringsMCP' in project 'xcstrings-crud'
        ➜ Explicit dependency on target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    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 'XCStringsMCP' in project 'xcstrings-crud'
        ➜ Explicit dependency on target 'XCStringsKit' in project 'xcstrings-crud'
        ➜ Explicit dependency on target 'MCP' in project 'mcp-swift-sdk'
    Target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'EventSource' in project 'EventSource'
    Target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'EventSource' in project 'EventSource'
    Target 'EventSource' in project 'EventSource'
        ➜ Explicit dependency on target 'EventSource' in project 'EventSource'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
    Target 'EventSource' in project 'EventSource'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
    Target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOOpenBSD' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOOpenBSD' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target '_AtomicsShims' in project 'swift-atomics'
    Target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target '_AtomicsShims' in project 'swift-atomics'
    Target '_AtomicsShims' in project 'swift-atomics' (no dependencies)
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
    Target 'ContainersPreview' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target '_NIODataStructures' in project 'swift-nio' (no dependencies)
    Target 'CNIOWASI' in project 'swift-nio' (no dependencies)
    Target 'CNIOWindows' in project 'swift-nio' (no dependencies)
    Target 'CNIOLinux' in project 'swift-nio' (no dependencies)
    Target 'CNIODarwin' in project 'swift-nio' (no dependencies)
    Target 'CNIOOpenBSD' in project 'swift-nio' (no dependencies)
    Target '_NIOBase64' in project 'swift-nio' (no dependencies)
    Target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
    Target 'CNIOAtomics' in project 'swift-nio' (no dependencies)
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'CSystem' in project 'swift-system' (no dependencies)
    Target 'XCStringsKit' in project 'xcstrings-crud' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/swiftc --version
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: 909c2accfca9c1063165ed994f0228ea
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/909c2accfca9c1063165ed994f0228ea.xcbuilddata
error: The package product 'MCP' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'XCStringsCLI' from project 'xcstrings-crud')
error: The package product 'MCP' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'XCStringsMCP' from project 'xcstrings-crud')
error: The package product 'MCP' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'xcstrings-crud' from project 'xcstrings-crud')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme xcstrings-crud
(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:
  swift-nio-ssl: https://github.com/apple/swift-nio-ssl.git @ 2.37.0
  mcp-swift-sdk: https://github.com/modelcontextprotocol/swift-sdk @ 0.10.2
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
  swift-http-types: https://github.com/apple/swift-http-types.git @ 1.5.1
  swift-http-structured-headers: https://github.com/apple/swift-http-structured-headers.git @ 1.7.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms.git @ 1.1.3
  swift-crypto: https://github.com/apple/swift-crypto.git @ 4.5.0
  swift-nio: https://github.com/apple/swift-nio.git @ 2.99.0
  swift-service-context: https://github.com/apple/swift-service-context.git @ 1.3.0
  xcstrings-crud: /Users/admin/builder/spi-builder-workspace
  swift-system: https://github.com/apple/swift-system.git @ 1.6.4
  swift-nio-http2: https://github.com/apple/swift-nio-http2.git @ 1.43.0
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.1
  async-http-client: https://github.com/swift-server/async-http-client.git @ 1.33.1
  EventSource: https://github.com/mattt/eventsource.git @ 1.4.1
  swift-certificates: https://github.com/apple/swift-certificates.git @ 1.19.0
  swift-service-lifecycle: https://github.com/swift-server/swift-service-lifecycle.git @ 2.11.0
  swift-distributed-tracing: https://github.com/apple/swift-distributed-tracing.git @ 1.4.1
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
  swift-nio-transport-services: https://github.com/apple/swift-nio-transport-services.git @ 1.28.0
  swift-nio-extras: https://github.com/apple/swift-nio-extras.git @ 1.34.0
  swift-log: https://github.com/apple/swift-log.git @ 1.12.0
resolved source packages: swift-nio-ssl, mcp-swift-sdk, swift-atomics, swift-http-types, swift-http-structured-headers, swift-argument-parser, swift-async-algorithms, swift-crypto, swift-nio, swift-service-context, xcstrings-crud, swift-system, swift-nio-http2, swift-asn1, swift-numerics, async-http-client, EventSource, swift-certificates, swift-service-lifecycle, swift-distributed-tracing, swift-algorithms, swift-collections, swift-nio-transport-services, swift-nio-extras, swift-log
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-sdk",
      "requirement" : {
        "exact" : [
          "0.10.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/modelcontextprotocol/swift-sdk"
    }
  ],
  "manifest_display_name" : "xcstrings-crud",
  "name" : "xcstrings-crud",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "xcstrings-crud",
      "targets" : [
        "xcstrings-crud"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "xcstrings_crud",
      "module_type" : "SwiftTarget",
      "name" : "xcstrings-crud",
      "path" : "Sources/xcstrings-crud",
      "product_memberships" : [
        "xcstrings-crud"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "XCStringsCLI"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "XCStringsMCP",
      "module_type" : "SwiftTarget",
      "name" : "XCStringsMCP",
      "path" : "Sources/XCStringsMCP",
      "product_dependencies" : [
        "MCP"
      ],
      "product_memberships" : [
        "xcstrings-crud"
      ],
      "sources" : [
        "Handlers/BatchToolHandlers.swift",
        "Handlers/CreateToolHandlers.swift",
        "Handlers/DeleteToolHandlers.swift",
        "Handlers/GetToolHandlers.swift",
        "Handlers/ListToolHandlers.swift",
        "Handlers/StatsToolHandlers.swift",
        "Handlers/WriteToolHandlers.swift",
        "MCPServer.swift",
        "ToolHandler.swift",
        "ToolHandlerRegistry.swift"
      ],
      "target_dependencies" : [
        "XCStringsKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XCStringsKitTests",
      "module_type" : "SwiftTarget",
      "name" : "XCStringsKitTests",
      "path" : "Tests/XCStringsKitTests",
      "sources" : [
        "AddOperationsTests.swift",
        "BatchEntryParserTests.swift",
        "BatchOperationsTests.swift",
        "CheckOperationsTests.swift",
        "ConcurrentAccessTests.swift",
        "DeleteOperationsTests.swift",
        "ErrorHandlingTests.swift",
        "FixtureType.swift",
        "GetOperationsTests.swift",
        "ListOperationsTests.swift",
        "PersistenceTests.swift",
        "RenameOperationsTests.swift",
        "SpecialCharactersTests.swift",
        "StatsOperationsTests.swift",
        "TestFixtures.swift",
        "TranslationParserTests.swift",
        "UpdateOperationsTests.swift",
        "XCStringsFileHandlerTests.swift",
        "XCStringsReaderTests.swift",
        "XCStringsStatsCalculatorTests.swift",
        "XCStringsWriterTests.swift"
      ],
      "target_dependencies" : [
        "XCStringsKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCStringsKit",
      "module_type" : "SwiftTarget",
      "name" : "XCStringsKit",
      "path" : "Sources/XCStringsKit",
      "product_memberships" : [
        "xcstrings-crud"
      ],
      "sources" : [
        "BatchEntryParser.swift",
        "Errors.swift",
        "Models/XCStrings.swift",
        "TranslationParser.swift",
        "XCStringsFileHandler.swift",
        "XCStringsParser.swift",
        "XCStringsReader.swift",
        "XCStringsStatsCalculator.swift",
        "XCStringsWriter.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XCStringsCLI",
      "module_type" : "SwiftTarget",
      "name" : "XCStringsCLI",
      "path" : "Sources/XCStringsCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "xcstrings-crud"
      ],
      "sources" : [
        "AddCommand.swift",
        "BatchCommand.swift",
        "CLIOutput.swift",
        "CheckCommand.swift",
        "CreateCommand.swift",
        "DeleteCommand.swift",
        "GetCommand.swift",
        "ListCommand.swift",
        "MCPCommand.swift",
        "RenameCommand.swift",
        "StatsCommand.swift",
        "UpdateCommand.swift",
        "XCStringsCLI.swift"
      ],
      "target_dependencies" : [
        "XCStringsKit",
        "XCStringsMCP"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "xcstrings-crud"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme xcstrings-crud -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 xcstrings-crud -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
  swift-nio-http2: https://github.com/apple/swift-nio-http2.git @ 1.43.0
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.1
  swift-crypto: https://github.com/apple/swift-crypto.git @ 4.5.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
  swift-certificates: https://github.com/apple/swift-certificates.git @ 1.19.0
  async-http-client: https://github.com/swift-server/async-http-client.git @ 1.33.1
  swift-nio-transport-services: https://github.com/apple/swift-nio-transport-services.git @ 1.28.0
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms.git @ 1.1.3
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
  swift-system: https://github.com/apple/swift-system.git @ 1.6.4
  swift-http-types: https://github.com/apple/swift-http-types.git @ 1.5.1
  mcp-swift-sdk: https://github.com/modelcontextprotocol/swift-sdk @ 0.10.2
  swift-service-context: https://github.com/apple/swift-service-context.git @ 1.3.0
  swift-http-structured-headers: https://github.com/apple/swift-http-structured-headers.git @ 1.7.0
  EventSource: https://github.com/mattt/eventsource.git @ 1.4.1
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
  swift-nio: https://github.com/apple/swift-nio.git @ 2.99.0
  swift-nio-extras: https://github.com/apple/swift-nio-extras.git @ 1.34.0
  swift-service-lifecycle: https://github.com/swift-server/swift-service-lifecycle.git @ 2.11.0
  xcstrings-crud: /Users/admin/builder/spi-builder-workspace
  swift-nio-ssl: https://github.com/apple/swift-nio-ssl.git @ 2.37.0
  swift-log: https://github.com/apple/swift-log.git @ 1.12.0
  swift-distributed-tracing: https://github.com/apple/swift-distributed-tracing.git @ 1.4.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (34 targets)
    Target 'xcstrings-crud' in project 'xcstrings-crud'
        ➜ Explicit dependency on target 'XCStringsKit' in project 'xcstrings-crud'
        ➜ Explicit dependency on target 'XCStringsMCP' in project 'xcstrings-crud'
        ➜ Explicit dependency on target 'XCStringsCLI' in project 'xcstrings-crud'
        ➜ Explicit dependency on target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'XCStringsCLI' in project 'xcstrings-crud'
        ➜ Explicit dependency on target 'XCStringsKit' in project 'xcstrings-crud'
        ➜ Explicit dependency on target 'XCStringsMCP' in project 'xcstrings-crud'
        ➜ Explicit dependency on target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    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 'XCStringsMCP' in project 'xcstrings-crud'
        ➜ Explicit dependency on target 'XCStringsKit' in project 'xcstrings-crud'
        ➜ Explicit dependency on target 'MCP' in project 'mcp-swift-sdk'
    Target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'EventSource' in project 'EventSource'
    Target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'EventSource' in project 'EventSource'
    Target 'EventSource' in project 'EventSource'
        ➜ Explicit dependency on target 'EventSource' in project 'EventSource'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
    Target 'EventSource' in project 'EventSource'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
    Target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOOpenBSD' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOOpenBSD' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target '_AtomicsShims' in project 'swift-atomics'
    Target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target '_AtomicsShims' in project 'swift-atomics'
    Target '_AtomicsShims' in project 'swift-atomics' (no dependencies)
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
    Target 'ContainersPreview' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target '_NIODataStructures' in project 'swift-nio' (no dependencies)
    Target 'CNIOWASI' in project 'swift-nio' (no dependencies)
    Target 'CNIOWindows' in project 'swift-nio' (no dependencies)
    Target 'CNIOLinux' in project 'swift-nio' (no dependencies)
    Target 'CNIODarwin' in project 'swift-nio' (no dependencies)
    Target 'CNIOOpenBSD' in project 'swift-nio' (no dependencies)
    Target '_NIOBase64' in project 'swift-nio' (no dependencies)
    Target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
    Target 'CNIOAtomics' in project 'swift-nio' (no dependencies)
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'CSystem' in project 'swift-system' (no dependencies)
    Target 'XCStringsKit' in project 'xcstrings-crud' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/swiftc --version
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: 54d93af7c046be909c2a6c4679a4dcb4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/54d93af7c046be909c2a6c4679a4dcb4.xcbuilddata
error: The package product 'MCP' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'xcstrings-crud' from project 'xcstrings-crud')
error: The package product 'MCP' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'XCStringsMCP' from project 'xcstrings-crud')
error: The package product 'MCP' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'XCStringsCLI' from project 'xcstrings-crud')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme xcstrings-crud
(1 failure)
BUILD FAILURE 6.1 watchOS