Build Information
Failed to build hokusai, reference v0.2.1 (1eb3c1), with Swift 6.1 for macOS (SPM) on 22 Apr 2026 06:15:07 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ivantokar/hokusai.git
Reference: v0.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ivantokar/hokusai
* tag v0.2.1 -> FETCH_HEAD
HEAD is now at 1eb3c1e feat: add hokusai cli target and installation docs
Cloned https://github.com/ivantokar/hokusai.git
Revision (git rev-parse @):
1eb3c1e3a4ee6870dd145ca454de6251b4771d14
SUCCESS checkout https://github.com/ivantokar/hokusai.git at v0.2.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ivantokar/hokusai.git
https://github.com/ivantokar/hokusai.git
{
"dependencies" : [
{
"identity" : "swift-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-testing.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "prompt",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ivantokar/prompt.git"
}
],
"manifest_display_name" : "hokusai",
"name" : "hokusai",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Hokusai",
"targets" : [
"Hokusai"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "hokusai",
"targets" : [
"HokusaiCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "HokusaiTests",
"module_type" : "SwiftTarget",
"name" : "HokusaiTests",
"path" : "Tests/HokusaiTests",
"product_dependencies" : [
"Testing"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/HokusaiTests/Fixtures",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"HokusaiTests.swift"
],
"target_dependencies" : [
"Hokusai"
],
"type" : "test"
},
{
"c99name" : "HokusaiCLI",
"module_type" : "SwiftTarget",
"name" : "HokusaiCLI",
"path" : "Sources/HokusaiCLI",
"product_dependencies" : [
"ArgumentParser",
"Prompt"
],
"product_memberships" : [
"hokusai"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Hokusai"
],
"type" : "executable"
},
{
"c99name" : "Hokusai",
"module_type" : "SwiftTarget",
"name" : "Hokusai",
"path" : "Sources/Hokusai",
"product_memberships" : [
"Hokusai",
"hokusai"
],
"sources" : [
"Backend/ImageBackend.swift",
"Backend/VipsBackend.swift",
"Errors/HokusaiError.swift",
"Hokusai.swift",
"HokusaiImage.swift",
"Models/Enums.swift",
"Models/ImageFormat.swift",
"Models/ImageMetadata.swift",
"Models/ResizeOptions.swift",
"Models/TextOptions.swift",
"Operations/Composite.swift",
"Operations/Convert.swift",
"Operations/Crop.swift",
"Operations/Resize.swift",
"Operations/Rotate.swift",
"Operations/Text.swift"
],
"target_dependencies" : [
"CVips"
],
"type" : "library"
},
{
"c99name" : "CVips",
"module_type" : "SystemLibraryTarget",
"name" : "CVips",
"path" : "Sources/CVips",
"product_memberships" : [
"Hokusai",
"hokusai"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/13] Write sources
[5/13] Write hokusai-entitlement.plist
[9/13] Write swift-version-2F0A5646E1D333AE.txt
[11/46] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/46] Emitting module ArgumentParserToolInfo
[13/93] Emitting module Rainbow
[14/94] Compiling Rainbow StringGenerator.swift
[15/94] Compiling Rainbow Style.swift
[16/94] Compiling Rainbow String+Rainbow.swift
[17/94] Emitting module ArgumentParser
[18/99] Compiling ArgumentParser Platform.swift
[19/99] Compiling ArgumentParser SequenceExtensions.swift
[20/99] Compiling ArgumentParser StringExtensions.swift
[21/99] Compiling ArgumentParser SwiftExtensions.swift
[22/99] Compiling ArgumentParser Tree.swift
[23/99] Compiling ArgumentParser ArgumentHelp.swift
[24/99] Compiling ArgumentParser ArgumentVisibility.swift
[25/99] Compiling ArgumentParser CompletionKind.swift
[26/99] Compiling ArgumentParser Errors.swift
[27/99] Compiling ArgumentParser Flag.swift
[28/99] Compiling ArgumentParser CodingKeyValidator.swift
[29/99] Compiling ArgumentParser NonsenseFlagsValidator.swift
[30/99] Compiling ArgumentParser ParsableArgumentsValidation.swift
[31/99] Compiling ArgumentParser PositionalArgumentsValidator.swift
[32/99] Compiling ArgumentParser UniqueNamesValidator.swift
[33/99] Compiling ArgumentParser BashCompletionsGenerator.swift
[34/99] Compiling ArgumentParser CompletionsGenerator.swift
[35/99] Compiling ArgumentParser FishCompletionsGenerator.swift
[36/99] Compiling ArgumentParser ZshCompletionsGenerator.swift
[37/99] Compiling ArgumentParser Argument.swift
[38/99] Compiling ArgumentParser ArgumentDiscussion.swift
[43/99] Compiling Rainbow StyledStringBuilder.swift
[44/99] Compiling Hokusai Rotate.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[45/99] Compiling Hokusai Crop.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[46/99] Compiling Hokusai Resize.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[48/100] Compiling ArgumentParser MessageInfo.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
error: emit-module command failed with exit code 1 (use -v to see invocation)
[53/100] Emitting module Hokusai
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[55/100] Compiling Rainbow String+ConditionalStyling.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[67/100] Compiling ArgumentParser NameSpecification.swift
[68/100] Compiling ArgumentParser Option.swift
[69/100] Compiling ArgumentParser OptionGroup.swift
[70/100] Compiling ArgumentParser ParentCommand.swift
[71/100] Compiling ArgumentParser AsyncParsableCommand.swift
[72/100] Compiling ArgumentParser ParserError.swift
[73/100] Compiling ArgumentParser SplitArguments.swift
[74/100] Compiling ArgumentParser DumpHelpGenerator.swift
[75/100] Compiling ArgumentParser HelpCommand.swift
[76/100] Compiling ArgumentParser HelpGenerator.swift
[77/102] Compiling Hokusai Text.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[78/102] Compiling ArgumentParser CommandConfiguration.swift
[79/102] Compiling ArgumentParser CommandGroup.swift
[80/102] Compiling ArgumentParser EnumerableFlag.swift
[81/102] Compiling ArgumentParser ExpressibleByArgument.swift
[82/102] Compiling ArgumentParser ParsableArguments.swift
[83/102] Compiling ArgumentParser InputKey.swift
[84/102] Compiling ArgumentParser InputOrigin.swift
[85/102] Compiling ArgumentParser Name.swift
[86/102] Compiling ArgumentParser Parsed.swift
[87/102] Compiling ArgumentParser ParsedValues.swift
Fetching https://github.com/ivantokar/prompt.git
Fetching https://github.com/apple/swift-testing.git
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/66] Fetching prompt
[67/37506] Fetching prompt, swift-testing
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.38s)
Fetched https://github.com/apple/swift-testing.git from cache (2.08s)
Fetched https://github.com/ivantokar/prompt.git from cache (2.08s)
Computing version for https://github.com/ivantokar/prompt.git
Computed https://github.com/ivantokar/prompt.git at 1.1.1 (2.66s)
Fetching https://github.com/onevcat/Rainbow.git
[1/1442] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow.git from cache (0.81s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 4.2.1 (4.15s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.47s)
Computing version for https://github.com/apple/swift-testing.git
Computed https://github.com/apple/swift-testing.git at 0.99.0 (0.47s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.72s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (4.21s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
Creating working copy for https://github.com/ivantokar/prompt.git
Working copy of https://github.com/ivantokar/prompt.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-testing.git
Working copy of https://github.com/apple/swift-testing.git resolved at 0.99.0
Creating working copy for https://github.com/onevcat/Rainbow.git
Working copy of https://github.com/onevcat/Rainbow.git resolved at 4.2.1
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install vips using your system-packager:
brew install vips
warning: you may be able to install vips using your system-packager:
brew install vips
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/6] Write swift-version-2F0A5646E1D333AE.txt
[4/39] Emitting module ArgumentParserToolInfo
[5/39] Compiling ArgumentParserToolInfo ToolInfo.swift
[6/86] Compiling Rainbow Style.swift
[7/87] Compiling Hokusai Rotate.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[8/87] Compiling Hokusai Resize.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[9/87] Compiling ArgumentParser Flag.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[10/87] Compiling ArgumentParser NameSpecification.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[11/88] Compiling Rainbow StringGenerator.swift
[12/88] Emitting module Rainbow
[13/88] Compiling ArgumentParser Argument.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[14/88] Compiling ArgumentParser ArgumentDiscussion.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[15/88] Compiling Hokusai Crop.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[16/88] Compiling ArgumentParser ArgumentHelp.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[17/88] Compiling ArgumentParser ArgumentVisibility.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[18/88] Compiling ArgumentParser FishCompletionsGenerator.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[19/88] Compiling ArgumentParser ZshCompletionsGenerator.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[20/88] Compiling ArgumentParser CompletionKind.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[21/88] Compiling ArgumentParser Errors.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[22/88] Compiling Rainbow String+ConditionalStyling.swift
[25/88] Compiling Rainbow String+Rainbow.swift
[30/88] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/88] Compiling ArgumentParser CompletionsGenerator.swift
[34/88] Compiling Rainbow StyledStringBuilder.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[35/88] Emitting module Hokusai
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[38/88] Compiling Hokusai Text.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CVips/shim.h:4:10: error: 'vips/vips.h' file not found
2 | #define CVIPS_SHIM_H
3 |
4 | #include <vips/vips.h>
| `- error: 'vips/vips.h' file not found
5 |
6 | // Export commonly used vips enums and types for Swift
/Users/admin/builder/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build Objective-C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build Objective-C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[39/88] Compiling ArgumentParser InputKey.swift
[40/88] Compiling ArgumentParser InputOrigin.swift
[41/88] Compiling ArgumentParser Name.swift
[42/88] Compiling ArgumentParser Parsed.swift
[43/88] Compiling ArgumentParser ParsedValues.swift
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install vips using your system-packager:
brew install vips
warning: you may be able to install vips using your system-packager:
brew install vips
BUILD FAILURE 6.1 macosSpm