The Swift Package Index logo.Swift Package Index

Build Information

Failed to build monocle, reference main (31dd65), with Swift 6.3 for watchOS using Xcode 26.4 on 18 Apr 2026 08:54:06 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftedMind/monocle.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftedMind/monocle
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 31dd650 docs(changelog): add 1.6.0 Tuist support
Cloned https://github.com/SwiftedMind/monocle.git
Revision (git rev-parse @):
31dd6500c3b26e7e698e910072af5662b955711f
SUCCESS checkout https://github.com/SwiftedMind/monocle.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/SwiftedMind/monocle.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/ChimeHQ/LanguageClient.git
Fetching from https://github.com/apple/swift-argument-parser.git
Fetching from https://github.com/ChimeHQ/LanguageServerProtocol.git
Fetching from https://github.com/davbeck/swift-glob
Fetching from https://github.com/mattmassicotte/Queue
Fetching from https://github.com/ChimeHQ/JSONRPC
Fetching from https://github.com/ChimeHQ/ProcessEnv
Fetching from https://github.com/groue/Semaphore
Fetching from https://github.com/Frizlab/FSEventsWrapper
Creating working copy of package ‘JSONRPC’
Checking out 0.9.2 of package ‘JSONRPC’
Creating working copy of package ‘Semaphore’
Checking out 0.1.0 of package ‘Semaphore’
Creating working copy of package ‘ProcessEnv’
Checking out 1.0.1 of package ‘ProcessEnv’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.7.1 of package ‘swift-argument-parser’
Creating working copy of package ‘LanguageServerProtocol’
Checking out 0.14.0 of package ‘LanguageServerProtocol’
Creating working copy of package ‘FSEventsWrapper’
Checking out 2.1.0 of package ‘FSEventsWrapper’
Creating working copy of package ‘Queue’
Checking out 0.2.2 of package ‘Queue’
Creating working copy of package ‘LanguageClient’
Checking out 0.8.2 of package ‘LanguageClient’
Creating working copy of package ‘swift-glob’
Checking out 0.2.0 of package ‘swift-glob’
Resolve Package Graph
Resolved source packages:
  Semaphore: https://github.com/groue/Semaphore @ 0.1.0
  LanguageServerProtocol: https://github.com/ChimeHQ/LanguageServerProtocol.git @ 0.14.0
  monocle: /Users/admin/builder/spi-builder-workspace
  Queue: https://github.com/mattmassicotte/Queue @ 0.2.2
  JSONRPC: https://github.com/ChimeHQ/JSONRPC @ 0.9.2
  LanguageClient: https://github.com/ChimeHQ/LanguageClient.git @ 0.8.2
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
  FSEventsWrapper: https://github.com/Frizlab/FSEventsWrapper @ 2.1.0
  ProcessEnv: https://github.com/ChimeHQ/ProcessEnv @ 1.0.1
  swift-glob: https://github.com/davbeck/swift-glob @ 0.2.0
