The Swift Package Index logo.Swift Package Index

Build Information

Failed to build pecker, reference master (bd6931), with Swift 6.3 for iOS using Xcode 26.4 on 13 Apr 2026 06:43:57 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/woshiccm/Pecker.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/woshiccm/Pecker
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at bd69311 Merge pull request #70 from ArthurChi/master
Cloned https://github.com/woshiccm/Pecker.git
Revision (git rev-parse @):
bd6931173f57d696c24e530514bb0e8a2b3346f7
SUCCESS checkout https://github.com/woshiccm/Pecker.git at master
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/woshiccm/Pecker.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/apple/indexstore-db.git
Fetching from https://github.com/apple/swift-tools-support-core.git
Fetching from https://github.com/apple/swift-argument-parser.git
Fetching from https://github.com/jpsim/Yams.git
Fetching from https://github.com/apple/swift-syntax.git
Creating working copy of package ‘indexstore-db’
Checking out release/5.5 (e771994) of package ‘indexstore-db’
Creating working copy of package ‘swift-argument-parser’
Checking out 0.3.2 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-tools-support-core’
Checking out main (41e3ff4) of package ‘swift-tools-support-core’
Creating working copy of package ‘Yams’
Checking out 4.0.6 of package ‘Yams’
Creating working copy of package ‘swift-syntax’
Checking out 0.50500.0 of package ‘swift-syntax’
Resolve Package Graph
Resolved source packages:
  pecker: /Users/admin/builder/spi-builder-workspace
  IndexStoreDB: https://github.com/apple/indexstore-db.git @ release/5.5 (e771994)
  Yams: https://github.com/jpsim/Yams.git @ 4.0.6
  swift-tools-support-core: https://github.com/apple/swift-tools-support-core.git @ main (41e3ff4)
  SwiftSyntax: https://github.com/apple/swift-syntax.git @ 0.50500.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 0.3.2
