The Swift Package Index logo.Swift Package Index

Build Information

Failed to build VBImageProcessor, reference main (b0da6e), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 16 Apr 2026 11:15:01 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vbmobile/VBImageProcessor.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vbmobile/VBImageProcessor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b0da6e4 version 1.2.2
Cloned https://github.com/vbmobile/VBImageProcessor.git
Revision (git rev-parse @):
b0da6e41d8e5e1d7199af84f6e22f846192ec512
SUCCESS checkout https://github.com/vbmobile/VBImageProcessor.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.3
Building package at path:  $PWD
https://github.com/vbmobile/VBImageProcessor.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/VBUtils
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’
Creating working copy of package ‘VBUtils’
Checking out 2.0.2 of package ‘VBUtils’
Resolve Package Graph
Resolved source packages:
  MatomoTracker: https://github.com/vbmobile/matomo-sdk-ios @ 7.7.0
  VBUtils: https://github.com/vbmobile/VBUtils @ 2.0.2
  VBImageProcessor: /Users/admin/builder/spi-builder-workspace
resolved source packages: MatomoTracker, VBUtils, VBImageProcessor
2026-04-16 07:14:44.007 xcodebuild[529:3076] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "vbutils",
      "requirement" : {
        "exact" : [
          "2.0.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vbmobile/VBUtils"
    }
  ],
  "manifest_display_name" : "VBImageProcessor",
  "name" : "VBImageProcessor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "VBImageProcessor",
      "targets" : [
        "VBImageProcessorWrapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "VBImageProcessorWrapper",
      "module_type" : "SwiftTarget",
      "name" : "VBImageProcessorWrapper",
      "path" : "Sources",
      "product_dependencies" : [
        "VBUtils"
      ],
      "product_memberships" : [
        "VBImageProcessor"
      ],
      "sources" : [
        "dummy.swift"
      ],
      "target_dependencies" : [
        "VBImageProcessor"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VBImageProcessor",
      "module_type" : "BinaryTarget",
      "name" : "VBImageProcessor",
      "path" : "remote/archive/VBImageProcessor-1.2.2.zip",
      "product_memberships" : [
        "VBImageProcessor"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.10"
}
warning: 'spi-builder-workspace': /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/VBUtils", .exact("2.0.2")),
   |          `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
19 |     ],
20 |     targets: [
/Users/admin/builder/spi-builder-workspace/Package.swift:18:63: warning: 'exact' is deprecated [#DeprecatedDeclaration]
16 |     ],
17 |     dependencies: [
18 |         .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
   |                                                               `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
19 |     ],
20 |     targets: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "VBImageProcessor"
    ]
  }
}
2026-04-16 07:14:52.129 xcodebuild[760:4255] [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 VBImageProcessor -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 VBImageProcessor -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  VBUtils: https://github.com/vbmobile/VBUtils @ 2.0.2
  MatomoTracker: https://github.com/vbmobile/matomo-sdk-ios @ 7.7.0
  VBImageProcessor: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'VBImageProcessor' in project 'VBImageProcessor'
        ➜ Explicit dependency on target 'VBImageProcessorWrapper' in project 'VBImageProcessor'
        ➜ Explicit dependency on target 'VBUtils' in project 'VBUtils'
    Target 'VBImageProcessorWrapper' in project 'VBImageProcessor'
        ➜ Explicit dependency on target 'VBUtils' in project 'VBUtils'
    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/ld -version_details
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
Build description signature: bfab9e1737063bc5947b2ba45545e559
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/bfab9e1737063bc5947b2ba45545e559.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework'. (in target 'VBUtils' from project 'VBUtils')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/VBImageProcessor/VBImageProcessor.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/VBImageProcessor/VBImageProcessor.xcframework'. (in target 'VBImageProcessorWrapper' from project 'VBImageProcessor')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/VBImageProcessor/VBImageProcessor.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/VBImageProcessor/VBImageProcessor.xcframework'. (in target 'VBImageProcessor' from project 'VBImageProcessor')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework'. (in target 'VBImageProcessor' from project 'VBImageProcessor')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework'. (in target 'VBUtilsWrapper' from project 'VBUtils')
2026-04-16 07:14:55.035 xcodebuild[770:4318] [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:351702ea78541582374fccae3e7054b504aa0fae, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:351702ea78541582374fccae3e7054b504aa0fae, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:351702ea78541582374fccae3e7054b504aa0fae, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:351702ea78541582374fccae3e7054b504aa0fae, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme VBImageProcessor
(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: https://github.com/vbmobile/VBUtils @ 2.0.2
  VBImageProcessor: /Users/admin/builder/spi-builder-workspace
  MatomoTracker: https://github.com/vbmobile/matomo-sdk-ios @ 7.7.0
resolved source packages: VBUtils, VBImageProcessor, MatomoTracker
2026-04-16 07:14:57.790 xcodebuild[834:4732] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "vbutils",
      "requirement" : {
        "exact" : [
          "2.0.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vbmobile/VBUtils"
    }
  ],
  "manifest_display_name" : "VBImageProcessor",
  "name" : "VBImageProcessor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "VBImageProcessor",
      "targets" : [
        "VBImageProcessorWrapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "VBImageProcessorWrapper",
      "module_type" : "SwiftTarget",
      "name" : "VBImageProcessorWrapper",
      "path" : "Sources",
      "product_dependencies" : [
        "VBUtils"
      ],
      "product_memberships" : [
        "VBImageProcessor"
      ],
      "sources" : [
        "dummy.swift"
      ],
      "target_dependencies" : [
        "VBImageProcessor"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VBImageProcessor",
      "module_type" : "BinaryTarget",
      "name" : "VBImageProcessor",
      "path" : "remote/archive/VBImageProcessor-1.2.2.zip",
      "product_memberships" : [
        "VBImageProcessor"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "VBImageProcessor"
    ]
  }
}
2026-04-16 07:14:59.521 xcodebuild[849:4811] [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 VBImageProcessor -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 VBImageProcessor -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  MatomoTracker: https://github.com/vbmobile/matomo-sdk-ios @ 7.7.0
  VBImageProcessor: /Users/admin/builder/spi-builder-workspace
  VBUtils: https://github.com/vbmobile/VBUtils @ 2.0.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'VBImageProcessor' in project 'VBImageProcessor'
        ➜ Explicit dependency on target 'VBImageProcessorWrapper' in project 'VBImageProcessor'
        ➜ Explicit dependency on target 'VBUtils' in project 'VBUtils'
    Target 'VBImageProcessorWrapper' in project 'VBImageProcessor'
        ➜ Explicit dependency on target 'VBUtils' in project 'VBUtils'
    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/ld -version_details
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
Build description signature: bfab9e1737063bc5947b2ba45545e559
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/bfab9e1737063bc5947b2ba45545e559.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework'. (in target 'VBUtils' from project 'VBUtils')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/VBImageProcessor/VBImageProcessor.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/VBImageProcessor/VBImageProcessor.xcframework'. (in target 'VBImageProcessor' from project 'VBImageProcessor')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework'. (in target 'VBImageProcessor' from project 'VBImageProcessor')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/VBImageProcessor/VBImageProcessor.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/VBImageProcessor/VBImageProcessor.xcframework'. (in target 'VBImageProcessorWrapper' from project 'VBImageProcessor')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework'. (in target 'VBUtilsWrapper' from project 'VBUtils')
2026-04-16 07:15:00.547 xcodebuild[862:4907] [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:351702ea78541582374fccae3e7054b504aa0fae, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:351702ea78541582374fccae3e7054b504aa0fae, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:351702ea78541582374fccae3e7054b504aa0fae, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:351702ea78541582374fccae3e7054b504aa0fae, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme VBImageProcessor
(1 failure)
BUILD FAILURE 6.3 macosXcodebuild