The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CanonicalPackageURL, reference main (f7dc7d), with Swift 6.3 for tvOS using Xcode 26.4 on 16 Apr 2026 01:47:38 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftPackageIndex/CanonicalPackageURL.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftPackageIndex/CanonicalPackageURL
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f7dc7d4 Merge pull request #10 from SwiftPackageIndex/swift-6
Cloned https://github.com/SwiftPackageIndex/CanonicalPackageURL.git
Revision (git rev-parse @):
f7dc7d49061fef2d347dabc532fb587fad17cc32
SUCCESS checkout https://github.com/SwiftPackageIndex/CanonicalPackageURL.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/SwiftPackageIndex/CanonicalPackageURL.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/pointfreeco/swift-case-paths.git
Fetching from https://github.com/pointfreeco/swift-parsing.git
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.9.0 of package ‘xctest-dynamic-overlay’
Creating working copy of package ‘swift-case-paths’
Checking out 1.0.0 (5da6989) of package ‘swift-case-paths’
Creating working copy of package ‘swift-parsing’
Checking out 0.14.1 of package ‘swift-parsing’
dependency 'swift-case-paths' is not used by any targetResolve Package Graph
dependency 'swift-case-paths' is not used by any target
Resolved source packages:
  swift-parsing: https://github.com/pointfreeco/swift-parsing.git @ 0.14.1
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  CanonicalPackageURL: /Users/admin/builder/spi-builder-workspace
  swift-case-paths: https://github.com/pointfreeco/swift-case-paths.git @ 1.0.0 (5da6989)
resolved source packages: swift-parsing, xctest-dynamic-overlay, CanonicalPackageURL, swift-case-paths
2026-04-15 21:47:22.923 xcodebuild[529:3057] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-case-paths",
      "requirement" : {
        "revision" : [
          "1.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-case-paths.git"
    },
    {
      "identity" : "swift-parsing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-parsing.git"
    }
  ],
  "manifest_display_name" : "CanonicalPackageURL",
  "name" : "CanonicalPackageURL",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "CanonicalPackageURL",
      "targets" : [
        "CanonicalPackageURL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CanonicalPackageURLTests",
      "module_type" : "SwiftTarget",
      "name" : "CanonicalPackageURLTests",
      "path" : "Tests/CanonicalPackageURLTests",
      "sources" : [
        "CanonicalPackageURLTests.swift",
        "PublicInterfaceTests.swift"
      ],
      "target_dependencies" : [
        "CanonicalPackageURL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CanonicalPackageURL",
      "module_type" : "SwiftTarget",
      "name" : "CanonicalPackageURL",
      "path" : "Sources/CanonicalPackageURL",
      "product_dependencies" : [
        "Parsing"
      ],
      "product_memberships" : [
        "CanonicalPackageURL"
      ],
      "sources" : [
        "CanonicalPackageURL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CanonicalPackageURL"
    ]
  }
}
2026-04-15 21:47:30.748 xcodebuild[769:4625] [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 CanonicalPackageURL -destination generic/platform=tvOS
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 CanonicalPackageURL -destination generic/platform=tvOS
Resolve Package Graph
dependency 'swift-case-paths' is not used by any target
Resolve Package Graph
dependency 'swift-case-paths' is not used by any target
Resolved source packages:
  CanonicalPackageURL: /Users/admin/builder/spi-builder-workspace
  swift-parsing: https://github.com/pointfreeco/swift-parsing.git @ 0.14.1
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  swift-case-paths: https://github.com/pointfreeco/swift-case-paths.git @ 1.0.0 (5da6989)
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (10 targets)
    Target 'CanonicalPackageURL' in project 'CanonicalPackageURL'
        ➜ Explicit dependency on target 'CanonicalPackageURL' in project 'CanonicalPackageURL'
        ➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
    Target 'CanonicalPackageURL' in project 'CanonicalPackageURL'
        ➜ 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'
        ➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
    Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
    Target 'IssueReporting' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
    Target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay' (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 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 554fd0216c05cf64d836f7c7ab0e0552
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/554fd0216c05cf64d836f7c7ab0e0552.xcbuilddata
error: The package product 'Parsing' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CanonicalPackageURL' from project 'CanonicalPackageURL')
2026-04-15 21:47:33.659 xcodebuild[785:4721] [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 CanonicalPackageURL
(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
dependency 'swift-case-paths' is not used by any target
Resolved source packages:
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  swift-case-paths: https://github.com/pointfreeco/swift-case-paths.git @ 1.0.0 (5da6989)
  swift-parsing: https://github.com/pointfreeco/swift-parsing.git @ 0.14.1
  CanonicalPackageURL: /Users/admin/builder/spi-builder-workspace
resolved source packages: xctest-dynamic-overlay, swift-case-paths, swift-parsing, CanonicalPackageURL
2026-04-15 21:47:35.715 xcodebuild[843:5014] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-case-paths",
      "requirement" : {
        "revision" : [
          "1.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-case-paths.git"
    },
    {
      "identity" : "swift-parsing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-parsing.git"
    }
  ],
  "manifest_display_name" : "CanonicalPackageURL",
  "name" : "CanonicalPackageURL",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "CanonicalPackageURL",
      "targets" : [
        "CanonicalPackageURL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CanonicalPackageURLTests",
      "module_type" : "SwiftTarget",
      "name" : "CanonicalPackageURLTests",
      "path" : "Tests/CanonicalPackageURLTests",
      "sources" : [
        "CanonicalPackageURLTests.swift",
        "PublicInterfaceTests.swift"
      ],
      "target_dependencies" : [
        "CanonicalPackageURL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CanonicalPackageURL",
      "module_type" : "SwiftTarget",
      "name" : "CanonicalPackageURL",
      "path" : "Sources/CanonicalPackageURL",
      "product_dependencies" : [
        "Parsing"
      ],
      "product_memberships" : [
        "CanonicalPackageURL"
      ],
      "sources" : [
        "CanonicalPackageURL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CanonicalPackageURL"
    ]
  }
}
2026-04-15 21:47:36.900 xcodebuild[862:5115] [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 CanonicalPackageURL -destination generic/platform=tvOS
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 CanonicalPackageURL -destination generic/platform=tvOS
Resolve Package Graph
dependency 'swift-case-paths' is not used by any target
Resolved source packages:
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  CanonicalPackageURL: /Users/admin/builder/spi-builder-workspace
  swift-case-paths: https://github.com/pointfreeco/swift-case-paths.git @ 1.0.0 (5da6989)
  swift-parsing: https://github.com/pointfreeco/swift-parsing.git @ 0.14.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (10 targets)
    Target 'CanonicalPackageURL' in project 'CanonicalPackageURL'
        ➜ Explicit dependency on target 'CanonicalPackageURL' in project 'CanonicalPackageURL'
        ➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
    Target 'CanonicalPackageURL' in project 'CanonicalPackageURL'
        ➜ 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'
        ➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
    Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
    Target 'IssueReporting' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
    Target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay' (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 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 554fd0216c05cf64d836f7c7ab0e0552
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/554fd0216c05cf64d836f7c7ab0e0552.xcbuilddata
error: The package product 'Parsing' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CanonicalPackageURL' from project 'CanonicalPackageURL')
2026-04-15 21:47:37.813 xcodebuild[874:5176] [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 CanonicalPackageURL
(1 failure)
BUILD FAILURE 6.3 tvOS