The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-vips, reference 0.1.0 (540343), with Swift 6.3 for visionOS using Xcode 26.4 on 17 Apr 2026 20:03:25 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/t089/swift-vips.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/t089/swift-vips
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 540343c update example
Cloned https://github.com/t089/swift-vips.git
Revision (git rev-parse @):
540343cfefc0e451cb5cbb8f305158c9070d3d52
SUCCESS checkout https://github.com/t089/swift-vips.git at 0.1.0
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/t089/swift-vips.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/apple/swift-log.git
Fetching from https://github.com/swiftlang/swift-subprocess.git
Fetching from https://github.com/apple/swift-system
Creating working copy of package ‘swift-subprocess’
Checking out 0.4.0 of package ‘swift-subprocess’
Creating working copy of package ‘swift-log’
Checking out 1.12.0 of package ‘swift-log’
Creating working copy of package ‘swift-system’
Checking out 1.6.4 of package ‘swift-system’
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedcouldn't find pc file for vipsResolve Package Graph
couldn't find pc file for vips
Resolved source packages:
  swift-log: https://github.com/apple/swift-log.git @ 1.12.0
  swift-system: https://github.com/apple/swift-system @ 1.6.4
  swift-vips: /Users/admin/builder/spi-builder-workspace
  Subprocess: https://github.com/swiftlang/swift-subprocess.git @ 0.4.0