resolved source packages: pecker, IndexStoreDB, Yams, swift-tools-support-core, SwiftSyntax, swift-argument-parser
2026-04-13 02:43:37.173 xcodebuild[529:3078] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "exact" : [
          "0.50500.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "indexstore-db",
      "requirement" : {
        "branch" : [
          "release/5.5"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/indexstore-db.git"
    },
    {
      "identity" : "swift-tools-support-core",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-tools-support-core.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "exact" : [
          "0.3.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "pecker",
  "name" : "pecker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "pecker",
      "targets" : [
        "Pecker"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PeckerTests",
      "module_type" : "SwiftTarget",
      "name" : "PeckerTests",
      "path" : "Tests/PeckerTests",
      "sources" : [
        "PeckerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Pecker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PeckerKit",
      "module_type" : "SwiftTarget",
      "name" : "PeckerKit",
      "path" : "Sources/PeckerKit",
      "product_dependencies" : [
        "SwiftSyntax",
        "IndexStoreDB",
        "SwiftToolsSupport-auto",
        "Yams"
      ],
      "product_memberships" : [
        "pecker"
      ],
      "sources" : [
        "Analyzer.swift",
        "CollectContext.swift",
        "Configuration.swift",
        "Extensions/Array+Extension.swift",
        "Extensions/Dictionary+Extension.swift",
        "Extensions/SwiftSyntax+Extension.swift",
        "Extensions/SymbolOccurrence+Extension.swift",
        "Logging/LogLevel.swift",
        "Logging/Logging.swift",
        "Models/Function.swift",
        "Models/ReporterType.swift",
        "Models/RuleType.swift",
        "Models/SourceDetail.swift",
        "Models/SourceLocation.swift",
        "Models/XMLElement.swift",
        "Models/XMLElementKind.swift",
        "Models/YamlConfiguration.swift",
        "Reporters/JSONReporter.swift",
        "Reporters/Reporter.swift",
        "Reporters/ReporterFactory.swift",
        "Reporters/XcodeReporter.swift",
        "Rules/AttributesRule.swift",
        "Rules/BlacklistSources.swift",
        "Rules/CommentRule.swift",
        "Rules/Rule.swift",
        "Rules/RuleFactory.swift",
        "Rules/SkipOptionalFunctionRule.swift",
        "Rules/SkipPublicRule.swift",
        "Rules/SuperClassRule.swift",
        "Rules/XCTestRule.swift",
        "Rules/XMLRule.swift",
        "SourceCollector.swift",
        "SourceKitServer/DatabaseBuildSystem.swift",
        "SourceKitServer/SourceKitServer.swift",
        "SourceKitServer/Workspace.swift",
        "SwiftSourceCollectVisitor.swift",
        "Utils/Regex.swift",
        "Utils/ThreadSafe.swift",
        "Utils/Validation.swift",
        "XMLServer/XMLParserCoordinator.swift",
        "XMLServer/XMLServer.swift",
        "YamlParser.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Pecker",
      "module_type" : "SwiftTarget",
      "name" : "Pecker",
      "path" : "Sources/Pecker",
      "product_dependencies" : [
        "SwiftToolsSupport-auto",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "pecker"
      ],
      "sources" : [
        "PeckerCommand.swift",
        "ToolMode.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "PeckerKit"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "pecker"
    ]
  }
}
2026-04-13 02:43:46.169 xcodebuild[795:4547] [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 pecker -destination generic/platform=iOS
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 pecker -destination generic/platform=iOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Yams: https://github.com/jpsim/Yams.git @ 4.0.6
  pecker: /Users/admin/builder/spi-builder-workspace
  IndexStoreDB: https://github.com/apple/indexstore-db.git @ release/5.5 (e771994)
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 0.3.2
  SwiftSyntax: https://github.com/apple/swift-syntax.git @ 0.50500.0
  swift-tools-support-core: https://github.com/apple/swift-tools-support-core.git @ main (41e3ff4)
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (23 targets)
    Target 'pecker' in project 'pecker'
        ➜ Explicit dependency on target 'PeckerKit' in project 'pecker'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'IndexStoreDB' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'SwiftToolsSupport-auto' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ 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'
    Target 'ArgumentParser' in project 'swift-argument-parser' (no dependencies)
    Target 'PeckerKit' in project 'pecker'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'IndexStoreDB' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'SwiftToolsSupport-auto' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'CYaml' in project 'Yams' (no dependencies)
    Target 'SwiftToolsSupport-auto' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCBasic' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCUtility' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCLibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCclibc' in project 'swift-tools-support-core'
    Target 'TSCUtility' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCLibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCclibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCBasic' in project 'swift-tools-support-core'
    Target 'TSCBasic' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCLibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCclibc' in project 'swift-tools-support-core'
    Target 'TSCclibc' in project 'swift-tools-support-core' (no dependencies)
    Target 'TSCLibc' in project 'swift-tools-support-core' (no dependencies)
    Target 'IndexStoreDB' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Support' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Core' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Database' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Index' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_CIndexStoreDB' in project 'IndexStoreDB'
    Target 'IndexStoreDB' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Support' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Core' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Database' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Index' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_CIndexStoreDB' in project 'IndexStoreDB'
    Target 'IndexStoreDB_CIndexStoreDB' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Support' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Core' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Database' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Index' in project 'IndexStoreDB'
    Target 'IndexStoreDB_Index' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Support' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Core' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Database' in project 'IndexStoreDB'
    Target 'IndexStoreDB_Database' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Support' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Core' in project 'IndexStoreDB'
    Target 'IndexStoreDB_Core' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Support' in project 'IndexStoreDB'
    Target 'IndexStoreDB_Support' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB'
    Target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB' (no dependencies)
    Target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target '_CSwiftSyntax' in project 'SwiftSyntax'
    Target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target '_CSwiftSyntax' in project 'SwiftSyntax'
    Target '_CSwiftSyntax' in project 'SwiftSyntax' (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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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 arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x objective-c++ -c /dev/null
Build description signature: 8c4bae6e4435f1ab7ba51c1765fd5cc1
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8c4bae6e4435f1ab7ba51c1765fd5cc1.xcbuilddata
error: The package product 'SwiftToolsSupport-auto' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'pecker' from project 'pecker')
error: The package product 'SwiftToolsSupport-auto' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'PeckerKit' from project 'pecker')
2026-04-13 02:43:50.171 xcodebuild[801:4643] [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 pecker
(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:
  IndexStoreDB: https://github.com/apple/indexstore-db.git @ release/5.5 (e771994)
  swift-tools-support-core: https://github.com/apple/swift-tools-support-core.git @ main (41e3ff4)
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 0.3.2
  Yams: https://github.com/jpsim/Yams.git @ 4.0.6
  pecker: /Users/admin/builder/spi-builder-workspace
  SwiftSyntax: https://github.com/apple/swift-syntax.git @ 0.50500.0
resolved source packages: IndexStoreDB, swift-tools-support-core, swift-argument-parser, Yams, pecker, SwiftSyntax
2026-04-13 02:43:53.317 xcodebuild[892:5187] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "exact" : [
          "0.50500.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "indexstore-db",
      "requirement" : {
        "branch" : [
          "release/5.5"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/indexstore-db.git"
    },
    {
      "identity" : "swift-tools-support-core",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-tools-support-core.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "exact" : [
          "0.3.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "pecker",
  "name" : "pecker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "pecker",
      "targets" : [
        "Pecker"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PeckerTests",
      "module_type" : "SwiftTarget",
      "name" : "PeckerTests",
      "path" : "Tests/PeckerTests",
      "sources" : [
        "PeckerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Pecker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PeckerKit",
      "module_type" : "SwiftTarget",
      "name" : "PeckerKit",
      "path" : "Sources/PeckerKit",
      "product_dependencies" : [
        "SwiftSyntax",
        "IndexStoreDB",
        "SwiftToolsSupport-auto",
        "Yams"
      ],
      "product_memberships" : [
        "pecker"
      ],
      "sources" : [
        "Analyzer.swift",
        "CollectContext.swift",
        "Configuration.swift",
        "Extensions/Array+Extension.swift",
        "Extensions/Dictionary+Extension.swift",
        "Extensions/SwiftSyntax+Extension.swift",
        "Extensions/SymbolOccurrence+Extension.swift",
        "Logging/LogLevel.swift",
        "Logging/Logging.swift",
        "Models/Function.swift",
        "Models/ReporterType.swift",
        "Models/RuleType.swift",
        "Models/SourceDetail.swift",
        "Models/SourceLocation.swift",
        "Models/XMLElement.swift",
        "Models/XMLElementKind.swift",
        "Models/YamlConfiguration.swift",
        "Reporters/JSONReporter.swift",
        "Reporters/Reporter.swift",
        "Reporters/ReporterFactory.swift",
        "Reporters/XcodeReporter.swift",
        "Rules/AttributesRule.swift",
        "Rules/BlacklistSources.swift",
        "Rules/CommentRule.swift",
        "Rules/Rule.swift",
        "Rules/RuleFactory.swift",
        "Rules/SkipOptionalFunctionRule.swift",
        "Rules/SkipPublicRule.swift",
        "Rules/SuperClassRule.swift",
        "Rules/XCTestRule.swift",
        "Rules/XMLRule.swift",
        "SourceCollector.swift",
        "SourceKitServer/DatabaseBuildSystem.swift",
        "SourceKitServer/SourceKitServer.swift",
        "SourceKitServer/Workspace.swift",
        "SwiftSourceCollectVisitor.swift",
        "Utils/Regex.swift",
        "Utils/ThreadSafe.swift",
        "Utils/Validation.swift",
        "XMLServer/XMLParserCoordinator.swift",
        "XMLServer/XMLServer.swift",
        "YamlParser.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Pecker",
      "module_type" : "SwiftTarget",
      "name" : "Pecker",
      "path" : "Sources/Pecker",
      "product_dependencies" : [
        "SwiftToolsSupport-auto",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "pecker"
      ],
      "sources" : [
        "PeckerCommand.swift",
        "ToolMode.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "PeckerKit"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "pecker"
    ]
  }
}
2026-04-13 02:43:54.957 xcodebuild[902:5278] [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 pecker -destination generic/platform=iOS
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 pecker -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
  pecker: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 0.3.2
  swift-tools-support-core: https://github.com/apple/swift-tools-support-core.git @ main (41e3ff4)
  Yams: https://github.com/jpsim/Yams.git @ 4.0.6
  IndexStoreDB: https://github.com/apple/indexstore-db.git @ release/5.5 (e771994)
  SwiftSyntax: https://github.com/apple/swift-syntax.git @ 0.50500.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (23 targets)
    Target 'pecker' in project 'pecker'
        ➜ Explicit dependency on target 'PeckerKit' in project 'pecker'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'IndexStoreDB' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'SwiftToolsSupport-auto' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ 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'
    Target 'ArgumentParser' in project 'swift-argument-parser' (no dependencies)
    Target 'PeckerKit' in project 'pecker'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'IndexStoreDB' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'SwiftToolsSupport-auto' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'CYaml' in project 'Yams' (no dependencies)
    Target 'SwiftToolsSupport-auto' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCBasic' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCUtility' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCLibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCclibc' in project 'swift-tools-support-core'
    Target 'TSCUtility' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCLibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCclibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCBasic' in project 'swift-tools-support-core'
    Target 'TSCBasic' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCLibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCclibc' in project 'swift-tools-support-core'
    Target 'TSCclibc' in project 'swift-tools-support-core' (no dependencies)
    Target 'TSCLibc' in project 'swift-tools-support-core' (no dependencies)
    Target 'IndexStoreDB' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Support' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Core' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Database' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Index' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_CIndexStoreDB' in project 'IndexStoreDB'
    Target 'IndexStoreDB' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Support' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Core' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Database' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Index' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_CIndexStoreDB' in project 'IndexStoreDB'
    Target 'IndexStoreDB_CIndexStoreDB' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Support' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Core' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Database' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Index' in project 'IndexStoreDB'
    Target 'IndexStoreDB_Index' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Support' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Core' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Database' in project 'IndexStoreDB'
    Target 'IndexStoreDB_Database' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Support' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Core' in project 'IndexStoreDB'
    Target 'IndexStoreDB_Core' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Support' in project 'IndexStoreDB'
    Target 'IndexStoreDB_Support' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB'
    Target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB' (no dependencies)
    Target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target '_CSwiftSyntax' in project 'SwiftSyntax'
    Target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target '_CSwiftSyntax' in project 'SwiftSyntax'
    Target '_CSwiftSyntax' in project 'SwiftSyntax' (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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x objective-c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 8c4bae6e4435f1ab7ba51c1765fd5cc1
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8c4bae6e4435f1ab7ba51c1765fd5cc1.xcbuilddata
error: The package product 'SwiftToolsSupport-auto' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'pecker' from project 'pecker')
error: The package product 'SwiftToolsSupport-auto' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'PeckerKit' from project 'pecker')
2026-04-13 02:43:56.123 xcodebuild[908:5333] [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 pecker
(1 failure)
BUILD FAILURE 6.3 iOS