Build Information
Failed to build swift-vips, reference main (cbe1ad), with Swift 6.3 for watchOS using Xcode 26.4 on 4 May 2026 16:23:21 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=watchOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/t089/swift-vips.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/t089/swift-vips
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cbe1ad8 Generate enum types (#20)
Cloned https://github.com/t089/swift-vips.git
Revision (git rev-parse @):
cbe1ad8915d4d5edae13537ca61693e21d8991e1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/t089/swift-vips.git at main
========================================
Build
========================================
Selected platform: watchOS
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:
Subprocess: https://github.com/swiftlang/swift-subprocess.git @ 0.4.0
swift-vips: /Users/admin/builder/spi-builder-workspace
swift-system: https://github.com/apple/swift-system @ 1.6.4
swift-log: https://github.com/apple/swift-log.git @ 1.12.0
resolved source packages: Subprocess, swift-vips, swift-system, swift-log
2026-05-04 12:23:01.669 xcodebuild[536:3153] [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",
"EnumGenerator.swift",
"FileWriter.swift",
"OperationAnalysis.swift",
"OperationCategory.swift",
"OverloadGenerators.swift",
"StringUtils.swift",
"SwiftKeywords.swift",
"TypeMapping.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/arithmetic.swift",
"Arithmetic/operators.swift",
"Conversion/conversion.swift",
"Core/Enums/VipsBandFormat+Extras.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",
"Histogram/histogram.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-05-04 12:23:10.103 xcodebuild[758:4515] [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=watchOS
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=watchOS
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-system: https://github.com/apple/swift-system @ 1.6.4
swift-log: https://github.com/apple/swift-log.git @ 1.12.0
Subprocess: https://github.com/swiftlang/swift-subprocess.git @ 0.4.0
swift-vips: /Users/admin/builder/spi-builder-workspace
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-05-04 12:23:13.446 xcodebuild[776:4614] [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-system: https://github.com/apple/swift-system @ 1.6.4
swift-vips: /Users/admin/builder/spi-builder-workspace
swift-log: https://github.com/apple/swift-log.git @ 1.12.0
Subprocess: https://github.com/swiftlang/swift-subprocess.git @ 0.4.0
resolved source packages: swift-system, swift-vips, swift-log, Subprocess
2026-05-04 12:23:17.849 xcodebuild[905:5390] [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",
"EnumGenerator.swift",
"FileWriter.swift",
"OperationAnalysis.swift",
"OperationCategory.swift",
"OverloadGenerators.swift",
"StringUtils.swift",
"SwiftKeywords.swift",
"TypeMapping.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/arithmetic.swift",
"Arithmetic/operators.swift",
"Conversion/conversion.swift",
"Core/Enums/VipsBandFormat+Extras.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",
"Histogram/histogram.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-05-04 12:23:19.276 xcodebuild[926:5495] [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=watchOS
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=watchOS
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
Subprocess: https://github.com/swiftlang/swift-subprocess.git @ 0.4.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-05-04 12:23:20.456 xcodebuild[940:5564] [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 watchOS