The Swift Package Index logo.Swift Package Index

Build Information

Failed to build XcodeIssueReporting, reference 1.4.1 (76165b), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 13 Apr 2026 20:40:04 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jhonatn/XcodeIssueReporting.git
Reference: 1.4.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jhonatn/XcodeIssueReporting
 * tag               1.4.1      -> FETCH_HEAD
HEAD is now at 76165bb README: Added SPI's compatibility badges
Cloned https://github.com/jhonatn/XcodeIssueReporting.git
Revision (git rev-parse @):
76165bb2c12adee23d3d9f4ed0b475c9c438d94a
SUCCESS checkout https://github.com/jhonatn/XcodeIssueReporting.git at 1.4.1
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.3
Building package at path:  $PWD
https://github.com/jhonatn/XcodeIssueReporting.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/jpsim/SourceKitten.git
Fetching from https://github.com/apple/swift-argument-parser.git
Fetching from https://github.com/drmohundro/SWXMLHash.git
Fetching from https://github.com/jpsim/Yams.git
Creating working copy of package ‘Yams’
Checking out 6.2.1 of package ‘Yams’
Creating working copy of package ‘SourceKitten’
Checking out 0.37.3 of package ‘SourceKitten’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.7.1 of package ‘swift-argument-parser’
Creating working copy of package ‘SWXMLHash’
Checking out 7.0.2 of package ‘SWXMLHash’
Resolve Package Graph
Resolved source packages:
  SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.3
  XcodeIssueReporting: /Users/admin/builder/spi-builder-workspace
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
  Yams: https://github.com/jpsim/Yams.git @ 6.2.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