resolved source packages: swift-log, swift-system, swift-vips, Subprocess
2026-04-17 16:03:02.184 xcodebuild[529:3052] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-subprocess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-subprocess.git"
    }
  ],
  "manifest_display_name" : "swift-vips",
  "name" : "swift-vips",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "VIPS",
      "targets" : [
        "VIPS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VIPSIntrospection",
      "targets" : [
        "VIPSIntrospection"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "vips-generator",
      "targets" : [
        "vips-generator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "vips-tool",
      "targets" : [
        "vips-tool"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "vips_tool",
      "module_type" : "SwiftTarget",
      "name" : "vips-tool",
      "path" : "Sources/vips-tool",
      "product_memberships" : [
        "vips-tool"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "VIPS",
        "Cvips"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "vips_generator",
      "module_type" : "SwiftTarget",
      "name" : "vips-generator",
      "path" : "Sources/VIPSGenerator",
      "product_dependencies" : [
        "Subprocess"
      ],
      "product_memberships" : [
        "VIPS",
        "vips-generator",
        "vips-tool"
      ],
      "sources" : [
        "CodeGenerator.swift",
        "FileWriter.swift",
        "OperationAnalysis.swift",
        "OperationCategory.swift",
        "OverloadGenerators.swift",
        "StringUtils.swift",
        "SwiftKeywords.swift",
        "TypeMapping.swift",
        "VersionRequirements.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "VIPSIntrospection"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "VIPSTests",
      "module_type" : "SwiftTarget",
      "name" : "VIPSTests",
      "path" : "Tests/VIPSTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/VIPSTests/data",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ArithmeticOperationsTests.swift",
        "ArithmeticTests.swift",
        "ConversionTests.swift",
        "ConvolutionTests.swift",
        "CoreTests.swift",
        "CreateTests.swift",
        "ForeignTests.swift",
        "HistogramTests.swift",
        "ResampleTests.swift",
        "TestHelpers.swift",
        "TestSetup.swift",
        "VIPSBlobTests.swift",
        "VIPSSourceCustomTests.swift",
        "VIPSTargetCustomTests.swift",
        "VIPSTests.swift"
      ],
      "target_dependencies" : [
        "VIPS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VIPSIntrospection",
      "module_type" : "SwiftTarget",
      "name" : "VIPSIntrospection",
      "path" : "Sources/VIPSIntrospection",
      "product_memberships" : [
        "VIPS",
        "VIPSIntrospection",
        "vips-generator",
        "vips-tool"
      ],
      "sources" : [
        "VIPSIntrospection.swift"
      ],
      "target_dependencies" : [
        "Cvips",
        "CvipsShim"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VIPSGeneratorPlugin",
      "module_type" : "PluginTarget",
      "name" : "VIPSGeneratorPlugin",
      "path" : "Plugins/VIPSGeneratorPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "VIPS",
        "vips-tool"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "target_dependencies" : [
        "vips-generator"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "VIPS",
      "module_type" : "SwiftTarget",
      "name" : "VIPS",
      "path" : "Sources/VIPS",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "VIPS",
        "vips-tool"
      ],
      "sources" : [
        "Arithmetic/Enums/VipsOperationBoolean.swift",
        "Arithmetic/Enums/VipsOperationComplex.swift",
        "Arithmetic/Enums/VipsOperationComplex2.swift",
        "Arithmetic/Enums/VipsOperationComplexget.swift",
        "Arithmetic/Enums/VipsOperationMath.swift",
        "Arithmetic/Enums/VipsOperationMath2.swift",
        "Arithmetic/Enums/VipsOperationRelational.swift",
        "Arithmetic/Enums/VipsOperationRound.swift",
        "Arithmetic/arithmetic.swift",
        "Arithmetic/operators.swift",
        "Colour/Enums/VipsIntent.swift",
        "Colour/Enums/VipsPCS.swift",
        "Conversion/Enums/VipsAlign.swift",
        "Conversion/Enums/VipsAngle.swift",
        "Conversion/Enums/VipsAngle45.swift",
        "Conversion/Enums/VipsCompassDirection.swift",
        "Conversion/Enums/VipsDirection.swift",
        "Conversion/Enums/VipsExtend.swift",
        "Conversion/conversion.swift",
        "Convolution/Enums/VipsCombine.swift",
        "Convolution/Enums/VipsPrecision.swift",
        "Core/Enums/VipsAccess.swift",
        "Core/Enums/VipsArgumentFlags.swift",
        "Core/Enums/VipsBandFormat.swift",
        "Core/Enums/VipsCoding.swift",
        "Core/Enums/VipsDemandStyle.swift",
        "Core/Enums/VipsImageType.swift",
        "Core/Enums/VipsInterpretation.swift",
        "Core/Enums/VipsOperationFlags.swift",
        "Core/GConnectFlags.swift",
        "Core/VIPS.swift",
        "Core/VIPSBlob.swift",
        "Core/VIPSError.swift",
        "Core/VIPSImage+Export.swift",
        "Core/VIPSImage+Extensions.swift",
        "Core/VIPSImage+Operations.swift",
        "Core/VIPSImage.swift",
        "Core/VIPSInterpolate.swift",
        "Core/VIPSLogging.swift",
        "Core/VIPSObject.swift",
        "Core/VIPSOperation.swift",
        "Core/VIPSOption.swift",
        "Core/VIPSSource.swift",
        "Core/VIPSTarget.swift",
        "Core/VIPSUtilities.swift",
        "Create/Enums/VipsSdfShape.swift",
        "Create/Enums/VipsTextWrap.swift",
        "Draw/Enums/VipsBlendMode.swift",
        "Draw/Enums/VipsCombineMode.swift",
        "Foreign/Enums/DeepZoom/VipsForeignDzContainer.swift",
        "Foreign/Enums/DeepZoom/VipsForeignDzDepth.swift",
        "Foreign/Enums/DeepZoom/VipsForeignDzLayout.swift",
        "Foreign/Enums/HEIF/VipsForeignHeifCompression.swift",
        "Foreign/Enums/HEIF/VipsForeignHeifEncoder.swift",
        "Foreign/Enums/PNG/VipsForeignPngFilter.swift",
        "Foreign/Enums/PPM/VipsForeignPpmFormat.swift",
        "Foreign/Enums/TIFF/VipsForeignTiffCompression.swift",
        "Foreign/Enums/TIFF/VipsForeignTiffPredictor.swift",
        "Foreign/Enums/TIFF/VipsForeignTiffResunit.swift",
        "Foreign/Enums/VipsFailOn.swift",
        "Foreign/Enums/VipsForeignFlags.swift",
        "Foreign/Enums/VipsForeignKeep.swift",
        "Foreign/Enums/VipsForeignSubsample.swift",
        "Foreign/Enums/VipsInteresting.swift",
        "Foreign/Enums/WebP/VipsForeignWebpPreset.swift",
        "Histogram/histogram.swift",
        "Morphology/Enums/VipsOperationMorphology.swift",
        "Resample/Enums/VipsKernel.swift",
        "Resample/Enums/VipsRegionShrink.swift",
        "Resample/Enums/VipsSize.swift"
      ],
      "target_dependencies" : [
        "Cvips",
        "CvipsShim",
        "VIPSGeneratorPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CvipsShim",
      "module_type" : "ClangTarget",
      "name" : "CvipsShim",
      "path" : "Sources/CvipsShim",
      "product_memberships" : [
        "VIPS",
        "VIPSIntrospection",
        "vips-generator",
        "vips-tool"
      ],
      "sources" : [
        "CvipsShim.c"
      ],
      "target_dependencies" : [
        "Cvips"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Cvips",
      "module_type" : "SystemLibraryTarget",
      "name" : "Cvips",
      "path" : "Sources/Cvips",
      "product_memberships" : [
        "VIPS",
        "VIPSIntrospection",
        "vips-generator",
        "vips-tool"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "swift-vips-Package",
      "VIPS",
      "vips-generator",
      "vips-tool",
      "VIPSIntrospection"
    ]
  }
}
2026-04-17 16:03:10.860 xcodebuild[746:4330] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "swift-vips-Package",
      "VIPS",
      "vips-generator",
      "vips-tool",
      "VIPSIntrospection"
    ]
  }
}
2026-04-17 16:03:12.238 xcodebuild[766:4460] [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 swift-vips-Package -destination generic/platform=xrOS
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 swift-vips-Package -destination generic/platform=xrOS
Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedcouldn't find pc file for vips
Resolve Package Graph
couldn't find pc file for vips
Resolved source packages:
  Subprocess: https://github.com/swiftlang/swift-subprocess.git @ 0.4.0
  swift-vips: /Users/admin/builder/spi-builder-workspace
  swift-log: https://github.com/apple/swift-log.git @ 1.12.0
  swift-system: https://github.com/apple/swift-system @ 1.6.4
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “VIPSGeneratorPlugin” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/VIPSGeneratorPlugin
[debug]: Using compiler /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: a5d289d7b9bc815079d0c647a360ca69e27b49d3c7582924af1db14500ef0cbb
Apply build tool plug-in “VIPSGeneratorPlugin” to target “VIPS” in package “spi-builder-workspace”
Error Domain=NSCocoaErrorDomain Code=4 "The file “vips-generator” doesn’t exist." UserInfo={NSFilePath=/${BUILD_DIR}/${CONFIGURATION}/vips-generator}
2026-04-17 16:03:15.751 xcodebuild[813:4771] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Apply build tool plug-in “VIPSGeneratorPlugin” to target “VIPS” in package “spi-builder-workspace”
	eyJibHVlcHJpbnRQcm92aWRlcl9wcm92aWRlckZpbGVQYXRoU3RyaW5nIjoiXC9Vc2Vyc1wvYWRtaW5cL2J1aWxkZXJcL3NwaS1idWlsZGVyLXdvcmtzcGFjZSIsInR5cGUiOnsiYmx1ZXByaW50UHJvdmlkZXIiOnt9fX0=
	Building workspace spi-builder-workspace with scheme swift-vips-Package
(3 failures)
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
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedcouldn't find pc file for vips
Resolved source packages:
  swift-log: https://github.com/apple/swift-log.git @ 1.12.0
  swift-system: https://github.com/apple/swift-system @ 1.6.4
  Subprocess: https://github.com/swiftlang/swift-subprocess.git @ 0.4.0
  swift-vips: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-log, swift-system, Subprocess, swift-vips
2026-04-17 16:03:20.465 xcodebuild[908:5292] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-subprocess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-subprocess.git"
    }
  ],
  "manifest_display_name" : "swift-vips",
  "name" : "swift-vips",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "VIPS",
      "targets" : [
        "VIPS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VIPSIntrospection",
      "targets" : [
        "VIPSIntrospection"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "vips-generator",
      "targets" : [
        "vips-generator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "vips-tool",
      "targets" : [
        "vips-tool"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "vips_tool",
      "module_type" : "SwiftTarget",
      "name" : "vips-tool",
      "path" : "Sources/vips-tool",
      "product_memberships" : [
        "vips-tool"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "VIPS",
        "Cvips"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "vips_generator",
      "module_type" : "SwiftTarget",
      "name" : "vips-generator",
      "path" : "Sources/VIPSGenerator",
      "product_dependencies" : [
        "Subprocess"
      ],
      "product_memberships" : [
        "VIPS",
        "vips-generator",
        "vips-tool"
      ],
      "sources" : [
        "CodeGenerator.swift",
        "FileWriter.swift",
        "OperationAnalysis.swift",
        "OperationCategory.swift",
        "OverloadGenerators.swift",
        "StringUtils.swift",
        "SwiftKeywords.swift",
        "TypeMapping.swift",
        "VersionRequirements.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "VIPSIntrospection"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "VIPSTests",
      "module_type" : "SwiftTarget",
      "name" : "VIPSTests",
      "path" : "Tests/VIPSTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/VIPSTests/data",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ArithmeticOperationsTests.swift",
        "ArithmeticTests.swift",
        "ConversionTests.swift",
        "ConvolutionTests.swift",
        "CoreTests.swift",
        "CreateTests.swift",
        "ForeignTests.swift",
        "HistogramTests.swift",
        "ResampleTests.swift",
        "TestHelpers.swift",
        "TestSetup.swift",
        "VIPSBlobTests.swift",
        "VIPSSourceCustomTests.swift",
        "VIPSTargetCustomTests.swift",
        "VIPSTests.swift"
      ],
      "target_dependencies" : [
        "VIPS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VIPSIntrospection",
      "module_type" : "SwiftTarget",
      "name" : "VIPSIntrospection",
      "path" : "Sources/VIPSIntrospection",
      "product_memberships" : [
        "VIPS",
        "VIPSIntrospection",
        "vips-generator",
        "vips-tool"
      ],
      "sources" : [
        "VIPSIntrospection.swift"
      ],
      "target_dependencies" : [
        "Cvips",
        "CvipsShim"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VIPSGeneratorPlugin",
      "module_type" : "PluginTarget",
      "name" : "VIPSGeneratorPlugin",
      "path" : "Plugins/VIPSGeneratorPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "VIPS",
        "vips-tool"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "target_dependencies" : [
        "vips-generator"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "VIPS",
      "module_type" : "SwiftTarget",
      "name" : "VIPS",
      "path" : "Sources/VIPS",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "VIPS",
        "vips-tool"
      ],
      "sources" : [
        "Arithmetic/Enums/VipsOperationBoolean.swift",
        "Arithmetic/Enums/VipsOperationComplex.swift",
        "Arithmetic/Enums/VipsOperationComplex2.swift",
        "Arithmetic/Enums/VipsOperationComplexget.swift",
        "Arithmetic/Enums/VipsOperationMath.swift",
        "Arithmetic/Enums/VipsOperationMath2.swift",
        "Arithmetic/Enums/VipsOperationRelational.swift",
        "Arithmetic/Enums/VipsOperationRound.swift",
        "Arithmetic/arithmetic.swift",
        "Arithmetic/operators.swift",
        "Colour/Enums/VipsIntent.swift",
        "Colour/Enums/VipsPCS.swift",
        "Conversion/Enums/VipsAlign.swift",
        "Conversion/Enums/VipsAngle.swift",
        "Conversion/Enums/VipsAngle45.swift",
        "Conversion/Enums/VipsCompassDirection.swift",
        "Conversion/Enums/VipsDirection.swift",
        "Conversion/Enums/VipsExtend.swift",
        "Conversion/conversion.swift",
        "Convolution/Enums/VipsCombine.swift",
        "Convolution/Enums/VipsPrecision.swift",
        "Core/Enums/VipsAccess.swift",
        "Core/Enums/VipsArgumentFlags.swift",
        "Core/Enums/VipsBandFormat.swift",
        "Core/Enums/VipsCoding.swift",
        "Core/Enums/VipsDemandStyle.swift",
        "Core/Enums/VipsImageType.swift",
        "Core/Enums/VipsInterpretation.swift",
        "Core/Enums/VipsOperationFlags.swift",
        "Core/GConnectFlags.swift",
        "Core/VIPS.swift",
        "Core/VIPSBlob.swift",
        "Core/VIPSError.swift",
        "Core/VIPSImage+Export.swift",
        "Core/VIPSImage+Extensions.swift",
        "Core/VIPSImage+Operations.swift",
        "Core/VIPSImage.swift",
        "Core/VIPSInterpolate.swift",
        "Core/VIPSLogging.swift",
        "Core/VIPSObject.swift",
        "Core/VIPSOperation.swift",
        "Core/VIPSOption.swift",
        "Core/VIPSSource.swift",
        "Core/VIPSTarget.swift",
        "Core/VIPSUtilities.swift",
        "Create/Enums/VipsSdfShape.swift",
        "Create/Enums/VipsTextWrap.swift",
        "Draw/Enums/VipsBlendMode.swift",
        "Draw/Enums/VipsCombineMode.swift",
        "Foreign/Enums/DeepZoom/VipsForeignDzContainer.swift",
        "Foreign/Enums/DeepZoom/VipsForeignDzDepth.swift",
        "Foreign/Enums/DeepZoom/VipsForeignDzLayout.swift",
        "Foreign/Enums/HEIF/VipsForeignHeifCompression.swift",
        "Foreign/Enums/HEIF/VipsForeignHeifEncoder.swift",
        "Foreign/Enums/PNG/VipsForeignPngFilter.swift",
        "Foreign/Enums/PPM/VipsForeignPpmFormat.swift",
        "Foreign/Enums/TIFF/VipsForeignTiffCompression.swift",
        "Foreign/Enums/TIFF/VipsForeignTiffPredictor.swift",
        "Foreign/Enums/TIFF/VipsForeignTiffResunit.swift",
        "Foreign/Enums/VipsFailOn.swift",
        "Foreign/Enums/VipsForeignFlags.swift",
        "Foreign/Enums/VipsForeignKeep.swift",
        "Foreign/Enums/VipsForeignSubsample.swift",
        "Foreign/Enums/VipsInteresting.swift",
        "Foreign/Enums/WebP/VipsForeignWebpPreset.swift",
        "Histogram/histogram.swift",
        "Morphology/Enums/VipsOperationMorphology.swift",
        "Resample/Enums/VipsKernel.swift",
        "Resample/Enums/VipsRegionShrink.swift",
        "Resample/Enums/VipsSize.swift"
      ],
      "target_dependencies" : [
        "Cvips",
        "CvipsShim",
        "VIPSGeneratorPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CvipsShim",
      "module_type" : "ClangTarget",
      "name" : "CvipsShim",
      "path" : "Sources/CvipsShim",
      "product_memberships" : [
        "VIPS",
        "VIPSIntrospection",
        "vips-generator",
        "vips-tool"
      ],
      "sources" : [
        "CvipsShim.c"
      ],
      "target_dependencies" : [
        "Cvips"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Cvips",
      "module_type" : "SystemLibraryTarget",
      "name" : "Cvips",
      "path" : "Sources/Cvips",
      "product_memberships" : [
        "VIPS",
        "VIPSIntrospection",
        "vips-generator",
        "vips-tool"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "swift-vips-Package",
      "VIPS",
      "vips-generator",
      "vips-tool",
      "VIPSIntrospection"
    ]
  }
}
2026-04-17 16:03:21.981 xcodebuild[929:5412] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "swift-vips-Package",
      "VIPS",
      "vips-generator",
      "vips-tool",
      "VIPSIntrospection"
    ]
  }
}
2026-04-17 16:03:23.178 xcodebuild[944:5487] [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 swift-vips-Package -destination generic/platform=xrOS
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 swift-vips-Package -destination generic/platform=xrOS
Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedcouldn't find pc file for vips
Resolved source packages:
  Subprocess: https://github.com/swiftlang/swift-subprocess.git @ 0.4.0
  swift-log: https://github.com/apple/swift-log.git @ 1.12.0
  swift-vips: /Users/admin/builder/spi-builder-workspace
  swift-system: https://github.com/apple/swift-system @ 1.6.4
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “VIPSGeneratorPlugin” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/VIPSGeneratorPlugin
[debug]: Using compiler /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: a5d289d7b9bc815079d0c647a360ca69e27b49d3c7582924af1db14500ef0cbb
Apply build tool plug-in “VIPSGeneratorPlugin” to target “VIPS” in package “spi-builder-workspace”
Error Domain=NSCocoaErrorDomain Code=4 "The file “vips-generator” doesn’t exist." UserInfo={NSFilePath=/${BUILD_DIR}/${CONFIGURATION}/vips-generator}
2026-04-17 16:03:24.553 xcodebuild[958:5556] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Apply build tool plug-in “VIPSGeneratorPlugin” to target “VIPS” in package “spi-builder-workspace”
	eyJibHVlcHJpbnRQcm92aWRlcl9wcm92aWRlckZpbGVQYXRoU3RyaW5nIjoiXC9Vc2Vyc1wvYWRtaW5cL2J1aWxkZXJcL3NwaS1idWlsZGVyLXdvcmtzcGFjZSIsInR5cGUiOnsiYmx1ZXByaW50UHJvdmlkZXIiOnt9fX0=
	Building workspace spi-builder-workspace with scheme swift-vips-Package
(3 failures)
BUILD FAILURE 6.3 visionOS