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 pixivswift, reference master (eb5969), with Swift 6.1 for Linux on 30 Apr 2025 03:28:27 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/theBreadCompany/pixivswift.git
Reference: master
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/theBreadCompany/pixivswift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at eb59695 bump swift-tools-version to 5.6
Cloned https://github.com/theBreadCompany/pixivswift.git
Revision (git rev-parse @):
eb5969571d62ee9683fbbc488a66ffd6c70dc26a
SUCCESS checkout https://github.com/theBreadCompany/pixivswift.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/theBreadCompany/pixivswift.git
https://github.com/theBreadCompany/pixivswift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "zipfoundation",
      "requirement" : {
        "revision" : [
          "fac78dfe5a886ad98e355ba98475b30b3753213a"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/weichsel/ZIPFoundation.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-gif",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/fwcd/swift-gif.git"
    },
    {
      "identity" : "swiftgd",
      "requirement" : {
        "revision" : [
          "07650dcb343d5b045598459fd3aad0936e0259bf"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/twostraws/SwiftGD"
    }
  ],
  "manifest_display_name" : "pixivswift",
  "name" : "pixivswift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "pixivswift",
      "targets" : [
        "pixivswift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "pixivswiftWrapper",
      "targets" : [
        "pixivswiftWrapper",
        "pixivswift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "pixivauth",
      "targets" : [
        "pixivauth"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "pixivswiftWrapperTests",
      "module_type" : "SwiftTarget",
      "name" : "pixivswiftWrapperTests",
      "path" : "Tests/pixivswiftWrapperTests",
      "sources" : [
        "TestErrors.swift",
        "bookmarks.swift",
        "core.swift",
        "follow.swift",
        "ugoira.swift"
      ],
      "target_dependencies" : [
        "pixivswiftWrapper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "pixivswiftWrapper",
      "module_type" : "SwiftTarget",
      "name" : "pixivswiftWrapper",
      "path" : "Sources/pixivswiftWrapper",
      "product_dependencies" : [
        "ZIPFoundation",
        "GIF",
        "SwiftGD"
      ],
      "product_memberships" : [
        "pixivswiftWrapper"
      ],
      "sources" : [
        "File.swift",
        "PixivDownloader+Metadata.swift",
        "PixivDownloader.swift",
        "utils.swift"
      ],
      "target_dependencies" : [
        "pixivswift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "pixivswiftTests",
      "module_type" : "SwiftTarget",
      "name" : "pixivswiftTests",
      "path" : "Tests/pixivswiftTests",
      "sources" : [
        "TestErrors.swift",
        "bookmarks.swift",
        "core.swift",
        "related.swift"
      ],
      "target_dependencies" : [
        "pixivswift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "pixivswift",
      "module_type" : "SwiftTarget",
      "name" : "pixivswift",
      "path" : "Sources/pixivswift",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "pixivswift",
        "pixivswiftWrapper",
        "pixivauth"
      ],
      "sources" : [
        "PixivResults+Helper.swift",
        "PixivResults+Operators.swift",
        "PixivResults.swift",
        "aapi+completionHandlers.swift",
        "aapi+newNames.swift",
        "aapi.swift",
        "api.swift",
        "headless_login.swift",
        "utils.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "pixivauth",
      "module_type" : "SwiftTarget",
      "name" : "pixivauth",
      "path" : "Sources/pixivauth",
      "product_memberships" : [
        "pixivauth"
      ],
      "sources" : [
        "AppDelegate.swift",
        "ViewController.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "pixivswift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/weichsel/ZIPFoundation.git
[1/5562] Fetching zipfoundation
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (0.53s)
Fetching https://github.com/twostraws/SwiftGD
[1/444] Fetching swiftgd
Fetched https://github.com/twostraws/SwiftGD from cache (0.21s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/fwcd/swift-gif.git
[1/1151] Fetching swift-gif
[1152/14935] Fetching swift-gif, swift-crypto
Fetched https://github.com/fwcd/swift-gif.git from cache (0.34s)
[1379/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.31s)
Computing version for https://github.com/fwcd/swift-gif.git
Computed https://github.com/fwcd/swift-gif.git at 2.1.0 (1.79s)
Fetching https://github.com/fwcd/swift-utils.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/fwcd/swift-graphics.git
[1/3836] Fetching swift-log
[1689/4420] Fetching swift-log, swift-graphics
[3347/5542] Fetching swift-log, swift-graphics, swift-utils
Fetched https://github.com/fwcd/swift-graphics.git from cache (0.28s)
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/fwcd/swift-utils.git from cache (0.71s)
Fetched https://github.com/apple/swift-log.git from cache (0.71s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.72s)
Computing version for https://github.com/fwcd/swift-graphics.git
Computed https://github.com/fwcd/swift-graphics.git at 2.1.0 (1.25s)
Fetching https://github.com/fwcd/swift-cairo.git
[1/3621] Fetching swift-cairo
Fetched https://github.com/fwcd/swift-cairo.git from cache (1.00s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 0.3.2 (1.48s)
Computing version for https://github.com/fwcd/swift-cairo.git
Computed https://github.com/fwcd/swift-cairo.git at 1.3.4 (0.48s)
Computing version for https://github.com/fwcd/swift-utils.git
Computed https://github.com/fwcd/swift-utils.git at 2.2.2 (0.48s)
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/MaxDesiatov/XMLCoder.git
[1/3908] Fetching swiftsoup
[1096/13919] Fetching swiftsoup, xmlcoder
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.40s)
Fetched https://github.com/MaxDesiatov/XMLCoder.git from cache (0.43s)
Computing version for https://github.com/MaxDesiatov/XMLCoder.git
Computed https://github.com/MaxDesiatov/XMLCoder.git at 0.17.1 (0.95s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.44s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.48s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.26s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.75s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.8.7 (0.42s)
Creating working copy for https://github.com/MaxDesiatov/XMLCoder.git
Working copy of https://github.com/MaxDesiatov/XMLCoder.git resolved at 0.17.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 0.3.2
Creating working copy for https://github.com/fwcd/swift-gif.git
Working copy of https://github.com/fwcd/swift-gif.git resolved at 2.1.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at fac78dfe5a886ad98e355ba98475b30b3753213a
Creating working copy for https://github.com/fwcd/swift-utils.git
Working copy of https://github.com/fwcd/swift-utils.git resolved at 2.2.2
Creating working copy for https://github.com/fwcd/swift-graphics.git
Working copy of https://github.com/fwcd/swift-graphics.git resolved at 2.1.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/twostraws/SwiftGD
Working copy of https://github.com/twostraws/SwiftGD resolved at 07650dcb343d5b045598459fd3aad0936e0259bf
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.8.7
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/fwcd/swift-cairo.git
Working copy of https://github.com/fwcd/swift-cairo.git resolved at 1.3.4
warning: you may be able to install freetype2 using your system-packager:
    apt-get install libfreetype6-dev
warning: you may be able to install fontconfig using your system-packager:
    apt-get install libfontconfig-dev
warning: you may be able to install cairo using your system-packager:
    apt-get install libcairo2-dev
warning: you may be able to install gdlib using your system-packager:
    apt-get install libgd-dev
warning: you may be able to install freetype2 using your system-packager:
    apt-get install libfreetype6-dev
warning: you may be able to install fontconfig using your system-packager:
    apt-get install libfontconfig-dev
warning: you may be able to install cairo using your system-packager:
    apt-get install libcairo2-dev
warning: you may be able to install gdlib using your system-packager:
    apt-get install libgd-dev
warning: 'zipfoundation': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy
Building for debugging...
[0/382] Compiling a_i2d_fp.cc
[1/382] Compiling a_bool.cc
[1/382] Write sources
[1/382] Compiling a_dup.cc
[1/382] Write sources
[18/382] Compiling a_gentm.cc
[19/382] Compiling a_d2i_fp.cc
[20/382] Compiling a_mbstr.cc
[21/382] Compiling a_int.cc
[22/382] Compiling fiat_p256_adx_sqr.S
[23/382] Compiling fiat_p256_adx_mul.S
[24/382] Compiling fiat_curve25519_adx_square.S
[25/382] Compiling md5-x86_64-apple.S
[26/382] Compiling fiat_curve25519_adx_mul.S
[27/382] Compiling a_bitstr.cc
[28/382] Compiling md5-x86_64-linux.S
[29/382] Compiling md5-586-apple.S
[30/382] Compiling md5-586-linux.S
[31/382] Compiling chacha20_poly1305_x86_64-apple.S
[32/382] Compiling chacha20_poly1305_armv8-apple.S
[33/382] Compiling chacha20_poly1305_armv8-linux.S
[34/382] Compiling chacha20_poly1305_armv8-win.S
[35/382] Compiling chacha20_poly1305_x86_64-linux.S
[36/382] Compiling chacha-x86_64-apple.S
[36/382] Compiling chacha-x86_64-linux.S
[38/382] Compiling chacha-x86-linux.S
[39/382] Compiling chacha-x86-apple.S
[40/382] Compiling chacha-armv8-win.S
[41/382] Compiling chacha-armv8-linux.S
[42/382] Compiling chacha-armv8-apple.S
[43/382] Compiling chacha-armv4-linux.S
[44/382] Compiling aes128gcmsiv-x86_64-linux.S
[45/382] Write swift-version-24593BA9C3E375BF.txt
[46/382] Compiling CCryptoBoringSSLShims shims.c
[47/382] Compiling x86_64-mont5-apple.S
[48/382] Compiling x86_64-mont-linux.S
[49/382] Compiling err_data.cc
[50/382] Compiling x86_64-mont-apple.S
[51/382] Compiling x86-mont-linux.S
[52/382] Compiling aes128gcmsiv-x86_64-apple.S
[53/382] Compiling x86_64-mont5-linux.S
[54/382] Compiling x86-mont-apple.S
[55/382] Compiling vpaes-x86_64-linux.S
[56/382] Compiling vpaes-x86_64-apple.S
[57/395] Compiling vpaes-x86-linux.S
[58/466] Compiling vpaes-x86-apple.S
[59/470] Compiling vpaes-armv8-win.S
[60/514] Compiling vpaes-armv8-linux.S
[61/529] Compiling vpaes-armv8-apple.S
[62/529] Compiling vpaes-armv7-linux.S
[63/529] Compiling sha512-x86_64-linux.S
[64/529] Compiling sha512-x86_64-apple.S
[65/529] Compiling sha512-armv8-win.S
[66/529] Compiling sha512-armv8-linux.S
[67/529] Compiling sha512-armv4-linux.S
[68/529] Compiling sha512-armv8-apple.S
[69/529] Compiling sha512-586-linux.S
[70/529] Compiling sha512-586-apple.S
[71/529] Compiling sha256-x86_64-apple.S
[72/529] Compiling sha256-x86_64-linux.S
[73/529] Compiling sha256-armv8-win.S
[74/529] Compiling sha256-armv8-linux.S
[75/529] Compiling sha256-armv8-apple.S
[76/529] Compiling sha256-armv4-linux.S
[77/529] Compiling sha256-586-linux.S
[78/529] Compiling sha256-586-apple.S
[79/529] Compiling sha1-x86_64-linux.S
[80/529] Compiling sha1-x86_64-apple.S
[81/529] Compiling sha1-armv8-win.S
[82/529] Compiling sha1-armv8-linux.S
[83/529] Compiling sha1-armv8-apple.S
[84/529] Compiling sha1-armv4-large-linux.S
[85/529] Compiling sha1-586-linux.S
[86/529] Compiling sha1-586-apple.S
[87/529] Compiling rsaz-avx2-linux.S
[88/529] Compiling rsaz-avx2-apple.S
[89/529] Compiling rdrand-x86_64-linux.S
[90/529] Compiling rdrand-x86_64-apple.S
[91/529] Compiling p256_beeu-x86_64-asm-linux.S
[92/529] Compiling p256_beeu-x86_64-asm-apple.S
[93/529] Compiling p256_beeu-armv8-asm-linux.S
[94/529] Compiling p256_beeu-armv8-asm-win.S
[95/529] Compiling p256_beeu-armv8-asm-apple.S
[96/529] Compiling p256-x86_64-asm-apple.S
[97/529] Compiling p256-x86_64-asm-linux.S
[98/529] Compiling p256-armv8-asm-linux.S
[99/529] Compiling p256-armv8-asm-win.S
[100/529] Compiling p256-armv8-asm-apple.S
[101/529] Compiling ghashv8-armv8-win.S
[102/529] Compiling ghashv8-armv8-linux.S
[103/529] Compiling ghashv8-armv8-apple.S
[104/529] Compiling ghashv8-armv7-linux.S
[105/529] Compiling ghash-x86_64-linux.S
[106/529] Compiling ghash-x86_64-apple.S
[107/529] Compiling ghash-x86-linux.S
[108/529] Compiling ghash-x86-apple.S
[109/529] Compiling ghash-ssse3-x86_64-linux.S
[110/529] Compiling ghash-ssse3-x86_64-apple.S
[111/529] Compiling ghash-ssse3-x86-linux.S
[112/529] Compiling ghash-ssse3-x86-apple.S
[113/529] Compiling ghash-neon-armv8-win.S
[114/529] Compiling ghash-neon-armv8-linux.S
[115/529] Compiling ghash-neon-armv8-apple.S
[116/529] Compiling ghash-armv4-linux.S
[117/529] Compiling co-586-linux.S
[118/529] Compiling co-586-apple.S
[119/529] Compiling bsaes-armv7-linux.S
[120/529] Compiling bn-armv8-win.S
[121/529] Compiling bn-armv8-linux.S
[122/529] Compiling bn-armv8-apple.S
[123/529] Compiling bn-586-linux.S
[124/529] Compiling bn-586-apple.S
[125/529] Compiling armv8-mont-win.S
[126/529] Compiling armv8-mont-linux.S
[127/529] Compiling armv8-mont-apple.S
[128/529] Compiling armv4-mont-linux.S
[129/529] Compiling aesv8-gcm-armv8-win.S
[130/529] Compiling aesv8-gcm-armv8-linux.S
[131/529] Compiling aesv8-gcm-armv8-apple.S
[132/529] Compiling aesv8-armv8-win.S
[133/529] Compiling aesv8-armv8-linux.S
[134/529] Compiling aesv8-armv8-apple.S
[135/529] Compiling aesv8-armv7-linux.S
[136/529] Compiling aesni-x86_64-linux.S
[137/529] Compiling aesni-x86_64-apple.S
[138/529] Compiling aesni-x86-linux.S
[139/529] Compiling aesni-x86-apple.S
[140/529] Compiling aesni-gcm-x86_64-linux.S
[141/529] Compiling aesni-gcm-x86_64-apple.S
[142/529] Compiling aes-gcm-avx10-x86_64-linux.S
[143/529] Compiling aes-gcm-avx10-x86_64-apple.S
[145/529] Compiling SwiftGD Rectangle.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "swiftgd_gd.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/gd/swiftgd_gd.h:1:10: error: 'gd.h' file not found
1 | #include <gd.h>
  |          `- error: 'gd.h' file not found
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/SwiftGD/Format.swift:8:8: error: could not build C module 'gd'
  6 |
  7 | import Foundation
  8 | import gd
    |        `- error: could not build C module 'gd'
  9 |
 10 | // MARK: - Importable & Exportable Formatter
[146/529] Compiling SwiftGD Size.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "swiftgd_gd.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/gd/swiftgd_gd.h:1:10: error: 'gd.h' file not found
1 | #include <gd.h>
  |          `- error: 'gd.h' file not found
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/SwiftGD/Format.swift:8:8: error: could not build C module 'gd'
  6 |
  7 | import Foundation
  8 | import gd
    |        `- error: could not build C module 'gd'
  9 |
 10 | // MARK: - Importable & Exportable Formatter
[147/529] Compiling SwiftGD Angle.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "swiftgd_gd.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/gd/swiftgd_gd.h:1:10: error: 'gd.h' file not found
1 | #include <gd.h>
  |          `- error: 'gd.h' file not found
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/SwiftGD/Format.swift:8:8: error: could not build C module 'gd'
  6 |
  7 | import Foundation
  8 | import gd
    |        `- error: could not build C module 'gd'
  9 |
 10 | // MARK: - Importable & Exportable Formatter
[148/530] Compiling SwiftSoup CharacterReader.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[149/530] Compiling SwiftSoup Cleaner.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[150/530] Compiling SwiftSoup BooleanAttribute.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[151/530] Compiling SwiftSoup CharacterExt.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[152/531] Compiling SwiftGD Point.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "swiftgd_gd.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/gd/swiftgd_gd.h:1:10: error: 'gd.h' file not found
1 | #include <gd.h>
  |          `- error: 'gd.h' file not found
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/SwiftGD/Format.swift:8:8: error: could not build C module 'gd'
  6 |
  7 | import Foundation
  8 | import gd
    |        `- error: could not build C module 'gd'
  9 |
 10 | // MARK: - Importable & Exportable Formatter
error: emit-module command failed with exit code 1 (use -v to see invocation)
[153/531] Emitting module SwiftGD
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "swiftgd_gd.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/gd/swiftgd_gd.h:1:10: error: 'gd.h' file not found
1 | #include <gd.h>
  |          `- error: 'gd.h' file not found
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/SwiftGD/Format.swift:8:8: error: could not build C module 'gd'
  6 |
  7 | import Foundation
  8 | import gd
    |        `- error: could not build C module 'gd'
  9 |
 10 | // MARK: - Importable & Exportable Formatter
[154/531] Compiling SwiftGD Color.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "swiftgd_gd.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/gd/swiftgd_gd.h:1:10: error: 'gd.h' file not found
1 | #include <gd.h>
  |          `- error: 'gd.h' file not found
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/SwiftGD/Format.swift:8:8: error: could not build C module 'gd'
  6 |
  7 | import Foundation
  8 | import gd
    |        `- error: could not build C module 'gd'
  9 |
 10 | // MARK: - Importable & Exportable Formatter
[155/531] Compiling SwiftSoup ArrayExt.swift
[156/531] Compiling SwiftSoup Attribute.swift
[157/531] Compiling SwiftSoup Attributes.swift
[158/531] Compiling SwiftSoup BinarySearch.swift
[162/537] Compiling Cairo SurfaceType.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[162/537] Compiling x_x509a.cc
[163/537] Compiling x_x509.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[165/537] Emitting module Cairo
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[166/537] Compiling Logging MetadataProvider.swift
[167/537] Emitting module Logging
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[172/537] Compiling Logging Locks.swift
[173/537] Compiling Logging LogHandler.swift
[174/537] Compiling Logging Logging.swift
[175/538] Emitting module SwiftSoup
[175/545] Compiling x_val.cc
[178/545] Compiling SwiftSoup Evaluator.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[179/545] Compiling SwiftSoup Exception.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[180/545] Compiling SwiftSoup DocumentType.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[181/545] Compiling SwiftSoup Element.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[182/545] Compiling SwiftSoup Elements.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[183/545] Compiling SwiftSoup Entities.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[184/545] Compiling SwiftSoup HtmlTreeBuilderState.swift
[185/545] Compiling SwiftSoup HttpStatusException.swift
[186/545] Compiling SwiftSoup Mutex.swift
[186/547] Compiling x_req.cc
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "swiftgd_gd.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/gd/swiftgd_gd.h:1:10: error: 'gd.h' file not found
1 | #include <gd.h>
  |          `- error: 'gd.h' file not found
[186/547] Compiling x_spki.cc
[186/547] Compiling x_sig.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: you may be able to install freetype2 using your system-packager:
    apt-get install libfreetype6-dev
warning: you may be able to install fontconfig using your system-packager:
    apt-get install libfontconfig-dev
warning: you may be able to install cairo using your system-packager:
    apt-get install libcairo2-dev
warning: you may be able to install gdlib using your system-packager:
    apt-get install libgd-dev
warning: you may be able to install freetype2 using your system-packager:
    apt-get install libfreetype6-dev
warning: you may be able to install fontconfig using your system-packager:
    apt-get install libfontconfig-dev
warning: you may be able to install cairo using your system-packager:
    apt-get install libcairo2-dev
warning: you may be able to install gdlib using your system-packager:
    apt-get install libgd-dev
warning: 'zipfoundation': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy
[0/1] Planning build
Building for debugging...
[0/236] Compiling x_sig.cc
[1/236] Compiling x_pubkey.cc
[2/236] Compiling x_req.cc
[3/236] Compiling x_name.cc
[4/236] Compiling x_crl.cc
[5/236] Compiling x_exten.cc
[6/236] Compiling x_attrib.cc
[7/236] Compiling x_spki.cc
[8/236] Write swift-version-24593BA9C3E375BF.txt
[9/236] Compiling x_algor.cc
[10/236] Compiling x509name.cc
[11/236] Compiling x_all.cc
[12/236] Compiling x509spki.cc
[13/236] Compiling x509_vpm.cc
[14/236] Compiling x509rset.cc
[15/236] Compiling x509cset.cc
[16/383] Compiling x509_vfy.cc
[18/383] Compiling SwiftGD Size.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "swiftgd_gd.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/gd/swiftgd_gd.h:1:10: error: 'gd.h' file not found
1 | #include <gd.h>
  |          `- error: 'gd.h' file not found
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/SwiftGD/Format.swift:8:8: error: could not build C module 'gd'
  6 |
  7 | import Foundation
  8 | import gd
    |        `- error: could not build C module 'gd'
  9 |
 10 | // MARK: - Importable & Exportable Formatter
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/383] Emitting module SwiftGD
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "swiftgd_gd.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/gd/swiftgd_gd.h:1:10: error: 'gd.h' file not found
1 | #include <gd.h>
  |          `- error: 'gd.h' file not found
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/SwiftGD/Format.swift:8:8: error: could not build C module 'gd'
  6 |
  7 | import Foundation
  8 | import gd
    |        `- error: could not build C module 'gd'
  9 |
 10 | // MARK: - Importable & Exportable Formatter
[20/384] Compiling SwiftGD Point.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "swiftgd_gd.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/gd/swiftgd_gd.h:1:10: error: 'gd.h' file not found
1 | #include <gd.h>
  |          `- error: 'gd.h' file not found
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/SwiftGD/Format.swift:8:8: error: could not build C module 'gd'
  6 |
  7 | import Foundation
  8 | import gd
    |        `- error: could not build C module 'gd'
  9 |
 10 | // MARK: - Importable & Exportable Formatter
[21/384] Compiling SwiftGD Angle.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "swiftgd_gd.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/gd/swiftgd_gd.h:1:10: error: 'gd.h' file not found
1 | #include <gd.h>
  |          `- error: 'gd.h' file not found
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/SwiftGD/Format.swift:8:8: error: could not build C module 'gd'
  6 |
  7 | import Foundation
  8 | import gd
    |        `- error: could not build C module 'gd'
  9 |
 10 | // MARK: - Importable & Exportable Formatter
[22/384] Compiling SwiftGD Rectangle.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "swiftgd_gd.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/gd/swiftgd_gd.h:1:10: error: 'gd.h' file not found
1 | #include <gd.h>
  |          `- error: 'gd.h' file not found
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/SwiftGD/Format.swift:8:8: error: could not build C module 'gd'
  6 |
  7 | import Foundation
  8 | import gd
    |        `- error: could not build C module 'gd'
  9 |
 10 | // MARK: - Importable & Exportable Formatter
[23/384] Compiling SwiftGD Color.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "swiftgd_gd.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/gd/swiftgd_gd.h:1:10: error: 'gd.h' file not found
1 | #include <gd.h>
  |          `- error: 'gd.h' file not found
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/SwiftGD/Format.swift:8:8: error: could not build C module 'gd'
  6 |
  7 | import Foundation
  8 | import gd
    |        `- error: could not build C module 'gd'
  9 |
 10 | // MARK: - Importable & Exportable Formatter
[24/384] Compiling Logging LogHandler.swift
[25/384] Compiling Cairo Matrix.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[26/384] Compiling Cairo Path.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[27/384] Compiling Cairo Pattern.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[28/384] Compiling Cairo QuickLook.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[29/385] Compiling Logging MetadataProvider.swift
[30/385] Compiling SwiftGD Error.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "swiftgd_gd.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/gd/swiftgd_gd.h:1:10: error: 'gd.h' file not found
1 | #include <gd.h>
  |          `- error: 'gd.h' file not found
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/SwiftGD/Format.swift:8:8: error: could not build C module 'gd'
  6 |
  7 | import Foundation
  8 | import gd
    |        `- error: could not build C module 'gd'
  9 |
 10 | // MARK: - Importable & Exportable Formatter
[31/385] Compiling SwiftGD Format.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "swiftgd_gd.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/gd/swiftgd_gd.h:1:10: error: 'gd.h' file not found
1 | #include <gd.h>
  |          `- error: 'gd.h' file not found
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/SwiftGD/Format.swift:8:8: error: could not build C module 'gd'
  6 |
  7 | import Foundation
  8 | import gd
    |        `- error: could not build C module 'gd'
  9 |
 10 | // MARK: - Importable & Exportable Formatter
[32/385] Compiling Cairo Content.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[33/385] Compiling Cairo Context.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[34/385] Compiling Cairo SurfacePNG.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[35/385] Compiling Cairo SurfaceSVG.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[36/385] Compiling Cairo SurfaceImage.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[37/385] Compiling Cairo SurfacePDF.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[38/385] Compiling Cairo Status.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[39/385] Compiling Cairo Surface.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[40/385] Compiling Cairo SurfaceType.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/Cairo/Content.swift:9:15: error: could not build C module 'SCCCairo'
 7 | //
 8 |
 9 | import struct SCCCairo.cairo_content_t
   |               `- error: could not build C module 'SCCCairo'
10 |
11 | /// Used to describe the content that a surface will contain, whether color information,
[41/385] Emitting module Logging
[42/385] Compiling Logging Locks.swift
[43/385] Emitting module ZIPFoundation
[54/393] Compiling Cairo Font.swift
[55/393] Compiling Cairo ImageFormat.swift
[57/393] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[58/393] Compiling ZIPFoundation URL+ZIP.swift
[59/393] Emitting module XMLCoder
[59/393] Compiling x509_v3.cc
[60/393] Compiling x509_txt.cc
[62/393] Compiling SwiftGD Image.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "swiftgd_gd.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/gd/swiftgd_gd.h:1:10: error: 'gd.h' file not found
1 | #include <gd.h>
  |          `- error: 'gd.h' file not found
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/SwiftGD/Format.swift:8:8: error: could not build C module 'gd'
  6 |
  7 | import Foundation
  8 | import gd
    |        `- error: could not build C module 'gd'
  9 |
 10 | // MARK: - Importable & Exportable Formatter
[62/393] Compiling x509_set.cc
[64/393] Compiling SwiftSoup FormElement.swift
[65/393] Compiling SwiftSoup HtmlTreeBuilder.swift
[66/393] Compiling SwiftSoup ArrayExt.swift
[67/393] Compiling SwiftSoup Attribute.swift
[68/393] Compiling SwiftSoup Attributes.swift
[71/393] Compiling SwiftSoup CharacterExt.swift
[72/393] Compiling SwiftSoup CharacterReader.swift
[73/393] Compiling SwiftSoup Cleaner.swift
[74/393] Compiling SwiftSoup SimpleDictionary.swift
[75/393] Compiling SwiftSoup StreamReader.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/swift-cairo/Sources/SCCCairo/shim.h:1:10: error: 'cairo.h' file not found
1 | #include <cairo.h>
  |          `- error: 'cairo.h' file not found
2 | #include <cairo-pdf.h>
3 | #include <cairo-svg.h>
[75/393] Compiling x509_trs.cc
BUILD FAILURE 6.1 linux