resolved source packages: SourceKitten, XcodeIssueReporting, SWXMLHash, Yams, swift-argument-parser
2026-04-13 16:39:40.803 xcodebuild[525:3030] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "sourcekitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.32.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/SourceKitten.git"
    }
  ],
  "manifest_display_name" : "XcodeIssueReporting",
  "name" : "XcodeIssueReporting",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "XcodeIssueReporting",
      "targets" : [
        "XcodeIssueReporting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XcodeIssueReportingForSourceKitten",
      "targets" : [
        "XcodeIssueReportingForSourceKitten"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XcodeIssueReportingTests",
      "module_type" : "SwiftTarget",
      "name" : "XcodeIssueReportingTests",
      "path" : "Tests/XcodeIssueReportingTests",
      "sources" : [
        "XcodeIssueReportingTests.swift"
      ],
      "target_dependencies" : [
        "XcodeIssueReporting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XcodeIssueReportingForSourceKitten",
      "module_type" : "SwiftTarget",
      "name" : "XcodeIssueReportingForSourceKitten",
      "path" : "Sources/XcodeIssueReportingForSourceKitten",
      "product_dependencies" : [
        "SourceKittenFramework"
      ],
      "product_memberships" : [
        "XcodeIssueReportingForSourceKitten"
      ],
      "sources" : [
        "Issue+SourceKitten.swift"
      ],
      "target_dependencies" : [
        "XcodeIssueReporting"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XcodeIssueReporting",
      "module_type" : "SwiftTarget",
      "name" : "XcodeIssueReporting",
      "path" : "Sources/XcodeIssueReporting",
      "product_memberships" : [
        "XcodeIssueReporting",
        "XcodeIssueReportingForSourceKitten"
      ],
      "sources" : [
        "Issue.swift",
        "IssueLocation.swift",
        "IssueType.swift",
        "Reporting.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "XcodeIssueReporting",
      "XcodeIssueReporting-Package",
      "XcodeIssueReportingForSourceKitten"
    ]
  }
}
2026-04-13 16:39:50.625 xcodebuild[775:4469] [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 XcodeIssueReporting-Package -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 XcodeIssueReporting-Package -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.3
  XcodeIssueReporting: /Users/admin/builder/spi-builder-workspace
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
  Yams: https://github.com/jpsim/Yams.git @ 6.2.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (13 targets)
    Target 'XcodeIssueReportingForSourceKitten' in project 'XcodeIssueReporting'
        ➜ Explicit dependency on target 'XcodeIssueReportingForSourceKitten' in project 'XcodeIssueReporting'
        ➜ Explicit dependency on target 'XcodeIssueReporting' in project 'XcodeIssueReporting'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
    Target 'XcodeIssueReportingForSourceKitten' in project 'XcodeIssueReporting'
        ➜ Explicit dependency on target 'XcodeIssueReporting' in project 'XcodeIssueReporting'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
    Target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'Clang_C' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SourceKit' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'Clang_C' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SourceKit' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
        ➜ 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 'SWXMLHash' in project 'SWXMLHash'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
    Target 'SWXMLHash' in project 'SWXMLHash' (no dependencies)
    Target 'SourceKit' in project 'SourceKitten' (no dependencies)
    Target 'Clang_C' in project 'SourceKitten' (no dependencies)
    Target 'XcodeIssueReporting' in project 'XcodeIssueReporting'
        ➜ Explicit dependency on target 'XcodeIssueReporting' in project 'XcodeIssueReporting'
    Target 'XcodeIssueReporting' in project 'XcodeIssueReporting' (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/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
Build description signature: 6a6b5544138fc5df25e786e40f380ba7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6a6b5544138fc5df25e786e40f380ba7.xcbuilddata
error: The package product 'SourceKittenFramework' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.13 (in target 'XcodeIssueReportingForSourceKitten' from project 'XcodeIssueReporting')
2026-04-13 16:39:55.408 xcodebuild[785:4566] [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:3898af5938a59fc2cec6f6771df20065916bf99b, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:3898af5938a59fc2cec6f6771df20065916bf99b, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:3898af5938a59fc2cec6f6771df20065916bf99b, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:3898af5938a59fc2cec6f6771df20065916bf99b, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme XcodeIssueReporting-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:
  SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.3
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
  XcodeIssueReporting: /Users/admin/builder/spi-builder-workspace
  Yams: https://github.com/jpsim/Yams.git @ 6.2.1
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
resolved source packages: SourceKitten, swift-argument-parser, XcodeIssueReporting, Yams, SWXMLHash
2026-04-13 16:39:59.468 xcodebuild[846:4920] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "sourcekitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.32.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/SourceKitten.git"
    }
  ],
  "manifest_display_name" : "XcodeIssueReporting",
  "name" : "XcodeIssueReporting",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "XcodeIssueReporting",
      "targets" : [
        "XcodeIssueReporting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XcodeIssueReportingForSourceKitten",
      "targets" : [
        "XcodeIssueReportingForSourceKitten"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XcodeIssueReportingTests",
      "module_type" : "SwiftTarget",
      "name" : "XcodeIssueReportingTests",
      "path" : "Tests/XcodeIssueReportingTests",
      "sources" : [
        "XcodeIssueReportingTests.swift"
      ],
      "target_dependencies" : [
        "XcodeIssueReporting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XcodeIssueReportingForSourceKitten",
      "module_type" : "SwiftTarget",
      "name" : "XcodeIssueReportingForSourceKitten",
      "path" : "Sources/XcodeIssueReportingForSourceKitten",
      "product_dependencies" : [
        "SourceKittenFramework"
      ],
      "product_memberships" : [
        "XcodeIssueReportingForSourceKitten"
      ],
      "sources" : [
        "Issue+SourceKitten.swift"
      ],
      "target_dependencies" : [
        "XcodeIssueReporting"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XcodeIssueReporting",
      "module_type" : "SwiftTarget",
      "name" : "XcodeIssueReporting",
      "path" : "Sources/XcodeIssueReporting",
      "product_memberships" : [
        "XcodeIssueReporting",
        "XcodeIssueReportingForSourceKitten"
      ],
      "sources" : [
        "Issue.swift",
        "IssueLocation.swift",
        "IssueType.swift",
        "Reporting.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "XcodeIssueReporting",
      "XcodeIssueReporting-Package",
      "XcodeIssueReportingForSourceKitten"
    ]
  }
}
2026-04-13 16:40:01.915 xcodebuild[884:5216] [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 XcodeIssueReporting-Package -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 XcodeIssueReporting-Package -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  Yams: https://github.com/jpsim/Yams.git @ 6.2.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
  SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.3
  XcodeIssueReporting: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (13 targets)
    Target 'XcodeIssueReportingForSourceKitten' in project 'XcodeIssueReporting'
        ➜ Explicit dependency on target 'XcodeIssueReportingForSourceKitten' in project 'XcodeIssueReporting'
        ➜ Explicit dependency on target 'XcodeIssueReporting' in project 'XcodeIssueReporting'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
    Target 'XcodeIssueReportingForSourceKitten' in project 'XcodeIssueReporting'
        ➜ Explicit dependency on target 'XcodeIssueReporting' in project 'XcodeIssueReporting'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
    Target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'Clang_C' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SourceKit' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'Clang_C' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SourceKit' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
        ➜ 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 'SWXMLHash' in project 'SWXMLHash'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
    Target 'SWXMLHash' in project 'SWXMLHash' (no dependencies)
    Target 'SourceKit' in project 'SourceKitten' (no dependencies)
    Target 'Clang_C' in project 'SourceKitten' (no dependencies)
    Target 'XcodeIssueReporting' in project 'XcodeIssueReporting'
        ➜ Explicit dependency on target 'XcodeIssueReporting' in project 'XcodeIssueReporting'
    Target 'XcodeIssueReporting' in project 'XcodeIssueReporting' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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 -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 -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
Build description signature: 6a6b5544138fc5df25e786e40f380ba7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6a6b5544138fc5df25e786e40f380ba7.xcbuilddata
error: The package product 'SourceKittenFramework' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.13 (in target 'XcodeIssueReportingForSourceKitten' from project 'XcodeIssueReporting')
2026-04-13 16:40:03.617 xcodebuild[901:5365] [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:3898af5938a59fc2cec6f6771df20065916bf99b, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:3898af5938a59fc2cec6f6771df20065916bf99b, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:3898af5938a59fc2cec6f6771df20065916bf99b, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:3898af5938a59fc2cec6f6771df20065916bf99b, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme XcodeIssueReporting-Package
(1 failure)
BUILD FAILURE 6.3 macosXcodebuild