The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build SwiftEccodes, reference main (fe6ffe), with Swift 5.8 for Linux on 26 Jun 2024 02:05:13 UTC.

Build Command

bash -c docker run --pull=always --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.43.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/patrick-zippenfenig/SwiftEccodes.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/patrick-zippenfenig/SwiftEccodes
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fe6ffe2 fix: should return nil on missing long attribute
Cloned https://github.com/patrick-zippenfenig/SwiftEccodes.git
Revision (git rev-parse @):
fe6ffe28080dde2625e772e3666c5bafcc546936
SUCCESS checkout https://github.com/patrick-zippenfenig/SwiftEccodes.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $workDir
https://github.com/patrick-zippenfenig/SwiftEccodes.git
Running build ...
bash -c docker run --pull=always --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
basic-5.8-latest: Pulling from finestructure/spi-images
2ec76a50fe7c: Already exists
031194576cad: Already exists
bac53b981a5c: Pulling fs layer
73c6270fb96e: Pulling fs layer
86f94206068e: Pulling fs layer
bc597662559f: Pulling fs layer
bc597662559f: Waiting
73c6270fb96e: Download complete
bc597662559f: Verifying Checksum
bc597662559f: Download complete
86f94206068e: Verifying Checksum
86f94206068e: Download complete
bac53b981a5c: Verifying Checksum
bac53b981a5c: Download complete
bac53b981a5c: Pull complete
73c6270fb96e: Pull complete
86f94206068e: Pull complete
bc597662559f: Pull complete
Digest: sha256:a83d0fdb0c994c166da8adc4a51827f09417e67ce85653666279014a43d76277
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-5.8-latest
warning: you may be able to install eccodes using your system-packager:
    apt-get install libeccodes-dev
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/3] Emitting module SwiftEccodes
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CEccodes/shim.h:1:10: error: 'eccodes.h' file not found
#include <eccodes.h>
         ^
/host/spi-builder-workspace/Sources/SwiftEccodes/SwiftEccodes.swift:1:29: error: could not build C module 'CEccodes'
@_implementationOnly import CEccodes
                            ^
[2/3] Compiling SwiftEccodes Lock.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CEccodes/shim.h:1:10: error: 'eccodes.h' file not found
#include <eccodes.h>
         ^
/host/spi-builder-workspace/Sources/SwiftEccodes/SwiftEccodes.swift:1:29: error: could not build C module 'CEccodes'
@_implementationOnly import CEccodes
                            ^
[3/3] Compiling SwiftEccodes SwiftEccodes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CEccodes/shim.h:1:10: error: 'eccodes.h' file not found
#include <eccodes.h>
         ^
/host/spi-builder-workspace/Sources/SwiftEccodes/SwiftEccodes.swift:1:29: error: could not build C module 'CEccodes'
@_implementationOnly import CEccodes
                            ^
BUILD FAILURE 5.8 linux