Build Information
Failed to build swift-graphics, reference v4.0.3 (d761f1
), with Swift 5.10 for Linux on 30 Sep 2024 02:10:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.54.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fwcd/swift-graphics.git
Reference: v4.0.3
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/fwcd/swift-graphics
* tag v4.0.3 -> FETCH_HEAD
HEAD is now at d761f18 Fix weird errors about missing initializers
Cloned https://github.com/fwcd/swift-graphics.git
Revision (git rev-parse @):
d761f1856b3e6f9472d4d06db9bce9106f0650ca
SUCCESS checkout https://github.com/fwcd/swift-graphics.git at v4.0.3
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/fwcd/swift-graphics.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:6c25c99211d1e15148b101a61df2563575f50d0f624cb6ce5a573a0b53fb5dca
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/MaxDesiatov/XMLCoder.git
Fetching https://github.com/fwcd/swift-utils.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/fwcd/swift-cairo.git
Fetching https://github.com/scinfu/SwiftSoup.git
[1/3621] Fetching swift-cairo
[689/4545] Fetching swift-cairo, swift-utils
[1722/7729] Fetching swift-cairo, swift-utils, swiftsoup
[2369/17740] Fetching swift-cairo, swift-utils, swiftsoup, xmlcoder
[16510/21347] Fetching swift-cairo, swift-utils, swiftsoup, xmlcoder, swift-log
Fetched https://github.com/fwcd/swift-utils.git from cache (1.27s)
Fetched https://github.com/apple/swift-log.git from cache (1.27s)
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.27s)
Fetched https://github.com/MaxDesiatov/XMLCoder.git from cache (1.28s)
Fetched https://github.com/fwcd/swift-cairo.git from cache (1.32s)
Computing version for https://github.com/fwcd/swift-cairo.git
Computed https://github.com/fwcd/swift-cairo.git at 1.3.4 (0.46s)
Computing version for https://github.com/fwcd/swift-utils.git
Computed https://github.com/fwcd/swift-utils.git at 4.0.0 (0.50s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.4 (0.58s)
Computing version for https://github.com/MaxDesiatov/XMLCoder.git
Computed https://github.com/MaxDesiatov/XMLCoder.git at 0.17.1 (0.54s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.7.0 (0.86s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.4
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.7.0
Creating working copy for https://github.com/MaxDesiatov/XMLCoder.git
Working copy of https://github.com/MaxDesiatov/XMLCoder.git resolved at 0.17.1
Creating working copy for https://github.com/fwcd/swift-utils.git
Working copy of https://github.com/fwcd/swift-utils.git resolved at 4.0.0
Creating working copy for https://github.com/fwcd/swift-cairo.git
Working copy of https://github.com/fwcd/swift-cairo.git resolved at 1.3.4
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 libcairo2-dev
Building for debugging...
[0/23] Write sources
[10/23] Write swift-version-24593BA9C3E375BF.txt
[12/140] Emitting module Logging
[13/140] Emitting module XMLCoder
[14/146] Compiling Logging MetadataProvider.swift
[15/146] Compiling SwiftSoup BooleanAttribute.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
#include <cairo.h>
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
import struct SCCCairo.cairo_content_t
^
[16/146] Compiling SwiftSoup CharacterExt.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
#include <cairo.h>
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
import struct SCCCairo.cairo_content_t
^
[17/147] Compiling Cairo SurfaceType.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
#include <cairo.h>
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
import struct SCCCairo.cairo_content_t
^
[18/147] Compiling SwiftSoup Collector.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
#include <cairo.h>
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
import struct SCCCairo.cairo_content_t
^
[19/147] Compiling SwiftSoup CombiningEvaluator.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
#include <cairo.h>
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
import struct SCCCairo.cairo_content_t
^
[20/147] Compiling SwiftSoup Comment.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
#include <cairo.h>
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
import struct SCCCairo.cairo_content_t
^
[21/147] Compiling SwiftSoup Connection.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
#include <cairo.h>
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
import struct SCCCairo.cairo_content_t
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/147] Emitting module Cairo
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
#include <cairo.h>
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
import struct SCCCairo.cairo_content_t
^
[23/147] Compiling XMLCoder UnkeyedBox.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
#include <cairo.h>
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
import struct SCCCairo.cairo_content_t
^
[24/147] Compiling SwiftSoup BinarySearch.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
#include <cairo.h>
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
import struct SCCCairo.cairo_content_t
^
[25/147] Compiling SwiftSoup DataUtil.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
#include <cairo.h>
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
import struct SCCCairo.cairo_content_t
^
[26/147] Compiling SwiftSoup Document.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
#include <cairo.h>
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
import struct SCCCairo.cairo_content_t
^
[27/147] Compiling SwiftSoup ArrayExt.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
#include <cairo.h>
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
import struct SCCCairo.cairo_content_t
^
[28/147] Compiling SwiftSoup Attribute.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
#include <cairo.h>
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
import struct SCCCairo.cairo_content_t
^
[29/147] Compiling SwiftSoup CssSelector.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
#include <cairo.h>
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
import struct SCCCairo.cairo_content_t
^
[30/147] Compiling SwiftSoup DataNode.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
#include <cairo.h>
^
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
import struct SCCCairo.cairo_content_t
^
[31/147] Compiling Logging LogHandler.swift
[32/147] Compiling Logging Logging.swift
[33/147] Compiling Logging Locks.swift
[34/148] Compiling XMLCoder ElementAndAttribute.swift
[35/148] Compiling SwiftSoup NodeTraversor.swift
[36/148] Compiling XMLCoder KeyedStorage.swift
[37/148] Compiling XMLCoder Metatypes.swift
[38/148] Compiling XMLCoder String+Extensions.swift
[39/148] Compiling XMLCoder XMLChoiceCodingKey.swift
[40/148] Compiling XMLCoder XMLCoderElement.swift
[41/148] Compiling XMLCoder XMLDocumentType.swift
[42/148] Compiling XMLCoder XMLHeader.swift
[43/148] Compiling XMLCoder XMLKey.swift
[44/148] Compiling XMLCoder XMLStackParser.swift
[45/148] Compiling SwiftSoup Element.swift
[46/148] Compiling SwiftSoup Elements.swift
[47/148] Compiling SwiftSoup Entities.swift
[48/148] Compiling XMLCoder XMLChoiceDecodingContainer.swift
[49/148] Compiling XMLCoder XMLDecoder.swift
[50/148] Compiling XMLCoder XMLDecoderImplementation.swift
[51/148] Compiling XMLCoder XMLDecodingStorage.swift
[52/148] Compiling SwiftSoup SimpleDictionary.swift
[53/148] Compiling SwiftSoup StreamReader.swift
[54/148] Compiling SwiftSoup String.swift
[55/148] Compiling XMLCoder EncodingErrorExtension.swift
[56/148] Compiling XMLCoder SingleValueEncodingContainer.swift
[57/148] Compiling XMLCoder XMLChoiceEncodingContainer.swift
[79/148] Compiling SwiftSoup CharacterReader.swift
[80/148] Compiling SwiftSoup Cleaner.swift
[81/148] Compiling XMLCoder KeyedBox.swift
[82/148] Compiling XMLCoder NullBox.swift
[83/148] Compiling XMLCoder SharedBox.swift
[84/148] Compiling SwiftSoup Mutex.swift
[85/148] Compiling XMLCoder XMLEncoder.swift
[86/148] Compiling XMLCoder XMLEncoderImplementation.swift
[87/148] Compiling XMLCoder XMLEncodingStorage.swift
[88/148] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[89/148] Compiling XMLCoder XMLReferencingEncoder.swift
[90/148] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[98/155] Compiling SwiftSoup TokeniserState.swift
[129/155] Emitting module SwiftSoup
error: fatalError
BUILD FAILURE 5.10 linux