Build Information
Failed to build Aether, reference master (cfecda), with Swift 6.1 for Android on 27 May 2025 11:15:42 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/aether.git
Reference: master
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/aether
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at cfecdaf fixed SizeI
Cloned https://github.com/aestesis/aether.git
Revision (git rev-parse @):
cfecdafa104b74362021af436ce0dbfdd94e89e2
SUCCESS checkout https://github.com/aestesis/aether.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/aestesis/aether.git
https://github.com/aestesis/aether.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "zlib",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.6",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/aestesis/Zlib.git"
},
{
"identity" : "cpng",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/aestesis/Cpng"
},
{
"identity" : "cpango",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/aestesis/CPango.git"
},
{
"identity" : "cfreetype",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/aestesis/CFreeType.git"
},
{
"identity" : "libtess",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/aestesis/libtess.git"
},
{
"identity" : "swiftyjson",
"requirement" : {
"range" : [
{
"lower_bound" : "17.0.0",
"upper_bound" : "18.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/SwiftyJSON.git"
},
{
"identity" : "cairo",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/aestesis/Cairo.git"
},
{
"identity" : "uridium",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/aestesis/Uridium.git"
}
],
"manifest_display_name" : "Aether",
"name" : "Aether",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Aether",
"targets" : [
"Aether"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Aether",
"module_type" : "SwiftTarget",
"name" : "Aether",
"path" : "Sources/Aether",
"product_dependencies" : [
"Uridium",
"Cairo",
"SwiftyJSON",
"libtess",
"Cpng",
"CPango",
"CFreeType",
"Zlib"
],
"product_memberships" : [
"Aether"
],
"sources" : [
"3D/Box.swift",
"3D/Renderer.swift",
"Foundation/Application.swift",
"Foundation/Bitmap.swift",
"Foundation/Color.swift",
"Foundation/Debug.swift",
"Foundation/Device.swift",
"Foundation/Effect.swift",
"Foundation/Font.swift",
"Foundation/Future.swift",
"Foundation/Graphics.swift",
"Foundation/Matrix.swift",
"Foundation/Misc.swift",
"Foundation/Node.swift",
"Foundation/Paint.swift",
"Foundation/Path.swift",
"Foundation/Point.swift",
"Foundation/Rect.swift",
"Foundation/RenderPass.swift",
"Foundation/Signal.swift",
"Foundation/Size.swift",
"Foundation/Stream.swift",
"Foundation/Texture2D.swift",
"Foundation/Thread.swift",
"Foundation/Touch.swift",
"Foundation/Vector.swift",
"Foundation/View.swift",
"Foundation/Viewport.swift",
"Linux/OsWindow.swift",
"Linux/RawBitmap.swift",
"Linux/Zip.swift",
"Linux/simd.swift",
"internals/Tess.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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/aestesis/Cpng
[1/137] Fetching cpng
Fetched https://github.com/aestesis/Cpng from cache (0.25s)
Fetching https://github.com/aestesis/CPango.git
[1/152] Fetching cpango
Fetched https://github.com/aestesis/CPango.git from cache (0.24s)
Fetching https://github.com/aestesis/CFreeType.git
[1/39] Fetching cfreetype
Fetched https://github.com/aestesis/CFreeType.git from cache (0.25s)
Fetching https://github.com/aestesis/Cairo.git
[1/3464] Fetching cairo
Fetched https://github.com/aestesis/Cairo.git from cache (1.23s)
Fetching https://github.com/aestesis/Uridium.git
[1/212] Fetching uridium
Fetched https://github.com/aestesis/Uridium.git from cache (0.23s)
Fetching https://github.com/aestesis/CCairo.git
[1/412] Fetching ccairo
Fetched https://github.com/aestesis/CCairo.git from cache (0.34s)
Fetching https://github.com/aestesis/CFontConfig.git
[1/45] Fetching cfontconfig
Fetched https://github.com/aestesis/CFontConfig.git from cache (0.24s)
Fetching https://github.com/aestesis/Zlib.git
Fetching https://github.com/IBM-Swift/SwiftyJSON.git
Fetching https://github.com/aestesis/xcb.git
Fetching https://github.com/aestesis/Vulkan.git
Fetching https://github.com/aestesis/libtess.git
[1/32] Fetching vulkan
[33/2719] Fetching vulkan, swiftyjson
[329/2778] Fetching vulkan, swiftyjson, zlib
[1329/2840] Fetching vulkan, swiftyjson, zlib, libtess
[2412/2855] Fetching vulkan, swiftyjson, zlib, libtess, xcb
Fetched https://github.com/aestesis/Zlib.git from cache (0.29s)
Fetched https://github.com/aestesis/Vulkan.git from cache (0.31s)
Fetched https://github.com/aestesis/libtess.git from cache (0.31s)
Fetched https://github.com/aestesis/xcb.git from cache (0.34s)
Fetched https://github.com/IBM-Swift/SwiftyJSON.git from cache (0.34s)
Computing version for https://github.com/aestesis/Vulkan.git
Computed https://github.com/aestesis/Vulkan.git at 1.0.6 (0.92s)
Computing version for https://github.com/aestesis/xcb.git
Computed https://github.com/aestesis/xcb.git at 1.0.1 (0.56s)
Computing version for https://github.com/aestesis/Zlib.git
Computed https://github.com/aestesis/Zlib.git at 0.1.6 (0.62s)
Computing version for https://github.com/aestesis/libtess.git
Computed https://github.com/aestesis/libtess.git at 1.0.5 (2.53s)
Computing version for https://github.com/IBM-Swift/SwiftyJSON.git
Computed https://github.com/IBM-Swift/SwiftyJSON.git at 17.0.5 (2.44s)
Creating working copy for https://github.com/aestesis/Uridium.git
Working copy of https://github.com/aestesis/Uridium.git resolved at master (5bdc362)
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/xcb.git
Working copy of https://github.com/aestesis/xcb.git resolved at 1.0.1
Creating working copy for https://github.com/aestesis/Vulkan.git
Working copy of https://github.com/aestesis/Vulkan.git resolved at 1.0.6
Creating working copy for https://github.com/aestesis/Cpng
Working copy of https://github.com/aestesis/Cpng resolved at master (f9bdc5d)
Creating working copy for https://github.com/aestesis/CFreeType.git
Working copy of https://github.com/aestesis/CFreeType.git resolved at master (3442374)
Creating working copy for https://github.com/aestesis/CPango.git
Working copy of https://github.com/aestesis/CPango.git resolved at master (a502f49)
Creating working copy for https://github.com/aestesis/Zlib.git
Working copy of https://github.com/aestesis/Zlib.git resolved at 0.1.6
Creating working copy for https://github.com/aestesis/libtess.git
Working copy of https://github.com/aestesis/libtess.git resolved at 1.0.5
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/Cairo.git
Working copy of https://github.com/aestesis/Cairo.git resolved at master (71cbd6d)
Creating working copy for https://github.com/IBM-Swift/SwiftyJSON.git
Working copy of https://github.com/IBM-Swift/SwiftyJSON.git resolved at 17.0.5
warning: you may be able to install fontconfig using your system-packager:
apt-get install libfontconfig-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 png using your system-packager:
apt-get install libpng-dev libz-dev
warning: you may be able to install pango using your system-packager:
apt-get install libpango1.0-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-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 fontconfig using your system-packager:
apt-get install libfontconfig-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 png using your system-packager:
apt-get install libpng-dev libz-dev
warning: you may be able to install pango using your system-packager:
apt-get install libpango1.0-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install freetype2 using your system-packager:
apt-get install libfreetype6-dev
Building for debugging...
[0/19] Compiling libtess memalloc.c
[1/19] Compiling libtess dict.c
[2/19] Compiling libtess normal.c
[3/19] Compiling libtess export.c
[4/19] Compiling libtess tessmono.c
[5/19] Compiling libtess mesh.c
[5/19] Write sources
[10/19] Compiling libtess priorityq-heap.c
[11/19] Compiling libtess tess.c
[12/19] Compiling libtess sweep.c
[13/19] Compiling libtess geom.c
[14/19] Write swift-version-24593BA9C3E375BF.txt
[15/19] Compiling libtess render.c
[16/19] Compiling libtess priorityq.c
[17/19] Write Objects.LinkFileList
[18/19] Archiving liblibtess.a
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/40] 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/.build/checkouts/Cairo/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,
[21/41] 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/.build/checkouts/Cairo/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,
[22/41] 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/.build/checkouts/Cairo/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,
[23/41] 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/.build/checkouts/Cairo/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,
[24/41] 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/.build/checkouts/Cairo/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,
[25/41] 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/.build/checkouts/Cairo/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,
[26/41] 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/.build/checkouts/Cairo/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,
[27/41] 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/.build/checkouts/Cairo/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,
[28/41] 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/.build/checkouts/Cairo/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,
[29/41] 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/.build/checkouts/Cairo/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,
[30/41] 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/.build/checkouts/Cairo/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,
[31/41] Emitting module SwiftyJSON
[32/41] Compiling Uridium LunarLayer.swift
/host/spi-builder-workspace/.build/checkouts/Vulkan/Sources/Vulkan/module.modulemap:3:12: error: header '/usr/include/vulkan/vulkan.h' not found
1 | module Vulkan [system] {
2 | header "macros.h"
3 | header "/usr/include/vulkan/vulkan.h"
| `- error: header '/usr/include/vulkan/vulkan.h' not found
4 | link "vulkan"
5 | export *
/host/spi-builder-workspace/.build/checkouts/Uridium/Sources/Uridium/LunarLayer.swift:1:8: error: could not build C module 'Vulkan'
1 | import Vulkan
| `- error: could not build C module 'Vulkan'
2 | import Foundation
3 |
[33/41] 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/.build/checkouts/Cairo/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,
[34/41] 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/.build/checkouts/Cairo/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,
[35/41] 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/.build/checkouts/Cairo/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,
[36/41] 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/.build/checkouts/Cairo/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,
[37/41] Compiling Uridium Window.swift
/host/spi-builder-workspace/.build/checkouts/Vulkan/Sources/Vulkan/module.modulemap:3:12: error: header '/usr/include/vulkan/vulkan.h' not found
1 | module Vulkan [system] {
2 | header "macros.h"
3 | header "/usr/include/vulkan/vulkan.h"
| `- error: header '/usr/include/vulkan/vulkan.h' not found
4 | link "vulkan"
5 | export *
/host/spi-builder-workspace/.build/checkouts/Uridium/Sources/Uridium/LunarLayer.swift:1:8: error: could not build C module 'Vulkan'
1 | import Vulkan
| `- error: could not build C module 'Vulkan'
2 | import Foundation
3 |
[38/41] Compiling SwiftyJSON LclJSONSerialization.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[39/41] Emitting module Uridium
/host/spi-builder-workspace/.build/checkouts/Vulkan/Sources/Vulkan/module.modulemap:3:12: error: header '/usr/include/vulkan/vulkan.h' not found
1 | module Vulkan [system] {
2 | header "macros.h"
3 | header "/usr/include/vulkan/vulkan.h"
| `- error: header '/usr/include/vulkan/vulkan.h' not found
4 | link "vulkan"
5 | export *
/host/spi-builder-workspace/.build/checkouts/Uridium/Sources/Uridium/LunarLayer.swift:1:8: error: could not build C module 'Vulkan'
1 | import Vulkan
| `- error: could not build C module 'Vulkan'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/Vulkan/Sources/Vulkan/module.modulemap:3:12: error: header '/usr/include/vulkan/vulkan.h' not found
1 | module Vulkan [system] {
2 | header "macros.h"
3 | header "/usr/include/vulkan/vulkan.h"
| `- error: header '/usr/include/vulkan/vulkan.h' not found
4 | link "vulkan"
5 | export *
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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: you may be able to install fontconfig using your system-packager:
apt-get install libfontconfig-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 png using your system-packager:
apt-get install libpng-dev libz-dev
warning: you may be able to install pango using your system-packager:
apt-get install libpango1.0-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-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 fontconfig using your system-packager:
apt-get install libfontconfig-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 png using your system-packager:
apt-get install libpng-dev libz-dev
warning: you may be able to install pango using your system-packager:
apt-get install libpango1.0-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-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/22] 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/.build/checkouts/Cairo/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/23] 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/.build/checkouts/Cairo/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/23] 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/.build/checkouts/Cairo/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/23] 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/.build/checkouts/Cairo/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/23] 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/.build/checkouts/Cairo/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/23] 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/.build/checkouts/Cairo/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/23] 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/.build/checkouts/Cairo/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/23] 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/.build/checkouts/Cairo/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/23] 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/.build/checkouts/Cairo/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/23] 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/.build/checkouts/Cairo/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/23] Emitting module SwiftyJSON
[13/23] Compiling SwiftyJSON LclJSONSerialization.swift
[14/23] Compiling SwiftyJSON SwiftyJSON.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyJSON/Sources/SwiftyJSON/SwiftyJSON.swift:1547:30: error: ambiguous use of operator '<'
1545 | switch (lhs.type, rhs.type) {
1546 | case (.number, .number):
1547 | return lhs.rawNumber < rhs.rawNumber
| `- error: ambiguous use of operator '<'
1548 | case (.string, .string):
1549 | return lhs.rawString < rhs.rawString
:
1602 | // TODO: why must this be excluded, only on Linux, with Swift 5.1?
1603 | #else
1604 | func <(lhs: NSNumber, rhs: NSNumber) -> Bool {
| `- note: found this candidate
1605 |
1606 | switch (lhs.isBool, rhs.isBool) {
Foundation.NSNumber.<:2:20: note: found this candidate in module 'Foundation'
1 | class NSNumber {
2 | public static func < (lhs: NSNumber, rhs: NSNumber) -> Bool}
| `- note: found this candidate in module 'Foundation'
3 |
[15/23] Compiling Uridium Window.swift
/host/spi-builder-workspace/.build/checkouts/Vulkan/Sources/Vulkan/module.modulemap:3:12: error: header '/usr/include/vulkan/vulkan.h' not found
1 | module Vulkan [system] {
2 | header "macros.h"
3 | header "/usr/include/vulkan/vulkan.h"
| `- error: header '/usr/include/vulkan/vulkan.h' not found
4 | link "vulkan"
5 | export *
/host/spi-builder-workspace/.build/checkouts/Uridium/Sources/Uridium/LunarLayer.swift:1:8: error: could not build C module 'Vulkan'
1 | import Vulkan
| `- error: could not build C module 'Vulkan'
2 | import Foundation
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/23] Emitting module Uridium
/host/spi-builder-workspace/.build/checkouts/Vulkan/Sources/Vulkan/module.modulemap:3:12: error: header '/usr/include/vulkan/vulkan.h' not found
1 | module Vulkan [system] {
2 | header "macros.h"
3 | header "/usr/include/vulkan/vulkan.h"
| `- error: header '/usr/include/vulkan/vulkan.h' not found
4 | link "vulkan"
5 | export *
/host/spi-builder-workspace/.build/checkouts/Uridium/Sources/Uridium/LunarLayer.swift:1:8: error: could not build C module 'Vulkan'
1 | import Vulkan
| `- error: could not build C module 'Vulkan'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/Vulkan/Sources/Vulkan/module.modulemap:3:12: error: header '/usr/include/vulkan/vulkan.h' not found
1 | module Vulkan [system] {
2 | header "macros.h"
3 | header "/usr/include/vulkan/vulkan.h"
| `- error: header '/usr/include/vulkan/vulkan.h' not found
4 | link "vulkan"
5 | export *
<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>
BUILD FAILURE 6.1 android