This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 MagickBird with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.25.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danramteke/MagickBird.git
Reference: 0.9.6
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/danramteke/MagickBird
 * tag               0.9.6      -> FETCH_HEAD
HEAD is now at 3be949e announce
Cloned https://github.com/danramteke/MagickBird.git
Revision (git rev-parse @):
3be949e92bcee03e19a7079c91da416825c3b91a
SUCCESS checkout https://github.com/danramteke/MagickBird.git at 0.9.6
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
warning: couldn't find pc file for MagickWand
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/21] Emitting module MagickBird
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[2/23] Compiling MagickBird Image.crop.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[3/23] Compiling MagickBird Image.depth.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[4/23] Compiling MagickBird Image.extent.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[5/23] Compiling MagickBird Rect.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[6/23] Compiling MagickBird Size.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[7/23] Compiling MagickBird MagickBooleanType.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[8/23] Compiling MagickBird Pixel-double.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[9/23] Compiling MagickBird Pixel-quantum.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[10/23] Compiling MagickBird Pixel.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[11/23] Compiling MagickBird Point.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[12/23] Compiling MagickBird Writer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[13/23] Compiling MagickBird Image.backgroundColor.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[14/23] Compiling MagickBird Image.compressionQuality.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[15/23] Compiling MagickBird Image.resolution.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[16/23] Compiling MagickBird Image.size.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[17/23] Compiling MagickBird Image.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[18/23] Compiling MagickBird Image.format.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[19/23] Compiling MagickBird Image.gravity.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[20/23] Compiling MagickBird Image.resize.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[21/23] Compiling MagickBird Context.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[22/23] Compiling MagickBird Tile.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[23/23] Compiling MagickBird Tiler.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
error: fatalError
warning: couldn't find pc file for MagickWand
[0/1] Planning build
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/21] Emitting module MagickBird
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[2/23] Compiling MagickBird MagickBooleanType.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[3/23] Compiling MagickBird Pixel-double.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[4/23] Compiling MagickBird Pixel-quantum.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[5/23] Compiling MagickBird Pixel.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[6/23] Compiling MagickBird Point.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[7/23] Compiling MagickBird Image.crop.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[8/23] Compiling MagickBird Image.depth.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[9/23] Compiling MagickBird Image.extent.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[10/23] Compiling MagickBird Rect.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[11/23] Compiling MagickBird Size.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[12/23] Compiling MagickBird Image.resolution.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[13/23] Compiling MagickBird Image.size.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[14/23] Compiling MagickBird Image.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[15/23] Compiling MagickBird Writer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[16/23] Compiling MagickBird Image.backgroundColor.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[17/23] Compiling MagickBird Image.compressionQuality.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[18/23] Compiling MagickBird Image.format.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[19/23] Compiling MagickBird Image.gravity.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[20/23] Compiling MagickBird Image.resize.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[21/23] Compiling MagickBird Context.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[22/23] Compiling MagickBird Tile.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
[23/23] Compiling MagickBird Tiler.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "MagickCore/MagickCore.h"
         ^
/host/spi-builder-workspace/Sources/MagickWand/MagickCore/MagickCore.h:29:12: error: 'MagickCore/magick-config.h' file not found
#  include "MagickCore/magick-config.h"
           ^
/host/spi-builder-workspace/Sources/MagickBird/Context.swift:1:8: error: could not build C module 'MagickWand'
import MagickWand
       ^
error: fatalError
BUILD FAILURE 5.9 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.