The Swift Package Index logo.Swift Package Index

Build Information

Failed to build VBUtils, reference main (7fa447), with Swift 6.3 for tvOS using Xcode 26.4 on 16 Apr 2026 11:19:10 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vbmobile/VBUtils.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vbmobile/VBUtils
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7fa447b fix hash
Cloned https://github.com/vbmobile/VBUtils.git
Revision (git rev-parse @):
7fa447bf0c4129b81be19bd4a18e9bd9e2ce60cb
SUCCESS checkout https://github.com/vbmobile/VBUtils.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/vbmobile/VBUtils.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/vbmobile/matomo-sdk-ios
Creating working copy of package ‘matomo-sdk-ios’
Checking out 7.7.0 of package ‘matomo-sdk-ios’
Resolve Package Graph
Resolved source packages:
  MatomoTracker: https://github.com/vbmobile/matomo-sdk-ios @ 7.7.0
  VBUtils: /Users/admin/builder/spi-builder-workspace
resolved source packages: MatomoTracker, VBUtils
2026-04-16 07:18:55.259 xcodebuild[529:3083] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "matomo-sdk-ios",
      "requirement" : {
        "exact" : [
          "7.7.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vbmobile/matomo-sdk-ios"
    }
  ],
  "manifest_display_name" : "VBUtils",
  "name" : "VBUtils",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "VBUtils",
      "targets" : [
        "VBUtilsWrapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "VBUtilsWrapper",
      "module_type" : "SwiftTarget",
      "name" : "VBUtilsWrapper",
      "path" : "Sources",
      "product_dependencies" : [
        "MatomoTracker"
      ],
      "product_memberships" : [
        "VBUtils"
      ],
      "sources" : [
        "dummy.swift"
      ],
      "target_dependencies" : [
        "VBUtils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VBUtils",
      "module_type" : "BinaryTarget",
      "name" : "VBUtils",
      "path" : "remote/archive/VBUtils-2.0.2.zip",
      "product_memberships" : [
        "VBUtils"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "6.0"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:6:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
 4 | import PackageDescription
 5 |
 6 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 7 |     name: "VBUtils",
 8 |     platforms: [
/Users/admin/builder/spi-builder-workspace/Package.swift:18:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
16 |     ],
17 |     dependencies: [
18 |         .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
   |          `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
19 |     ],
20 |
/Users/admin/builder/spi-builder-workspace/Package.swift:18:70: warning: 'exact' is deprecated [#DeprecatedDeclaration]
16 |     ],
17 |     dependencies: [
18 |         .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
   |                                                                      `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
19 |     ],
20 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "VBUtils"
    ]
  }
}
2026-04-16 07:19:03.185 xcodebuild[714:4136] [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 VBUtils -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 VBUtils -destination generic/platform=tvOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  VBUtils: /Users/admin/builder/spi-builder-workspace
  MatomoTracker: https://github.com/vbmobile/matomo-sdk-ios @ 7.7.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'VBUtils' in project 'VBUtils'
        ➜ Explicit dependency on target 'VBUtilsWrapper' in project 'VBUtils'
        ➜ Explicit dependency on target 'MatomoTracker' in project 'MatomoTracker'
    Target 'VBUtilsWrapper' in project 'VBUtils'
        ➜ Explicit dependency on target 'MatomoTracker' in project 'MatomoTracker'
    Target 'MatomoTracker' in project 'MatomoTracker'
        ➜ Explicit dependency on target 'MatomoTracker' in project 'MatomoTracker'
    Target 'MatomoTracker' in project 'MatomoTracker' (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
Build description signature: 0142ce6e2bd3ac65f02a54d8e62093c3
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0142ce6e2bd3ac65f02a54d8e62093c3.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/VBUtils/VBUtils.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/VBUtils/VBUtils.xcframework'. (in target 'VBUtilsWrapper' from project 'VBUtils')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/VBUtils/VBUtils.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/VBUtils/VBUtils.xcframework'. (in target 'VBUtils' from project 'VBUtils')
2026-04-16 07:19:05.342 xcodebuild[724:4224] [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 VBUtils
(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:
  VBUtils: /Users/admin/builder/spi-builder-workspace
  MatomoTracker: https://github.com/vbmobile/matomo-sdk-ios @ 7.7.0
resolved source packages: VBUtils, MatomoTracker
2026-04-16 07:19:07.272 xcodebuild[754:4390] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "matomo-sdk-ios",
      "requirement" : {
        "exact" : [
          "7.7.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vbmobile/matomo-sdk-ios"
    }
  ],
  "manifest_display_name" : "VBUtils",
  "name" : "VBUtils",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "VBUtils",
      "targets" : [
        "VBUtilsWrapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "VBUtilsWrapper",
      "module_type" : "SwiftTarget",
      "name" : "VBUtilsWrapper",
      "path" : "Sources",
      "product_dependencies" : [
        "MatomoTracker"
      ],
      "product_memberships" : [
        "VBUtils"
      ],
      "sources" : [
        "dummy.swift"
      ],
      "target_dependencies" : [
        "VBUtils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VBUtils",
      "module_type" : "BinaryTarget",
      "name" : "VBUtils",
      "path" : "remote/archive/VBUtils-2.0.2.zip",
      "product_memberships" : [
        "VBUtils"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "VBUtils"
    ]
  }
}
2026-04-16 07:19:08.435 xcodebuild[767:4462] [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 VBUtils -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 VBUtils -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  VBUtils: /Users/admin/builder/spi-builder-workspace
  MatomoTracker: https://github.com/vbmobile/matomo-sdk-ios @ 7.7.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'VBUtils' in project 'VBUtils'
        ➜ Explicit dependency on target 'VBUtilsWrapper' in project 'VBUtils'
        ➜ Explicit dependency on target 'MatomoTracker' in project 'MatomoTracker'
    Target 'VBUtilsWrapper' in project 'VBUtils'
        ➜ Explicit dependency on target 'MatomoTracker' in project 'MatomoTracker'
    Target 'MatomoTracker' in project 'MatomoTracker'
        ➜ Explicit dependency on target 'MatomoTracker' in project 'MatomoTracker'
    Target 'MatomoTracker' in project 'MatomoTracker' (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
Build description signature: 0142ce6e2bd3ac65f02a54d8e62093c3
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0142ce6e2bd3ac65f02a54d8e62093c3.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/VBUtils/VBUtils.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/VBUtils/VBUtils.xcframework'. (in target 'VBUtilsWrapper' from project 'VBUtils')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/VBUtils/VBUtils.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/VBUtils/VBUtils.xcframework'. (in target 'VBUtils' from project 'VBUtils')
2026-04-16 07:19:09.510 xcodebuild[773:4505] [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 VBUtils
(1 failure)
BUILD FAILURE 6.3 tvOS