Build Information
Failed to build Cairo, reference 1.3.0 (b31d64), with Swift 6.1 for Android on 29 May 2025 01:46:52 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aestesis/Cairo.git
Reference: 1.3.0
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/aestesis/Cairo
* tag 1.3.0 -> FETCH_HEAD
HEAD is now at b31d649 fixed
Cloned https://github.com/aestesis/Cairo.git
Revision (git rev-parse @):
b31d64995170299b0c086c9cd0eea8f6649dec49
SUCCESS checkout https://github.com/aestesis/Cairo.git at 1.3.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/aestesis/Cairo.git
https://github.com/aestesis/Cairo.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "ccairo",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/aestesis/CCairo.git"
},
{
"identity" : "cfontconfig",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/aestesis/CFontConfig.git"
},
{
"identity" : "cfreetype",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/aestesis/CFreeType.git"
}
],
"manifest_display_name" : "Cairo",
"name" : "Cairo",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
],
"targets" : [
{
"c99name" : "Cairo",
"module_type" : "SwiftTarget",
"name" : "Cairo",
"path" : "Sources/Cairo",
"product_dependencies" : [
"CCairo",
"CFontConfig",
"CFreeType"
],
"sources" : [
"Content.swift",
"Context.swift",
"Font.swift",
"ImageFormat.swift",
"Matrix.swift",
"Path.swift",
"Pattern.swift",
"Status.swift",
"Surface.swift",
"SurfaceImage.swift",
"SurfacePDF.swift",
"SurfacePNG.swift",
"SurfaceSVG.swift",
"SurfaceType.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/aestesis/CCairo.git
[1/412] Fetching ccairo
Fetched https://github.com/aestesis/CCairo.git from cache (0.59s)
Fetching https://github.com/aestesis/CFontConfig.git
[1/45] Fetching cfontconfig
Fetched https://github.com/aestesis/CFontConfig.git from cache (0.46s)
Fetching https://github.com/aestesis/CFreeType.git
[1/39] Fetching cfreetype
Fetched https://github.com/aestesis/CFreeType.git from cache (0.38s)
Creating working copy for https://github.com/aestesis/CCairo.git
Working copy of https://github.com/aestesis/CCairo.git resolved at master (86cb03f)
Creating working copy for https://github.com/aestesis/CFontConfig.git
Working copy of https://github.com/aestesis/CFontConfig.git resolved at master (c89a356)
Creating working copy for https://github.com/aestesis/CFreeType.git
Working copy of https://github.com/aestesis/CFreeType.git resolved at master (3442374)
warning: you may be able to install cairo using your system-packager:
apt-get install libcairo-dev
warning: you may be able to install fontconfig using your system-packager:
apt-get install libfontconfig-dev
warning: you may be able to install freetype2 using your system-packager:
apt-get install libfreetype6-dev
warning: you may be able to install cairo using your system-packager:
apt-get install libcairo-dev
warning: you may be able to install fontconfig using your system-packager:
apt-get install libfontconfig-dev
warning: you may be able to install freetype2 using your system-packager:
apt-get install libfreetype6-dev
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/16] Compiling Cairo Font.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[4/16] Compiling Cairo ImageFormat.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/17] Emitting module Cairo
<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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[6/17] Compiling Cairo Content.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[7/17] Compiling Cairo Context.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[8/17] Compiling Cairo SurfaceSVG.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[9/17] Compiling Cairo SurfaceType.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[10/17] Compiling Cairo Matrix.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[11/17] Compiling Cairo Path.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[12/17] Compiling Cairo SurfacePDF.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[13/17] Compiling Cairo SurfacePNG.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[14/17] Compiling Cairo Surface.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[15/17] Compiling Cairo SurfaceImage.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[16/17] Compiling Cairo Pattern.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[17/17] Compiling Cairo Status.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: you may be able to install cairo using your system-packager:
apt-get install libcairo-dev
warning: you may be able to install fontconfig using your system-packager:
apt-get install libfontconfig-dev
warning: you may be able to install freetype2 using your system-packager:
apt-get install libfreetype6-dev
warning: you may be able to install cairo using your system-packager:
apt-get install libcairo-dev
warning: you may be able to install fontconfig using your system-packager:
apt-get install libfontconfig-dev
warning: you may be able to install freetype2 using your system-packager:
apt-get install libfreetype6-dev
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/15] Compiling Cairo SurfacePDF.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[3/15] Compiling Cairo SurfacePNG.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[4/16] Compiling Cairo SurfaceSVG.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[5/16] Compiling Cairo Pattern.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[6/16] Compiling Cairo Status.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[7/16] Compiling Cairo Surface.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[8/16] Compiling Cairo SurfaceImage.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[9/16] Compiling Cairo Matrix.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[10/16] Compiling Cairo Path.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[11/16] Compiling Cairo SurfaceType.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[12/16] Compiling Cairo Font.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[13/16] Compiling Cairo ImageFormat.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/16] Emitting module Cairo
<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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[15/16] Compiling Cairo Content.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[16/16] Compiling Cairo Context.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/.build/checkouts/CCairo/Sources/CCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
| `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/Sources/Cairo/Content.swift:9:15: error: could not build C module 'CCairo'
7 | //
8 |
9 | import struct CCairo.cairo_content_t
| `- error: could not build C module 'CCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
BUILD FAILURE 6.1 android