Build Information
Failed to build hokusai, reference v0.2.1 (1eb3c1), with Swift 6.3 for Wasm on 22 Apr 2026 05:59:32 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build 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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/ivantokar/hokusai.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/apple/swift-testing.git
[1/37440] Fetching swift-testing
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/ivantokar/prompt.git
Fetched https://github.com/apple/swift-testing.git from cache (4.06s)
[1/66] Fetching prompt
[67/17513] Fetching prompt, swift-argument-parser
Fetched https://github.com/ivantokar/prompt.git from cache (0.86s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.37s)
Computing version for https://github.com/ivantokar/prompt.git
Computed https://github.com/ivantokar/prompt.git at 1.1.1 (6.77s)
Fetching https://github.com/onevcat/Rainbow.git
[1/1442] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow.git from cache (0.62s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 4.2.1 (4.48s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (1.01s)
Computing version for https://github.com/apple/swift-testing.git
Computed https://github.com/apple/swift-testing.git at 0.99.0 (0.80s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/75027] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.80s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (14.79s)
Creating working copy for https://github.com/onevcat/Rainbow.git
Working copy of https://github.com/onevcat/Rainbow.git resolved at 4.2.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/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/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
warning: you may be able to install vips using your system-packager:
apt-get install libvips-dev
warning: you may be able to install vips using your system-packager:
apt-get install libvips-dev
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/17] Write sources
[8/17] Write swift-version-24593BA9C3E375BF.txt
[10/49] Compiling Rainbow StringGenerator.swift
[11/49] Compiling Rainbow Style.swift
[12/50] Compiling Rainbow String+ConditionalStyling.swift
[13/50] Compiling Rainbow String+Rainbow.swift
[14/50] Emitting module ArgumentParserToolInfo
[15/50] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/51] Wrapping AST for ArgumentParserToolInfo for debugging
[18/97] Compiling ArgumentParser ArgumentDecoder.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[19/97] Compiling ArgumentParser ArgumentDefinition.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[20/97] Compiling ArgumentParser InputKey.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[21/97] Compiling ArgumentParser InputOrigin.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[22/99] Compiling ArgumentParser ArgumentHelp.swift
[23/99] Compiling ArgumentParser ParsableCommand.swift
[24/99] Compiling ArgumentParser Argument.swift
[25/99] Compiling ArgumentParser ArgumentDiscussion.swift
[28/99] Compiling ArgumentParser FishCompletionsGenerator.swift
[29/99] Compiling ArgumentParser ZshCompletionsGenerator.swift
[30/99] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/99] Compiling ArgumentParser CompletionsGenerator.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[34/99] Compiling ArgumentParser ArgumentSet.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[35/99] Compiling ArgumentParser CommandParser.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[38/99] Emitting module Rainbow
[39/99] Compiling Rainbow StyledStringBuilder.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/99] Emitting module Hokusai
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[45/100] Wrapping AST for Rainbow for debugging
[47/102] Compiling Hokusai Rotate.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
[48/102] Compiling Hokusai Text.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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
/host/spi-builder-workspace/Sources/Hokusai/Backend/VipsBackend.swift:2:8: error: could not build C module 'CVips'
1 | import Foundation
2 | import CVips
| `- error: could not build C module 'CVips'
3 |
4 | /// libvips backend implementation for high-performance image operations
BUILD FAILURE 6.3 wasm