The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ConventionalCommitsKit, reference v2.0.0 (230442), with Swift 6.2 (beta) for tvOS using Xcode 26.0 on 19 Jun 2025 13:43:30 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ConventionalCommitsKit -destination generic/platform=tvOS

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexanderwe/ConventionalCommitsKit.git
Reference: v2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexanderwe/ConventionalCommitsKit
 * tag               v2.0.0     -> FETCH_HEAD
HEAD is now at 2304425 chore(documentation): Generate documentation
Cloned https://github.com/alexanderwe/ConventionalCommitsKit.git
Revision (git rev-parse @):
2304425683199316103ddb4440e192a52d3496f0
SUCCESS checkout https://github.com/alexanderwe/ConventionalCommitsKit.git at v2.0.0
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/alexanderwe/ConventionalCommitsKit.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/pointfreeco/swift-parsing
Fetching from https://github.com/apple/swift-docc-plugin
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching from https://github.com/pointfreeco/swift-case-paths
Fetching from https://github.com/swiftlang/swift-docc-symbolkit
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 0.9.0 of package ‘xctest-dynamic-overlay’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-case-paths’
Checking out 0.14.1 of package ‘swift-case-paths’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.4 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-parsing’
Checking out 0.9.2 of package ‘swift-parsing’
Resolve Package Graph
Resolved source packages:
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 0.9.0
  ConventionalCommitsKit: /Users/admin/builder/spi-builder-workspace
  swift-parsing: https://github.com/pointfreeco/swift-parsing @ 0.9.2
  swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 0.14.1
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.4
resolved source packages: SymbolKit, xctest-dynamic-overlay, ConventionalCommitsKit, swift-parsing, swift-case-paths, SwiftDocCPlugin
{
  "dependencies" : [
    {
      "identity" : "swift-parsing",
      "requirement" : {
        "exact" : [
          "0.9.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-parsing"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "ConventionalCommitsKit",
  "name" : "ConventionalCommitsKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ConventionalCommitsKit",
      "targets" : [
        "ConventionalCommitsKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ConventionalCommitsKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ConventionalCommitsKitTests",
      "path" : "Tests",
      "sources" : [
        "ConventionalCommitsFooterTests.swift",
        "ConventionalCommitsHeaderTests.swift",
        "ConventionalCommitsTests.swift"
      ],
      "target_dependencies" : [
        "ConventionalCommitsKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ConventionalCommitsKit",
      "module_type" : "SwiftTarget",
      "name" : "ConventionalCommitsKit",
      "path" : "Sources",
      "product_dependencies" : [
        "Parsing"
      ],
      "product_memberships" : [
        "ConventionalCommitsKit"
      ],
      "sources" : [
        "ConventionalCommit.swift",
        "Extensions/Parsing+Regex.swift",
        "Footer.swift",
        "Header.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "_URLRouting",
      "ConventionalCommitsKit",
      "Parsing",
      "Parsing_watchOS",
      "swift-parsing-benchmark",
      "swift-parsing-Package",
      "variadics-generator"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "_URLRouting",
      "ConventionalCommitsKit",
      "Parsing",
      "Parsing_watchOS",
      "swift-parsing-benchmark",
      "swift-parsing-Package",
      "variadics-generator"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ConventionalCommitsKit -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 ConventionalCommitsKit -destination generic/platform=tvOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  ConventionalCommitsKit: /Users/admin/builder/spi-builder-workspace
  swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 0.14.1
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.4
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 0.9.0
  swift-parsing: https://github.com/pointfreeco/swift-parsing @ 0.9.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'ConventionalCommitsKit' in project 'ConventionalCommitsKit'
        ➜ Explicit dependency on target 'ConventionalCommitsKit' in project 'ConventionalCommitsKit'
        ➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
    Target 'ConventionalCommitsKit' in project 'ConventionalCommitsKit'
        ➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
    Target 'Parsing' in project 'swift-parsing'
        ➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
        ➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
    Target 'Parsing' in project 'swift-parsing'
        ➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
    Target 'CasePaths' in project 'swift-case-paths'
        ➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
        ➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
    Target 'CasePaths' in project 'swift-case-paths'
        ➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
    Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
    Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 0299c728056e2b1e090dd30c6a54c704
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0299c728056e2b1e090dd30c6a54c704.xcbuilddata
error: The package product 'CasePaths' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'Parsing' from project 'swift-parsing')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme ConventionalCommitsKit
(1 failure)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  swift-parsing: https://github.com/pointfreeco/swift-parsing @ 0.9.2
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.4
  ConventionalCommitsKit: /Users/admin/builder/spi-builder-workspace
  swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 0.14.1
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 0.9.0
resolved source packages: swift-parsing, SymbolKit, SwiftDocCPlugin, ConventionalCommitsKit, swift-case-paths, xctest-dynamic-overlay
{
  "dependencies" : [
    {
      "identity" : "swift-parsing",
      "requirement" : {
        "exact" : [
          "0.9.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-parsing"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "ConventionalCommitsKit",
  "name" : "ConventionalCommitsKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ConventionalCommitsKit",
      "targets" : [
        "ConventionalCommitsKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ConventionalCommitsKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ConventionalCommitsKitTests",
      "path" : "Tests",
      "sources" : [
        "ConventionalCommitsFooterTests.swift",
        "ConventionalCommitsHeaderTests.swift",
        "ConventionalCommitsTests.swift"
      ],
      "target_dependencies" : [
        "ConventionalCommitsKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ConventionalCommitsKit",
      "module_type" : "SwiftTarget",
      "name" : "ConventionalCommitsKit",
      "path" : "Sources",
      "product_dependencies" : [
        "Parsing"
      ],
      "product_memberships" : [
        "ConventionalCommitsKit"
      ],
      "sources" : [
        "ConventionalCommit.swift",
        "Extensions/Parsing+Regex.swift",
        "Footer.swift",
        "Header.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "_URLRouting",
      "ConventionalCommitsKit",
      "Parsing",
      "Parsing_watchOS",
      "swift-parsing-benchmark",
      "swift-parsing-Package",
      "variadics-generator"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "_URLRouting",
      "ConventionalCommitsKit",
      "Parsing",
      "Parsing_watchOS",
      "swift-parsing-benchmark",
      "swift-parsing-Package",
      "variadics-generator"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ConventionalCommitsKit -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 ConventionalCommitsKit -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 0.14.1
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.4
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 0.9.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  ConventionalCommitsKit: /Users/admin/builder/spi-builder-workspace
  swift-parsing: https://github.com/pointfreeco/swift-parsing @ 0.9.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'ConventionalCommitsKit' in project 'ConventionalCommitsKit'
        ➜ Explicit dependency on target 'ConventionalCommitsKit' in project 'ConventionalCommitsKit'
        ➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
    Target 'ConventionalCommitsKit' in project 'ConventionalCommitsKit'
        ➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
    Target 'Parsing' in project 'swift-parsing'
        ➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
        ➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
    Target 'Parsing' in project 'swift-parsing'
        ➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
    Target 'CasePaths' in project 'swift-case-paths'
        ➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
        ➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
    Target 'CasePaths' in project 'swift-case-paths'
        ➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
    Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
    Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 0299c728056e2b1e090dd30c6a54c704
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0299c728056e2b1e090dd30c6a54c704.xcbuilddata
error: The package product 'CasePaths' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'Parsing' from project 'swift-parsing')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme ConventionalCommitsKit
(1 failure)
BUILD FAILURE 6.2 tvOS