The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-vips, reference 0.1.0 (540343), with Swift 6.2 for macOS (Xcode) using Xcode 26.3 on 16 Dec 2025 17:36:30 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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:         macosXcodebuild
Swift version:             6.2
Building package at path:  $PWD
https://github.com/t089/swift-vips.git
Command line invocation:
    /Applications/Xcode-26.0.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-system’
Checking out 1.6.3 of package ‘swift-system’
Creating working copy of package ‘swift-log’
Checking out 1.8.0 of package ‘swift-log’
Creating working copy of package ‘swift-subprocess’
Checking out 0.2.1 of package ‘swift-subprocess’
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.8.0
  swift-vips: /Users/admin/builder/spi-builder-workspace
  swift-system: https://github.com/apple/swift-system @ 1.6.3
  Subprocess: https://github.com/swiftlang/swift-subprocess.git @ 0.2.1
resolved source packages: swift-log, swift-vips, swift-system, Subprocess
2025-12-16 12:36:16.467 xcodebuild[523:3054] [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"
    ]
  }
}
2025-12-16 12:36:21.778 xcodebuild[718:4172] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-vips-Package -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.0.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 platform=macOS,arch=arm64
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:
  swift-log: https://github.com/apple/swift-log.git @ 1.8.0
  swift-system: https://github.com/apple/swift-system @ 1.6.3
  swift-vips: /Users/admin/builder/spi-builder-workspace
  Subprocess: https://github.com/swiftlang/swift-subprocess.git @ 0.2.1
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.0.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: 3e7b5960fd9cc41d7ccc04fcae1e7917071d19e3ce1b015af7b14f5b59cf99fb
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}
2025-12-16 12:36:24.471 xcodebuild[731:4240] [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:470cb41f1c63a413018ee7f86226596ea1ed6522, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:470cb41f1c63a413018ee7f86226596ea1ed6522, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:470cb41f1c63a413018ee7f86226596ea1ed6522, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:470cb41f1c63a413018ee7f86226596ea1ed6522, name:My Mac }
** 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.0.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-vips: /Users/admin/builder/spi-builder-workspace
  swift-system: https://github.com/apple/swift-system @ 1.6.3
  Subprocess: https://github.com/swiftlang/swift-subprocess.git @ 0.2.1
  swift-log: https://github.com/apple/swift-log.git @ 1.8.0
resolved source packages: swift-vips, swift-system, Subprocess, swift-log
2025-12-16 12:36:27.621 xcodebuild[794:4570] [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"
    ]
  }
}
2025-12-16 12:36:28.851 xcodebuild[813:4668] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-vips-Package -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.0.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 platform=macOS,arch=arm64
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.2.1
  swift-vips: /Users/admin/builder/spi-builder-workspace
  swift-log: https://github.com/apple/swift-log.git @ 1.8.0
  swift-system: https://github.com/apple/swift-system @ 1.6.3
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.0.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: 3e7b5960fd9cc41d7ccc04fcae1e7917071d19e3ce1b015af7b14f5b59cf99fb
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}
2025-12-16 12:36:29.876 xcodebuild[826:4732] [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:470cb41f1c63a413018ee7f86226596ea1ed6522, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:470cb41f1c63a413018ee7f86226596ea1ed6522, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:470cb41f1c63a413018ee7f86226596ea1ed6522, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:470cb41f1c63a413018ee7f86226596ea1ed6522, name:My Mac }
** 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.2 macosXcodebuild