Build Information
Failed to build SwiftNetCDF with Swift 5.8 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.41.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/patrick-zippenfenig/SwiftNetCDF.git
Reference: v1.1.2
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/patrick-zippenfenig/SwiftNetCDF
* tag v1.1.2 -> FETCH_HEAD
HEAD is now at 8ade11d fix: trigger release
Cloned https://github.com/patrick-zippenfenig/SwiftNetCDF.git
Revision (git rev-parse @):
8ade11d1494d2661a14b624966e8966c6e36e426
SUCCESS checkout https://github.com/patrick-zippenfenig/SwiftNetCDF.git at v1.1.2
========================================
Build
========================================
Selected platform: linux
Swift version: 5.8
Building package at path: $workDir
https://github.com/patrick-zippenfenig/SwiftNetCDF.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
warning: you may be able to install netcdf using your system-packager:
apt-get install libnetcdf-dev
Building for debugging...
[1/12] Compiling SwiftNetCDF Variable.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Sources/CNetCDF/shim.h:1:10: error: 'netcdf.h' file not found
#include <netcdf.h>
^
/host/spi-builder-workspace/Sources/SwiftNetCDF/Error.swift:10:8: error: could not build C module 'CNetCDF'
import CNetCDF
^
[2/13] Compiling SwiftNetCDF VariableDefinable.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Sources/CNetCDF/shim.h:1:10: error: 'netcdf.h' file not found
#include <netcdf.h>
^
/host/spi-builder-workspace/Sources/SwiftNetCDF/Error.swift:10:8: error: could not build C module 'CNetCDF'
import CNetCDF
^
[3/13] Compiling SwiftNetCDF NetCDF.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Sources/CNetCDF/shim.h:1:10: error: 'netcdf.h' file not found
#include <netcdf.h>
^
/host/spi-builder-workspace/Sources/SwiftNetCDF/Error.swift:10:8: error: could not build C module 'CNetCDF'
import CNetCDF
^
[4/13] Compiling SwiftNetCDF Nc.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Sources/CNetCDF/shim.h:1:10: error: 'netcdf.h' file not found
#include <netcdf.h>
^
/host/spi-builder-workspace/Sources/SwiftNetCDF/Error.swift:10:8: error: could not build C module 'CNetCDF'
import CNetCDF
^
[5/13] Compiling SwiftNetCDF Group.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Sources/CNetCDF/shim.h:1:10: error: 'netcdf.h' file not found
#include <netcdf.h>
^
/host/spi-builder-workspace/Sources/SwiftNetCDF/Error.swift:10:8: error: could not build C module 'CNetCDF'
import CNetCDF
^
[6/13] Compiling SwiftNetCDF Lock.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Sources/CNetCDF/shim.h:1:10: error: 'netcdf.h' file not found
#include <netcdf.h>
^
/host/spi-builder-workspace/Sources/SwiftNetCDF/Error.swift:10:8: error: could not build C module 'CNetCDF'
import CNetCDF
^
[7/13] Compiling SwiftNetCDF Error.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Sources/CNetCDF/shim.h:1:10: error: 'netcdf.h' file not found
#include <netcdf.h>
^
/host/spi-builder-workspace/Sources/SwiftNetCDF/Error.swift:10:8: error: could not build C module 'CNetCDF'
import CNetCDF
^
[8/13] Compiling SwiftNetCDF ExternalDataType.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Sources/CNetCDF/shim.h:1:10: error: 'netcdf.h' file not found
#include <netcdf.h>
^
/host/spi-builder-workspace/Sources/SwiftNetCDF/Error.swift:10:8: error: could not build C module 'CNetCDF'
import CNetCDF
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/13] Emitting module SwiftNetCDF
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Sources/CNetCDF/shim.h:1:10: error: 'netcdf.h' file not found
#include <netcdf.h>
^
/host/spi-builder-workspace/Sources/SwiftNetCDF/Error.swift:10:8: error: could not build C module 'CNetCDF'
import CNetCDF
^
[10/13] Compiling SwiftNetCDF DataType.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Sources/CNetCDF/shim.h:1:10: error: 'netcdf.h' file not found
#include <netcdf.h>
^
/host/spi-builder-workspace/Sources/SwiftNetCDF/Error.swift:10:8: error: could not build C module 'CNetCDF'
import CNetCDF
^
[11/13] Compiling SwiftNetCDF Dimension.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Sources/CNetCDF/shim.h:1:10: error: 'netcdf.h' file not found
#include <netcdf.h>
^
/host/spi-builder-workspace/Sources/SwiftNetCDF/Error.swift:10:8: error: could not build C module 'CNetCDF'
import CNetCDF
^
[12/13] Compiling SwiftNetCDF Attribute.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Sources/CNetCDF/shim.h:1:10: error: 'netcdf.h' file not found
#include <netcdf.h>
^
/host/spi-builder-workspace/Sources/SwiftNetCDF/Error.swift:10:8: error: could not build C module 'CNetCDF'
import CNetCDF
^
[13/13] Compiling SwiftNetCDF AttributeProvidable.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Sources/CNetCDF/shim.h:1:10: error: 'netcdf.h' file not found
#include <netcdf.h>
^
/host/spi-builder-workspace/Sources/SwiftNetCDF/Error.swift:10:8: error: could not build C module 'CNetCDF'
import CNetCDF
^
BUILD FAILURE 5.8 linux