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 v1.0.1 (fe6ffe), with Swift 5.9 for Linux on 26 Jun 2024 02:03:12 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$workDir" 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.43.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/patrick-zippenfenig/SwiftEccodes.git
Reference: v1.0.1
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
 * tag               v1.0.1     -> FETCH_HEAD
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 v1.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/patrick-zippenfenig/SwiftEccodes.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$workDir" 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
2ec76a50fe7c: Already exists
031194576cad: Pulling fs layer
2d1269d4848b: Pulling fs layer
9b142bd0d0f7: Pulling fs layer
7794a1b159e4: Pulling fs layer
23e6e0b14a5e: Pulling fs layer
7794a1b159e4: Waiting
23e6e0b14a5e: Waiting
9b142bd0d0f7: Verifying Checksum
9b142bd0d0f7: Download complete
7794a1b159e4: Verifying Checksum
7794a1b159e4: Download complete
23e6e0b14a5e: Verifying Checksum
23e6e0b14a5e: Download complete
031194576cad: Verifying Checksum
031194576cad: Download complete
2d1269d4848b: Verifying Checksum
2d1269d4848b: Download complete
031194576cad: Pull complete
2d1269d4848b: Pull complete
9b142bd0d0f7: Pull complete
7794a1b159e4: Pull complete
23e6e0b14a5e: Pull complete
Digest: sha256:2fa6b0d7467390f3ae6945b12138e4a70f9e62fbd91fe905e9254915c71b67e7
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-5.9-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 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
                            ^
[3/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
                            ^
error: fatalError
BUILD FAILURE 5.9 linux