The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DebugAdapterProtocol, reference main (5fd6c6), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 14 Apr 2026 18:41:08 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DebugAdapterProtocol -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/DebugAdapterProtocol.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/DebugAdapterProtocol
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5fd6c6f Update readme
Cloned https://github.com/ChimeHQ/DebugAdapterProtocol.git
Revision (git rev-parse @):
5fd6c6f2eb4f1b8064f1f7e3710f0539d3f116e7
SUCCESS checkout https://github.com/ChimeHQ/DebugAdapterProtocol.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ChimeHQ/DebugAdapterProtocol.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/JSONRPC
Creating working copy of package ‘JSONRPC’
Checking out 0.9.2 of package ‘JSONRPC’
Resolve Package Graph
Resolved source packages:
  DebugAdapterProtocol: /Users/admin/builder/spi-builder-workspace
  JSONRPC: https://github.com/ChimeHQ/JSONRPC @ 0.9.2
resolved source packages: DebugAdapterProtocol, JSONRPC
2026-04-14 14:40:53.451 xcodebuild[529:3078] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "jsonrpc",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/JSONRPC"
    }
  ],
  "manifest_display_name" : "DebugAdapterProtocol",
  "name" : "DebugAdapterProtocol",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "DebugAdapterProtocol",
      "targets" : [
        "DebugAdapterProtocol"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DebugAdapterProtocolTests",
      "module_type" : "SwiftTarget",
      "name" : "DebugAdapterProtocolTests",
      "path" : "Tests/DebugAdapterProtocolTests",
      "sources" : [
        "DebugAdapterProtocolTests.swift"
      ],
      "target_dependencies" : [
        "DebugAdapterProtocol"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DebugAdapterProtocol",
      "module_type" : "SwiftTarget",
      "name" : "DebugAdapterProtocol",
      "path" : "Sources/DebugAdapterProtocol",
      "product_dependencies" : [
        "JSONRPC"
      ],
      "product_memberships" : [
        "DebugAdapterProtocol"
      ],
      "sources" : [
        "BaseProtocol+Extensions.swift",
        "BaseProtocol.swift",
        "Capabilities.swift",
        "DAPServer.swift",
        "DAPTransport.swift",
        "DebugAdapterProtocol.swift",
        "Initialize.swift",
        "Server.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "DebugAdapterProtocol"
    ]
  }
}
2026-04-14 14:41:01.547 xcodebuild[665:3969] [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 DebugAdapterProtocol -destination platform=macOS,arch=arm64
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 DebugAdapterProtocol -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  DebugAdapterProtocol: /Users/admin/builder/spi-builder-workspace
  JSONRPC: https://github.com/ChimeHQ/JSONRPC @ 0.9.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'DebugAdapterProtocol' in project 'DebugAdapterProtocol'
        ➜ Explicit dependency on target 'DebugAdapterProtocol' in project 'DebugAdapterProtocol'
        ➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
    Target 'DebugAdapterProtocol' in project 'DebugAdapterProtocol'
        ➜ 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 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.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/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 679e5c2fec136407d76689ec29e2f7b4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/679e5c2fec136407d76689ec29e2f7b4.xcbuilddata
error: The package product 'JSONRPC' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'DebugAdapterProtocol' from project 'DebugAdapterProtocol')
2026-04-14 14:41:03.753 xcodebuild[672:4029] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:ba2cbe112f51102cd3eb057a73165560af2089e7, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:ba2cbe112f51102cd3eb057a73165560af2089e7, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:ba2cbe112f51102cd3eb057a73165560af2089e7, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:ba2cbe112f51102cd3eb057a73165560af2089e7, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme DebugAdapterProtocol
(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
  DebugAdapterProtocol: /Users/admin/builder/spi-builder-workspace
resolved source packages: JSONRPC, DebugAdapterProtocol
2026-04-14 14:41:05.704 xcodebuild[696:4181] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "jsonrpc",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/JSONRPC"
    }
  ],
  "manifest_display_name" : "DebugAdapterProtocol",
  "name" : "DebugAdapterProtocol",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "DebugAdapterProtocol",
      "targets" : [
        "DebugAdapterProtocol"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DebugAdapterProtocolTests",
      "module_type" : "SwiftTarget",
      "name" : "DebugAdapterProtocolTests",
      "path" : "Tests/DebugAdapterProtocolTests",
      "sources" : [
        "DebugAdapterProtocolTests.swift"
      ],
      "target_dependencies" : [
        "DebugAdapterProtocol"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DebugAdapterProtocol",
      "module_type" : "SwiftTarget",
      "name" : "DebugAdapterProtocol",
      "path" : "Sources/DebugAdapterProtocol",
      "product_dependencies" : [
        "JSONRPC"
      ],
      "product_memberships" : [
        "DebugAdapterProtocol"
      ],
      "sources" : [
        "BaseProtocol+Extensions.swift",
        "BaseProtocol.swift",
        "Capabilities.swift",
        "DAPServer.swift",
        "DAPTransport.swift",
        "DebugAdapterProtocol.swift",
        "Initialize.swift",
        "Server.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "DebugAdapterProtocol"
    ]
  }
}
2026-04-14 14:41:07.025 xcodebuild[706:4255] [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 DebugAdapterProtocol -destination platform=macOS,arch=arm64
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 DebugAdapterProtocol -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  DebugAdapterProtocol: /Users/admin/builder/spi-builder-workspace
  JSONRPC: https://github.com/ChimeHQ/JSONRPC @ 0.9.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'DebugAdapterProtocol' in project 'DebugAdapterProtocol'
        ➜ Explicit dependency on target 'DebugAdapterProtocol' in project 'DebugAdapterProtocol'
        ➜ Explicit dependency on target 'JSONRPC' in project 'JSONRPC'
    Target 'DebugAdapterProtocol' in project 'DebugAdapterProtocol'
        ➜ 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 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.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/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 679e5c2fec136407d76689ec29e2f7b4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/679e5c2fec136407d76689ec29e2f7b4.xcbuilddata
error: The package product 'JSONRPC' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'DebugAdapterProtocol' from project 'DebugAdapterProtocol')
2026-04-14 14:41:08.074 xcodebuild[709:4290] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:ba2cbe112f51102cd3eb057a73165560af2089e7, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:ba2cbe112f51102cd3eb057a73165560af2089e7, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:ba2cbe112f51102cd3eb057a73165560af2089e7, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:ba2cbe112f51102cd3eb057a73165560af2089e7, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme DebugAdapterProtocol
(1 failure)
BUILD FAILURE 6.3 macosXcodebuild