resolved source packages: Semaphore, LanguageServerProtocol, monocle, Queue, JSONRPC, LanguageClient, swift-argument-parser, FSEventsWrapper, ProcessEnv, swift-glob
2026-04-18 04:53:12.762 xcodebuild[530:3069] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-18 04:53:12.860 xcodebuild[530:3069] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-18 04:53:13.320 xcodebuild[530:3069] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "languageserverprotocol",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.14.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/LanguageServerProtocol.git"
    },
    {
      "identity" : "languageclient",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/LanguageClient.git"
    }
  ],
  "manifest_display_name" : "monocle",
  "name" : "monocle",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "MonocleCore",
      "targets" : [
        "MonocleCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "monocle",
      "targets" : [
        "MonocleCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MonocleCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "MonocleCoreTests",
      "path" : "Tests/MonocleCoreTests",
      "sources" : [
        "FileDescriptorIOTests.swift",
        "PackageCheckoutLocatorTests.swift",
        "SourceKitServiceTests.swift",
        "SymbolSearchRankingTests.swift",
        "WorkspaceLocatorTests.swift"
      ],
      "target_dependencies" : [
        "MonocleCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MonocleCore",
      "module_type" : "SwiftTarget",
      "name" : "MonocleCore",
      "path" : "Sources/MonocleCore",
      "product_dependencies" : [
        "LanguageServerProtocol",
        "LanguageClient"
      ],
      "product_memberships" : [
        "MonocleCore",
        "monocle"
      ],
      "sources" : [
        "Daemon/DaemonClient.swift",
        "Daemon/DaemonModels.swift",
        "Daemon/DaemonRequestHandler.swift",
        "Daemon/DaemonServer.swift",
        "Daemon/DaemonSessionManager.swift",
        "Daemon/FileDescriptorIO.swift",
        "Daemon/UnixDomainSocket.swift",
        "FilePathResolver.swift",
        "LspSession+Helpers.swift",
        "LspSession.swift",
        "MonocleError.swift",
        "PackageCheckoutLocator.swift",
        "SourceKitService.swift",
        "SymbolInfo.swift",
        "SymbolSearchRanking.swift",
        "ToolchainConfiguration.swift",
        "Version.generated.swift",
        "Workspace.swift",
        "WorkspaceLocator.swift",
        "XcodeSwiftPackageDependencyLocator.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MonocleCLI",
      "module_type" : "SwiftTarget",
      "name" : "MonocleCLI",
      "path" : "Sources/MonocleCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "monocle"
      ],
      "sources" : [
        "Commands/DefinitionCommand.swift",
        "Commands/HoverCommand.swift",
        "Commands/InspectCommand.swift",
        "Commands/PackagesCommand.swift",
        "Commands/ServeCommand.swift",
        "Commands/StatusCommand.swift",
        "Commands/StopCommand.swift",
        "Commands/SymbolCommand+Search.swift",
        "Commands/SymbolCommand.swift",
        "HumanReadablePrinter.swift",
        "MonocleCommand.swift",
        "MonocleMain.swift",
        "SymbolCommandRunner.swift",
        "SymbolSearchArguments.swift"
      ],
      "target_dependencies" : [
        "MonocleCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "monocle",
      "monocle-Package",
      "MonocleCore",
      "Semaphore"
    ]
  }
}
2026-04-18 04:53:49.383 xcodebuild[979:5368] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-18 04:53:49.483 xcodebuild[979:5368] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-18 04:53:49.623 xcodebuild[979:5368] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-18 04:53:49.791 xcodebuild[979:5368] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme monocle-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.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 monocle-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-glob: https://github.com/davbeck/swift-glob @ 0.2.0
  monocle: /Users/admin/builder/spi-builder-workspace
  FSEventsWrapper: https://github.com/Frizlab/FSEventsWrapper @ 2.1.0
  JSONRPC: https://github.com/ChimeHQ/JSONRPC @ 0.9.2
  ProcessEnv: https://github.com/ChimeHQ/ProcessEnv @ 1.0.1
  Semaphore: https://github.com/groue/Semaphore @ 0.1.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
  Queue: https://github.com/mattmassicotte/Queue @ 0.2.2
  LanguageServerProtocol: https://github.com/ChimeHQ/LanguageServerProtocol.git @ 0.14.0
  LanguageClient: https://github.com/ChimeHQ/LanguageClient.git @ 0.8.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (19 targets)
    Target 'monocle' in project 'monocle'
        ➜ Explicit dependency on target 'MonocleCore' in project 'monocle'
        ➜ Explicit dependency on target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
        ➜ Explicit dependency on target 'LanguageClient' in project 'LanguageClient'
        ➜ 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 'MonocleCore' in project 'monocle'
        ➜ Explicit dependency on target 'MonocleCore' in project 'monocle'
        ➜ Explicit dependency on target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
        ➜ Explicit dependency on target 'LanguageClient' in project 'LanguageClient'
    Target 'MonocleCore' in project 'monocle'
        ➜ Explicit dependency on target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
        ➜ Explicit dependency on target 'LanguageClient' in project 'LanguageClient'
    Target 'LanguageClient' in project 'LanguageClient'
        ➜ Explicit dependency on target 'LanguageClient' in project 'LanguageClient'
        ➜ Explicit dependency on target 'Glob' in project 'swift-glob'
        ➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
        ➜ Explicit dependency on target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
        ➜ Explicit dependency on target 'Queue' in project 'Queue'
        ➜ Explicit dependency on target 'Semaphore' in project 'Semaphore'
    Target 'LanguageClient' in project 'LanguageClient'
        ➜ Explicit dependency on target 'Glob' in project 'swift-glob'
        ➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
        ➜ Explicit dependency on target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
        ➜ Explicit dependency on target 'Queue' in project 'Queue'
        ➜ Explicit dependency on target 'Semaphore' in project 'Semaphore'
    Target 'Semaphore' in project 'Semaphore'
        ➜ Explicit dependency on target 'Semaphore' in project 'Semaphore'
    Target 'Semaphore' in project 'Semaphore' (no dependencies)
    Target 'Queue' in project 'Queue'
        ➜ Explicit dependency on target 'Queue' in project 'Queue'
    Target 'Queue' in project 'Queue' (no dependencies)
    Target 'Glob' in project 'swift-glob'
        ➜ Explicit dependency on target 'Glob' in project 'swift-glob'
        ➜ Explicit dependency on target 'FNMDefinitions' in project 'swift-glob'
    Target 'Glob' in project 'swift-glob'
        ➜ Explicit dependency on target 'FNMDefinitions' in project 'swift-glob'
    Target 'FNMDefinitions' in project 'swift-glob' (no dependencies)
    Target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
        ➜ Explicit dependency on target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
        ➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
    Target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
        ➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
    Target 'JSONRPC' in project 'JSONRPC'
        ➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
    Target 'JSONRPC' in project 'JSONRPC' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 662cd4c356c90b425553dddf29e2c4f5
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/662cd4c356c90b425553dddf29e2c4f5.xcbuilddata
error: The package product 'LanguageServerProtocol' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'MonocleCore' from project 'monocle')
error: The package product 'LanguageClient' requires minimum platform version 7.0 for the watchOS platform, but this target supports 5.0 (in target 'MonocleCore' from project 'monocle')
error: The package product 'LanguageServerProtocol' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'monocle' from project 'monocle')
error: The package product 'LanguageClient' requires minimum platform version 7.0 for the watchOS platform, but this target supports 5.0 (in target 'monocle' from project 'monocle')
2026-04-18 04:53:52.288 xcodebuild[1045:5741] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-18 04:53:52.389 xcodebuild[1045:5741] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme monocle-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  JSONRPC: https://github.com/ChimeHQ/JSONRPC @ 0.9.2
  swift-glob: https://github.com/davbeck/swift-glob @ 0.2.0
  ProcessEnv: https://github.com/ChimeHQ/ProcessEnv @ 1.0.1
  FSEventsWrapper: https://github.com/Frizlab/FSEventsWrapper @ 2.1.0
  Semaphore: https://github.com/groue/Semaphore @ 0.1.0
  LanguageServerProtocol: https://github.com/ChimeHQ/LanguageServerProtocol.git @ 0.14.0
  monocle: /Users/admin/builder/spi-builder-workspace
  Queue: https://github.com/mattmassicotte/Queue @ 0.2.2
  LanguageClient: https://github.com/ChimeHQ/LanguageClient.git @ 0.8.2
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
resolved source packages: JSONRPC, swift-glob, ProcessEnv, FSEventsWrapper, Semaphore, LanguageServerProtocol, monocle, Queue, LanguageClient, swift-argument-parser
2026-04-18 04:54:00.439 xcodebuild[1208:6502] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-18 04:54:00.539 xcodebuild[1208:6502] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "languageserverprotocol",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.14.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/LanguageServerProtocol.git"
    },
    {
      "identity" : "languageclient",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/LanguageClient.git"
    }
  ],
  "manifest_display_name" : "monocle",
  "name" : "monocle",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "MonocleCore",
      "targets" : [
        "MonocleCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "monocle",
      "targets" : [
        "MonocleCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MonocleCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "MonocleCoreTests",
      "path" : "Tests/MonocleCoreTests",
      "sources" : [
        "FileDescriptorIOTests.swift",
        "PackageCheckoutLocatorTests.swift",
        "SourceKitServiceTests.swift",
        "SymbolSearchRankingTests.swift",
        "WorkspaceLocatorTests.swift"
      ],
      "target_dependencies" : [
        "MonocleCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MonocleCore",
      "module_type" : "SwiftTarget",
      "name" : "MonocleCore",
      "path" : "Sources/MonocleCore",
      "product_dependencies" : [
        "LanguageServerProtocol",
        "LanguageClient"
      ],
      "product_memberships" : [
        "MonocleCore",
        "monocle"
      ],
      "sources" : [
        "Daemon/DaemonClient.swift",
        "Daemon/DaemonModels.swift",
        "Daemon/DaemonRequestHandler.swift",
        "Daemon/DaemonServer.swift",
        "Daemon/DaemonSessionManager.swift",
        "Daemon/FileDescriptorIO.swift",
        "Daemon/UnixDomainSocket.swift",
        "FilePathResolver.swift",
        "LspSession+Helpers.swift",
        "LspSession.swift",
        "MonocleError.swift",
        "PackageCheckoutLocator.swift",
        "SourceKitService.swift",
        "SymbolInfo.swift",
        "SymbolSearchRanking.swift",
        "ToolchainConfiguration.swift",
        "Version.generated.swift",
        "Workspace.swift",
        "WorkspaceLocator.swift",
        "XcodeSwiftPackageDependencyLocator.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MonocleCLI",
      "module_type" : "SwiftTarget",
      "name" : "MonocleCLI",
      "path" : "Sources/MonocleCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "monocle"
      ],
      "sources" : [
        "Commands/DefinitionCommand.swift",
        "Commands/HoverCommand.swift",
        "Commands/InspectCommand.swift",
        "Commands/PackagesCommand.swift",
        "Commands/ServeCommand.swift",
        "Commands/StatusCommand.swift",
        "Commands/StopCommand.swift",
        "Commands/SymbolCommand+Search.swift",
        "Commands/SymbolCommand.swift",
        "HumanReadablePrinter.swift",
        "MonocleCommand.swift",
        "MonocleMain.swift",
        "SymbolCommandRunner.swift",
        "SymbolSearchArguments.swift"
      ],
      "target_dependencies" : [
        "MonocleCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "monocle",
      "monocle-Package",
      "MonocleCore",
      "Semaphore"
    ]
  }
}
2026-04-18 04:54:02.573 xcodebuild[1251:6716] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-18 04:54:02.676 xcodebuild[1251:6716] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme monocle-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.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 monocle-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  LanguageClient: https://github.com/ChimeHQ/LanguageClient.git @ 0.8.2
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
  LanguageServerProtocol: https://github.com/ChimeHQ/LanguageServerProtocol.git @ 0.14.0
  monocle: /Users/admin/builder/spi-builder-workspace
  Queue: https://github.com/mattmassicotte/Queue @ 0.2.2
  Semaphore: https://github.com/groue/Semaphore @ 0.1.0
  JSONRPC: https://github.com/ChimeHQ/JSONRPC @ 0.9.2
  swift-glob: https://github.com/davbeck/swift-glob @ 0.2.0
  ProcessEnv: https://github.com/ChimeHQ/ProcessEnv @ 1.0.1
  FSEventsWrapper: https://github.com/Frizlab/FSEventsWrapper @ 2.1.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (19 targets)
    Target 'monocle' in project 'monocle'
        ➜ Explicit dependency on target 'MonocleCore' in project 'monocle'
        ➜ Explicit dependency on target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
        ➜ Explicit dependency on target 'LanguageClient' in project 'LanguageClient'
        ➜ 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 'MonocleCore' in project 'monocle'
        ➜ Explicit dependency on target 'MonocleCore' in project 'monocle'
        ➜ Explicit dependency on target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
        ➜ Explicit dependency on target 'LanguageClient' in project 'LanguageClient'
    Target 'MonocleCore' in project 'monocle'
        ➜ Explicit dependency on target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
        ➜ Explicit dependency on target 'LanguageClient' in project 'LanguageClient'
    Target 'LanguageClient' in project 'LanguageClient'
        ➜ Explicit dependency on target 'LanguageClient' in project 'LanguageClient'
        ➜ Explicit dependency on target 'Glob' in project 'swift-glob'
        ➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
        ➜ Explicit dependency on target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
        ➜ Explicit dependency on target 'Queue' in project 'Queue'
        ➜ Explicit dependency on target 'Semaphore' in project 'Semaphore'
    Target 'LanguageClient' in project 'LanguageClient'
        ➜ Explicit dependency on target 'Glob' in project 'swift-glob'
        ➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
        ➜ Explicit dependency on target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
        ➜ Explicit dependency on target 'Queue' in project 'Queue'
        ➜ Explicit dependency on target 'Semaphore' in project 'Semaphore'
    Target 'Semaphore' in project 'Semaphore'
        ➜ Explicit dependency on target 'Semaphore' in project 'Semaphore'
    Target 'Semaphore' in project 'Semaphore' (no dependencies)
    Target 'Queue' in project 'Queue'
        ➜ Explicit dependency on target 'Queue' in project 'Queue'
    Target 'Queue' in project 'Queue' (no dependencies)
    Target 'Glob' in project 'swift-glob'
        ➜ Explicit dependency on target 'Glob' in project 'swift-glob'
        ➜ Explicit dependency on target 'FNMDefinitions' in project 'swift-glob'
    Target 'Glob' in project 'swift-glob'
        ➜ Explicit dependency on target 'FNMDefinitions' in project 'swift-glob'
    Target 'FNMDefinitions' in project 'swift-glob' (no dependencies)
    Target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
        ➜ Explicit dependency on target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
        ➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
    Target 'LanguageServerProtocol' in project 'LanguageServerProtocol'
        ➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
    Target 'JSONRPC' in project 'JSONRPC'
        ➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
    Target 'JSONRPC' in project 'JSONRPC' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 662cd4c356c90b425553dddf29e2c4f5
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/662cd4c356c90b425553dddf29e2c4f5.xcbuilddata
error: The package product 'LanguageServerProtocol' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'MonocleCore' from project 'monocle')
error: The package product 'LanguageClient' requires minimum platform version 7.0 for the watchOS platform, but this target supports 5.0 (in target 'MonocleCore' from project 'monocle')
error: The package product 'LanguageServerProtocol' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'monocle' from project 'monocle')
error: The package product 'LanguageClient' requires minimum platform version 7.0 for the watchOS platform, but this target supports 5.0 (in target 'monocle' from project 'monocle')
2026-04-18 04:54:04.355 xcodebuild[1287:6869] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-18 04:54:04.454 xcodebuild[1287:6869] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme monocle-Package
(1 failure)
BUILD FAILURE 6.3 watchOS