Build Information
Failed to build SwiftGD, reference main (07650d
), with Swift 5.9 for Linux on 19 Sep 2024 15:13:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-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/twostraws/swiftgd.git
Reference: main
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/twostraws/swiftgd
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 07650dc Merge pull request #45 from mczachurski/main
Cloned https://github.com/twostraws/swiftgd.git
Revision (git rev-parse @):
07650dcb343d5b045598459fd3aad0936e0259bf
SUCCESS checkout https://github.com/twostraws/swiftgd.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/twostraws/swiftgd.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:66706f89ac15d55dcb11e8d3274e2fe11925b5da93d240b09d5a1eb775db6cc2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
warning: you may be able to install gdlib using your system-packager:
apt-get install libgd-dev
Building for debugging...
[1/8] Compiling SwiftGD Size.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "swiftgd_gd.h"
^
/host/spi-builder-workspace/Sources/gd/swiftgd_gd.h:1:10: error: 'gd.h' file not found
#include <gd.h>
^
/host/spi-builder-workspace/Sources/SwiftGD/Format.swift:8:8: error: could not build C module 'gd'
import gd
^
[2/9] Compiling SwiftGD Rectangle.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "swiftgd_gd.h"
^
/host/spi-builder-workspace/Sources/gd/swiftgd_gd.h:1:10: error: 'gd.h' file not found
#include <gd.h>
^
/host/spi-builder-workspace/Sources/SwiftGD/Format.swift:8:8: error: could not build C module 'gd'
import gd
^
[3/9] Compiling SwiftGD Point.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "swiftgd_gd.h"
^
/host/spi-builder-workspace/Sources/gd/swiftgd_gd.h:1:10: error: 'gd.h' file not found
#include <gd.h>
^
/host/spi-builder-workspace/Sources/SwiftGD/Format.swift:8:8: error: could not build C module 'gd'
import gd
^
[4/9] Compiling SwiftGD Angle.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "swiftgd_gd.h"
^
/host/spi-builder-workspace/Sources/gd/swiftgd_gd.h:1:10: error: 'gd.h' file not found
#include <gd.h>
^
/host/spi-builder-workspace/Sources/SwiftGD/Format.swift:8:8: error: could not build C module 'gd'
import gd
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/9] Emitting module SwiftGD
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "swiftgd_gd.h"
^
/host/spi-builder-workspace/Sources/gd/swiftgd_gd.h:1:10: error: 'gd.h' file not found
#include <gd.h>
^
/host/spi-builder-workspace/Sources/SwiftGD/Format.swift:8:8: error: could not build C module 'gd'
import gd
^
[6/9] Compiling SwiftGD Error.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "swiftgd_gd.h"
^
/host/spi-builder-workspace/Sources/gd/swiftgd_gd.h:1:10: error: 'gd.h' file not found
#include <gd.h>
^
/host/spi-builder-workspace/Sources/SwiftGD/Format.swift:8:8: error: could not build C module 'gd'
import gd
^
[7/9] Compiling SwiftGD Format.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "swiftgd_gd.h"
^
/host/spi-builder-workspace/Sources/gd/swiftgd_gd.h:1:10: error: 'gd.h' file not found
#include <gd.h>
^
/host/spi-builder-workspace/Sources/SwiftGD/Format.swift:8:8: error: could not build C module 'gd'
import gd
^
[8/9] Compiling SwiftGD Color.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "swiftgd_gd.h"
^
/host/spi-builder-workspace/Sources/gd/swiftgd_gd.h:1:10: error: 'gd.h' file not found
#include <gd.h>
^
/host/spi-builder-workspace/Sources/SwiftGD/Format.swift:8:8: error: could not build C module 'gd'
import gd
^
[9/9] Compiling SwiftGD Image.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "swiftgd_gd.h"
^
/host/spi-builder-workspace/Sources/gd/swiftgd_gd.h:1:10: error: 'gd.h' file not found
#include <gd.h>
^
/host/spi-builder-workspace/Sources/SwiftGD/Format.swift:8:8: error: could not build C module 'gd'
import gd
^
error: fatalError
BUILD FAILURE 5.9 linux