Build Information
Failed to build pecker, reference master (bd6931), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 13 Apr 2026 06:44:34 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 platform=macOS,arch=arm64Build 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: macosXcodebuild
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/jpsim/Yams.git
Fetching from https://github.com/apple/swift-syntax.git
Fetching from https://github.com/apple/swift-argument-parser.git
Creating working copy of package ‘swift-argument-parser’
Checking out 0.3.2 of package ‘swift-argument-parser’
Creating working copy of package ‘Yams’
Checking out 4.0.6 of package ‘Yams’
Creating working copy of package ‘swift-tools-support-core’
Checking out main (41e3ff4) of package ‘swift-tools-support-core’
Creating working copy of package ‘indexstore-db’
Checking out release/5.5 (e771994) of package ‘indexstore-db’
Creating working copy of package ‘swift-syntax’
Checking out 0.50500.0 of package ‘swift-syntax’
Resolve Package Graph
Resolved source packages:
Yams: https://github.com/jpsim/Yams.git @ 4.0.6
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 0.3.2
pecker: /Users/admin/builder/spi-builder-workspace
SwiftSyntax: https://github.com/apple/swift-syntax.git @ 0.50500.0
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)
resolved source packages: Yams, swift-argument-parser, pecker, SwiftSyntax, IndexStoreDB, swift-tools-support-core
2026-04-13 02:44:15.816 xcodebuild[529:3066] [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:44:24.726 xcodebuild[835:4883] [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 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 pecker -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
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
IndexStoreDB: https://github.com/apple/indexstore-db.git @ release/5.5 (e771994)
pecker: /Users/admin/builder/spi-builder-workspace
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 0.3.2
Yams: https://github.com/jpsim/Yams.git @ 4.0.6
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/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/clang -v -E -dM -arch arm64 -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/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/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.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: 7cdcfe631cdafff387a651415ac89351
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7cdcfe631cdafff387a651415ac89351.xcbuilddata
error: The package product 'SwiftToolsSupport-auto' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'PeckerKit' from project 'pecker')
error: The package product 'SwiftToolsSupport-auto' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'pecker' from project 'pecker')
2026-04-13 02:44:28.493 xcodebuild[840:4937] [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:6da99d51c5d1519bde6368781f6b671049372963, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:6da99d51c5d1519bde6368781f6b671049372963, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:6da99d51c5d1519bde6368781f6b671049372963, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:6da99d51c5d1519bde6368781f6b671049372963, name:My Mac }
** 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:
Yams: https://github.com/jpsim/Yams.git @ 4.0.6
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
swift-tools-support-core: https://github.com/apple/swift-tools-support-core.git @ main (41e3ff4)
pecker: /Users/admin/builder/spi-builder-workspace
IndexStoreDB: https://github.com/apple/indexstore-db.git @ release/5.5 (e771994)
resolved source packages: Yams, SwiftSyntax, swift-argument-parser, swift-tools-support-core, pecker, IndexStoreDB
2026-04-13 02:44:31.372 xcodebuild[905:5301] [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:44:32.783 xcodebuild[915:5375] [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 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 pecker -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
Yams: https://github.com/jpsim/Yams.git @ 4.0.6
SwiftSyntax: https://github.com/apple/swift-syntax.git @ 0.50500.0
pecker: /Users/admin/builder/spi-builder-workspace
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
IndexStoreDB: https://github.com/apple/indexstore-db.git @ release/5.5 (e771994)
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/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/clang -v -E -dM -arch arm64 -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/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/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/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x objective-c++ -c /dev/null
Build description signature: 7cdcfe631cdafff387a651415ac89351
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7cdcfe631cdafff387a651415ac89351.xcbuilddata
error: The package product 'SwiftToolsSupport-auto' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'PeckerKit' from project 'pecker')
error: The package product 'SwiftToolsSupport-auto' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'pecker' from project 'pecker')
2026-04-13 02:44:33.895 xcodebuild[918:5419] [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:6da99d51c5d1519bde6368781f6b671049372963, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:6da99d51c5d1519bde6368781f6b671049372963, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:6da99d51c5d1519bde6368781f6b671049372963, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:6da99d51c5d1519bde6368781f6b671049372963, name:My Mac }
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme pecker
(1 failure)
BUILD FAILURE 6.3 macosXcodebuild