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 v1.1.10 (72a109), with Swift 6.0 for Linux on 13 Dec 2024 22:33:28 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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

Build Log

========================================
RunAll
========================================
Builder version: 4.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/theBreadCompany/pixivswift.git
Reference: v1.1.10
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
 * tag               v1.1.10    -> FETCH_HEAD
HEAD is now at 72a1095 fix commits for ZIPFoundation and SwiftGD because neither pushed their bug fixes as patches yet
Cloned https://github.com/theBreadCompany/pixivswift.git
Revision (git rev-parse @):
72a109589344e6281c6327cf568cea0c123ee216
SUCCESS checkout https://github.com/theBreadCompany/pixivswift.git at v1.1.10
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
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.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/weichsel/ZIPFoundation.git
[1/5466] Fetching zipfoundation
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (0.78s)
Fetching https://github.com/twostraws/SwiftGD
[1/438] Fetching swiftgd
Fetched https://github.com/twostraws/SwiftGD from cache (0.39s)
Fetching https://github.com/fwcd/swift-gif.git
[1/1076] Fetching swift-gif
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/fwcd/swift-gif.git from cache (0.51s)
[1/11587] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.21s)
Computing version for https://github.com/fwcd/swift-gif.git
Computed https://github.com/fwcd/swift-gif.git at 2.1.0 (0.90s)
Fetching https://github.com/apple/swift-argument-parser.git
[1/12401] Fetching swift-argument-parser
Fetching https://github.com/fwcd/swift-utils.git
Fetching https://github.com/fwcd/swift-graphics.git
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.14s)
[1/584] Fetching swift-graphics
[159/4311] Fetching swift-graphics, swift-log
[832/5392] Fetching swift-graphics, swift-log, swift-utils
[4138/4808] Fetching swift-log, swift-utils
Fetched https://github.com/fwcd/swift-graphics.git from cache (0.36s)
Fetched https://github.com/fwcd/swift-utils.git from cache (0.54s)
Fetched https://github.com/apple/swift-log.git from cache (0.55s)
Computing version for https://github.com/fwcd/swift-graphics.git
Computed https://github.com/fwcd/swift-graphics.git at 2.1.0 (0.94s)
Fetching https://github.com/fwcd/swift-cairo.git
[1/3621] Fetching swift-cairo
Fetched https://github.com/fwcd/swift-cairo.git from cache (1.59s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 0.3.2 (0.92s)
Computing version for https://github.com/fwcd/swift-cairo.git
Computed https://github.com/fwcd/swift-cairo.git at 1.3.4 (0.98s)
Computing version for https://github.com/fwcd/swift-utils.git
Computed https://github.com/fwcd/swift-utils.git at 2.2.2 (0.72s)
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/MaxDesiatov/XMLCoder.git
[1/3199] Fetching swiftsoup
[673/13210] Fetching swiftsoup, xmlcoder
Fetched https://github.com/MaxDesiatov/XMLCoder.git from cache (1.24s)
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.24s)
Computing version for https://github.com/MaxDesiatov/XMLCoder.git
Computed https://github.com/MaxDesiatov/XMLCoder.git at 0.17.1 (1.42s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.70s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.10.0 (1.66s)
Fetching https://github.com/apple/swift-asn1.git
[1/1422] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.25s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.0 (0.44s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.7.6 (0.43s)
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.2
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.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.10.0
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/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/MaxDesiatov/XMLCoder.git
Working copy of https://github.com/MaxDesiatov/XMLCoder.git resolved at 0.17.1
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-gif.git
Working copy of https://github.com/fwcd/swift-gif.git resolved at 2.1.0
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-cairo.git
Working copy of https://github.com/fwcd/swift-cairo.git resolved at 1.3.4
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/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.7.6
warning: 'swiftsoup': found 4 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/InfoMac.plist
    /host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/InfotvOS.plist
    /host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/InfoWatchOS.plist
    /host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Info.plist
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
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
Building for debugging...
[0/388] Compiling a_dup.c
[1/388] Compiling a_gentm.c
[2/388] Write sources
[17/388] Compiling a_d2i_fp.c
[18/388] Compiling base64.c
[19/388] Compiling tasn_utl.c
[20/388] Compiling fiat_p256_adx_sqr.S
[21/388] Compiling obj.c
[22/388] Compiling fiat_p256_adx_mul.S
[23/388] Compiling fiat_curve25519_adx_square.S
[24/388] Compiling pem_info.c
[25/388] Compiling fiat_curve25519_adx_mul.S
[26/388] Compiling md5-586-linux.S
[27/388] Compiling md5-x86_64-apple.S
[28/388] Compiling pem_lib.c
[29/388] Compiling md5-x86_64-linux.S
[30/388] Write swift-version-24593BA9C3E375BF.txt
[31/388] Compiling md5-586-apple.S
[32/388] Compiling err_data.c
[33/388] Compiling chacha20_poly1305_x86_64-apple.S
[34/388] Compiling chacha20_poly1305_armv8-linux.S
[35/388] Compiling chacha20_poly1305_armv8-win.S
[35/388] Compiling chacha20_poly1305_armv8-apple.S
[37/388] Compiling chacha20_poly1305_x86_64-linux.S
[38/388] Compiling CCryptoBoringSSLShims shims.c
[39/391] Compiling chacha-x86_64-linux.S
[40/399] Compiling chacha-x86_64-apple.S
[41/533] Compiling chacha-x86-linux.S
[42/533] Compiling chacha-x86-apple.S
[43/533] Compiling chacha-armv8-win.S
[44/533] Compiling chacha-armv8-linux.S
[45/533] Compiling chacha-armv8-apple.S
[46/533] Compiling chacha-armv4-linux.S
[47/533] Compiling aes128gcmsiv-x86_64-linux.S
[48/533] Compiling aes128gcmsiv-x86_64-apple.S
[49/533] Compiling x86_64-mont5-linux.S
[50/533] Compiling x86_64-mont5-apple.S
[51/533] Compiling x86_64-mont-linux.S
[52/533] Compiling x86_64-mont-apple.S
[53/533] Compiling x86-mont-linux.S
[54/533] Compiling x86-mont-apple.S
[55/533] Compiling vpaes-x86_64-linux.S
[56/533] Compiling vpaes-x86_64-apple.S
[57/533] Compiling vpaes-x86-linux.S
[58/533] Compiling vpaes-x86-apple.S
[59/533] Compiling vpaes-armv8-win.S
[60/533] Compiling vpaes-armv8-linux.S
[61/533] Compiling vpaes-armv8-apple.S
[62/533] Compiling vpaes-armv7-linux.S
[63/533] Compiling sha512-x86_64-linux.S
[64/533] Compiling sha512-x86_64-apple.S
[65/533] Compiling sha512-armv8-win.S
[66/533] Compiling sha512-armv8-linux.S
[67/533] Compiling sha512-armv8-apple.S
[68/533] Compiling sha512-armv4-linux.S
[69/533] Compiling sha512-586-linux.S
[70/533] Compiling sha512-586-apple.S
[71/533] Compiling sha256-x86_64-apple.S
[72/533] Compiling sha256-x86_64-linux.S
[73/533] Compiling sha256-armv8-win.S
[74/533] Compiling sha256-armv8-linux.S
[75/533] Compiling sha256-armv8-apple.S
[76/533] Compiling sha256-armv4-linux.S
[77/533] Compiling sha256-586-apple.S
[78/533] Compiling sha256-586-linux.S
[79/533] Compiling sha1-x86_64-apple.S
[80/533] Compiling sha1-x86_64-linux.S
[81/533] Compiling sha1-armv8-win.S
[82/533] Compiling sha1-armv8-linux.S
[83/533] Compiling sha1-armv8-apple.S
[84/533] Compiling sha1-armv4-large-linux.S
[85/533] Compiling sha1-586-linux.S
[86/533] Compiling sha1-586-apple.S
[87/533] Compiling rsaz-avx2-linux.S
[88/533] Compiling rsaz-avx2-apple.S
[89/533] Compiling rdrand-x86_64-linux.S
[90/533] Compiling rdrand-x86_64-apple.S
[91/533] Compiling p256_beeu-x86_64-asm-linux.S
[92/533] Compiling p256_beeu-x86_64-asm-apple.S
[93/533] Compiling p256_beeu-armv8-asm-win.S
[94/533] Compiling p256_beeu-armv8-asm-linux.S
[95/533] Compiling p256_beeu-armv8-asm-apple.S
[96/533] Compiling p256-x86_64-asm-apple.S
[97/533] Compiling p256-x86_64-asm-linux.S
[98/533] Compiling p256-armv8-asm-win.S
[99/533] Compiling p256-armv8-asm-apple.S
[100/533] Compiling p256-armv8-asm-linux.S
[101/533] Compiling ghashv8-armv8-win.S
[102/533] Compiling ghashv8-armv8-linux.S
[103/533] Compiling ghashv8-armv8-apple.S
[104/533] Compiling ghashv8-armv7-linux.S
[105/533] Compiling ghash-x86_64-linux.S
[106/533] Compiling ghash-x86_64-apple.S
[107/533] Compiling ghash-x86-apple.S
[108/533] Compiling ghash-x86-linux.S
[109/533] Compiling ghash-ssse3-x86_64-apple.S
[110/533] Compiling ghash-ssse3-x86_64-linux.S
[111/533] Compiling ghash-ssse3-x86-linux.S
[112/533] Compiling ghash-ssse3-x86-apple.S
[113/533] Compiling ghash-neon-armv8-win.S
[114/533] Compiling ghash-neon-armv8-linux.S
[115/533] Compiling ghash-neon-armv8-apple.S
[116/533] Compiling ghash-armv4-linux.S
[117/533] Compiling co-586-linux.S
[118/533] Compiling co-586-apple.S
[119/533] Compiling bsaes-armv7-linux.S
[120/533] Compiling bn-armv8-win.S
[121/533] Compiling bn-armv8-linux.S
[122/533] Compiling bn-armv8-apple.S
[123/533] Compiling bn-586-linux.S
[124/533] Compiling bn-586-apple.S
[125/533] Compiling armv8-mont-win.S
[126/533] Compiling armv8-mont-linux.S
[127/533] Compiling armv8-mont-apple.S
[128/533] Compiling armv4-mont-linux.S
[129/533] Compiling aesv8-gcm-armv8-win.S
[130/533] Compiling aesv8-gcm-armv8-linux.S
[131/533] Compiling aesv8-gcm-armv8-apple.S
[132/533] Compiling aesv8-armv8-win.S
[133/533] Compiling aesv8-armv8-linux.S
[134/533] Compiling aesv8-armv8-apple.S
[135/533] Compiling aesv8-armv7-linux.S
[136/533] Compiling aesni-x86_64-apple.S
[137/533] Compiling aesni-x86_64-linux.S
[138/533] Compiling aesni-x86-linux.S
[139/533] Compiling aesni-x86-apple.S
[140/533] Compiling aesni-gcm-x86_64-linux.S
[141/533] Compiling aesni-gcm-x86_64-apple.S
[142/533] Compiling x_x509a.c
[143/533] Compiling x_x509.c
[144/533] Compiling x_val.c
[145/533] Compiling x_spki.c
[146/533] Compiling x_sig.c
[147/533] Compiling x_req.c
[148/533] Compiling x_pubkey.c
[149/533] Compiling x_name.c
[150/533] Compiling x_exten.c
[151/533] Compiling x_attrib.c
[152/533] Compiling x_crl.c
[153/533] Compiling x_algor.c
[154/533] Compiling x_all.c
[155/533] Compiling x509rset.c
[156/533] Compiling x509spki.c
[158/533] 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
[159/534] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[160/534] 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
[161/534] 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
[162/534] 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,
[163/534] 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,
[164/534] 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
[165/534] 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
[166/535] Compiling Cairo Content.swift
[167/535] Compiling Cairo Context.swift
[168/535] Compiling Cairo Font.swift
[169/535] Compiling Cairo ImageFormat.swift
[172/535] Compiling Cairo Pattern.swift
[172/541] Compiling x509name.c
[173/541] Compiling x509cset.c
[174/541] Compiling x509_vfy.c
[176/541] 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,
[176/541] Compiling x509_v3.c
[177/541] Compiling x509_txt.c
[178/541] Compiling x509_vpm.c
[179/541] Compiling x509_set.c
[180/541] Compiling x509_trs.c
[181/541] Compiling x509_obj.c
<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,
error: emit-module command failed with exit code 1 (use -v to see invocation)
[185/541] 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,
<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,
[187/541] Compiling x509_req.c
[188/541] Compiling x509_lu.c
[189/541] Compiling x509_def.c
[191/541] Emitting module Logging
[192/541] Compiling Logging Locks.swift
[193/541] Compiling Logging LogHandler.swift
[194/541] Emitting module XMLCoder
[195/541] Compiling Logging MetadataProvider.swift
[196/541] Compiling Logging Logging.swift
[197/542] Compiling x509_ext.c
[198/542] Compiling x509_d2.c
[200/542] Emitting module ZIPFoundation
[203/544] Compiling x509_cmp.c
[205/544] 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,
[206/544] 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,
<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,
[208/544] 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,
[208/544] Compiling x509_att.c
[210/544] Compiling Cairo SurfacePNG.swift
[211/544] Compiling Cairo SurfaceSVG.swift
[212/544] Compiling ZIPFoundation Date+ZIP.swift
[213/544] Emitting module SwiftSoup
[217/551] Compiling Cairo SurfaceImage.swift
[218/551] Compiling Cairo SurfacePDF.swift
[221/551] Compiling SwiftSoup SerializationException.swift
[222/551] Compiling SwiftSoup SimpleDictionary.swift
[223/551] Compiling SwiftSoup StreamReader.swift
[224/551] Compiling SwiftSoup String.swift
[225/551] Compiling SwiftSoup StringBuilder.swift
[226/551] Compiling SwiftSoup StringUtil.swift
[227/551] Compiling SwiftSoup StructuralEvaluator.swift
[227/551] Compiling x509.c
[229/551] Compiling XMLCoder XMLEncoder.swift
[230/551] Compiling XMLCoder XMLEncoderImplementation.swift
[231/551] Compiling XMLCoder XMLEncodingStorage.swift
[232/551] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[233/551] Compiling XMLCoder XMLReferencingEncoder.swift
[234/551] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[235/551] Compiling SwiftSoup TokeniserState.swift
[236/551] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[237/551] Compiling ZIPFoundation URL+ZIP.swift
[238/551] Compiling SwiftSoup HtmlTreeBuilder.swift
[239/551] Compiling SwiftSoup HtmlTreeBuilderState.swift
[240/551] Compiling SwiftSoup HttpStatusException.swift
[241/551] Compiling SwiftSoup Mutex.swift
[242/551] Compiling SwiftSoup Node.swift
[243/551] Compiling SwiftSoup NodeTraversor.swift
[244/551] Compiling SwiftSoup NodeVisitor.swift
[245/551] Compiling SwiftSoup OrderedSet.swift
[246/551] Compiling SwiftSoup ParseError.swift
[247/551] Compiling SwiftSoup ParseErrorList.swift
[248/551] Compiling SwiftSoup ParseSettings.swift
[249/551] Compiling SwiftSoup Parser.swift
[250/551] Compiling SwiftSoup Pattern.swift
[251/551] Compiling SwiftSoup QueryParser.swift
[258/551] Compiling v3_skey.c
[260/551] Compiling ZIPFoundation Entry+Serialization.swift
[261/551] Compiling ZIPFoundation Entry+ZIP64.swift
[262/551] Compiling ZIPFoundation Entry.swift
[263/551] Compiling ZIPFoundation FileManager+ZIP.swift
[263/551] Compiling v3_purp.c
[264/551] Compiling v3_utl.c
<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,
[272/551] Compiling v3_prn.c
[272/551] Compiling v3_pmaps.c
[284/551] Compiling v3_pcons.c
<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
BUILD FAILURE 6.0 linux