The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftPackageList, reference master (2e0a42), with Swift 6.1 for Linux on 2 Jun 2025 17:26:21 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FelixHerrmann/swift-package-list.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/FelixHerrmann/swift-package-list
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2e0a42b Merge pull request #147 from FelixHerrmann/dependabot/swift/github.com/apple/swift-argument-parser-1.5.1
Cloned https://github.com/FelixHerrmann/swift-package-list.git
Revision (git rev-parse @):
2e0a42bd6577e0fcb8dacd7f2f8e410d62f7a054
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/FelixHerrmann/swift-package-list.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/FelixHerrmann/swift-package-list.git
https://github.com/FelixHerrmann/swift-package-list.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "SwiftPackageList",
  "name" : "SwiftPackageList",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "swift-package-list",
      "targets" : [
        "swift-package-list"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftPackageListPlugin",
      "targets" : [
        "SwiftPackageListPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SwiftPackageList",
      "targets" : [
        "SwiftPackageList"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftPackageListUI",
      "targets" : [
        "SwiftPackageListUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_package_list_tests",
      "module_type" : "SwiftTarget",
      "name" : "swift-package-list-tests",
      "path" : "Tests/swift-package-list-tests",
      "sources" : [
        "ExecutionTests.swift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "swift_package_list",
      "module_type" : "SwiftTarget",
      "name" : "swift-package-list",
      "path" : "Sources/swift-package-list",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "swift-package-list",
        "SwiftPackageListPlugin"
      ],
      "sources" : [
        "OutputType+ExpressibleByArgument.swift",
        "SwiftPackageList+InputOptions.swift",
        "SwiftPackageList+OutputOptions.swift",
        "SwiftPackageList.swift"
      ],
      "target_dependencies" : [
        "SwiftPackageListCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftPackageListUI",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPackageListUI",
      "path" : "Sources/SwiftPackageListUI",
      "product_memberships" : [
        "SwiftPackageListUI"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftPackageListUI/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftPackageListUI/Resources/ar.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ar"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftPackageListUI/Resources/de.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftPackageListUI/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftPackageListUI/Resources/es.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "es"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftPackageListUI/Resources/fr.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftPackageListUI/Resources/hi.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "hi"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftPackageListUI/Resources/it.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "it"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftPackageListUI/Resources/ja.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftPackageListUI/Resources/pl.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "pl"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftPackageListUI/Resources/pt.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "pt"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftPackageListUI/Resources/ru.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftPackageListUI/Resources/tr.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "tr"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftPackageListUI/Resources/uk.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "uk"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftPackageListUI/Resources/zh-Hans.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftPackageListUI/Resources/zh-Hant.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hant"
            }
          }
        }
      ],
      "sources" : [
        "SwiftUI/AcknowledgmentsList.swift",
        "SwiftUI/_LicenseText.swift",
        "SwiftUI/_TVOSTextView.swift",
        "UIKit/SPLAcknowledgmentsTableViewController.swift",
        "UIKit/_SPLLicenseTableViewCell.swift",
        "UIKit/_SPLLicenseTextViewController.swift",
        "Utilites/Backport/Backport+navigationBarTitleDisplayMode.swift",
        "Utilites/Backport/Backport+navigationTitle.swift",
        "Utilites/Backport/Backport+task.swift",
        "Utilites/Backport/Backport.swift"
      ],
      "target_dependencies" : [
        "SwiftPackageList"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftPackageListTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPackageListTests",
      "path" : "Tests/SwiftPackageListTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SwiftPackageListTests/Resources/Acknowledgements.pdf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/SwiftPackageListTests/Resources/example_1.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/SwiftPackageListTests/Resources/example_2.plist",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BundleAcknowledgementsTests.swift",
        "JSONPackageProviderTests.swift",
        "PackageKindTests.swift",
        "PropertyListPackageProviderTests.swift"
      ],
      "target_dependencies" : [
        "SwiftPackageList"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftPackageListPlugin",
      "module_type" : "PluginTarget",
      "name" : "SwiftPackageListPlugin",
      "path" : "Plugins/SwiftPackageListPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SwiftPackageListPlugin"
      ],
      "sources" : [
        "SwiftPackageListPlugin+BuildToolPlugin.swift",
        "SwiftPackageListPlugin+XcodeBuildToolPlugin.swift",
        "SwiftPackageListPlugin.Configuration.swift",
        "SwiftPackageListPlugin.Error.swift",
        "SwiftPackageListPlugin.swift"
      ],
      "target_dependencies" : [
        "swift-package-list"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SwiftPackageListCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPackageListCoreTests",
      "path" : "Tests/SwiftPackageListCoreTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SwiftPackageListCoreTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CheckoutsTests.swift",
        "CustomPackagesTests.swift",
        "JSONGeneratorTests.swift",
        "LicenseTests.swift",
        "OutputTypeTests.swift",
        "PDFGeneratorTests.swift",
        "PackageResolvedTests.swift",
        "ProjectPbxprojTests.swift",
        "ProjectTests.swift",
        "PropertyListGeneratorTests.swift",
        "RegistryDownloadsTests.swift",
        "RegistryIdentityTests.swift",
        "SettingsBundleGeneratorTests.swift",
        "URLExtensionTests.swift",
        "WorkspaceStateTests.swift"
      ],
      "target_dependencies" : [
        "SwiftPackageListCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftPackageListCore",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPackageListCore",
      "path" : "Sources/SwiftPackageListCore",
      "product_memberships" : [
        "swift-package-list",
        "SwiftPackageListPlugin"
      ],
      "sources" : [
        "Directories/Checkouts.swift",
        "Directories/DerivedData.swift",
        "Directories/Directory.swift",
        "Directories/PackageSource.swift",
        "Directories/RegistryDownloads.swift",
        "Directories/SourcePackages.swift",
        "Files/CustomPackages.swift",
        "Files/File.swift",
        "Files/License.swift",
        "Files/PackageResolved.swift",
        "Files/ProjectPbxproj.swift",
        "Files/VersionedFile.swift",
        "Files/VersionedFileStorage.swift",
        "Files/WorkspaceState.swift",
        "Output Generation/JSON/JSONGenerator.swift",
        "Output Generation/OutputGenerator.swift",
        "Output Generation/OutputGeneratorOptions.swift",
        "Output Generation/OutputType.swift",
        "Output Generation/PDF/PDFGenerator.swift",
        "Output Generation/PropertyList/PropertyListGenerator.swift",
        "Output Generation/SettingsBundle/SettingsBundleGenerator+Language.swift",
        "Output Generation/SettingsBundle/SettingsBundleGenerator+PropertyList.swift",
        "Output Generation/SettingsBundle/SettingsBundleGenerator.swift",
        "Output Generation/StandardOutput/StandardOutputGenerator.swift",
        "Project/NativeProject.swift",
        "Project/Project.swift",
        "Project/ProjectOptions.swift",
        "Project/ProjectType.swift",
        "Project/SwiftPackage/SwiftPackage.swift",
        "Project/Tuist/Tuist+Dump.swift",
        "Project/Tuist/Tuist.swift",
        "Project/TuistDependencies/TuistDependencies.swift",
        "Project/XcodeProject/XcodeProject.swift",
        "Project/XcodeWorkspace/XcodeWorkspace.swift",
        "RuntimeError.swift",
        "Utilites/Regex.swift",
        "Utilites/RegistryIdentity.swift",
        "Utilites/URL+deletingGitExtension.swift",
        "Utilites/ZSH.swift"
      ],
      "target_dependencies" : [
        "SwiftPackageList"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftPackageList",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPackageList",
      "path" : "Sources/SwiftPackageList",
      "product_memberships" : [
        "swift-package-list",
        "SwiftPackageListPlugin",
        "SwiftPackageList",
        "SwiftPackageListUI"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftPackageList/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Bundle+acknowledgements.swift",
        "JSONPackageProvider.swift",
        "Package+Kind.swift",
        "Package.swift",
        "PackageProvider.swift",
        "PropertyListPackageProvider.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
[1/15386] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.65s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (3.09s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
[1/1] Compiling plugin SwiftPackageListPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/49] Write sources
[2/49] Copying PrivacyInfo.xcprivacy
[2/49] Write sources
[2/49] Copying Localizable.strings
[2/49] Copying PrivacyInfo.xcprivacy
[3/49] Copying Localizable.strings
[21/49] Copying Info.plist
[21/49] Copying Localizable.strings
[21/49] Copying PrivacyInfo.xcprivacy
[21/49] Copying Info.plist
[21/49] Write sources
[34/49] Write swift-version-24593BA9C3E375BF.txt
[36/69] Emitting module SwiftPackageList
[37/69] Emitting module ArgumentParserToolInfo
[38/69] Compiling ArgumentParserToolInfo ToolInfo.swift
[40/70] Emitting module ArgumentParserToolInfo
[41/70] Compiling ArgumentParserToolInfo ToolInfo.swift
[42/71] Wrapping AST for ArgumentParserToolInfo for debugging
[45/147] Compiling SwiftPackageList Package+Kind.swift
[46/147] Compiling SwiftPackageList Package.swift
[47/147] Compiling SwiftPackageList PropertyListPackageProvider.swift
[48/147] Compiling SwiftPackageList PackageProvider.swift
[49/147] Compiling SwiftPackageList resource_bundle_accessor.swift
[51/147] Compiling SwiftPackageList JSONPackageProvider.swift
[52/147] Compiling SwiftPackageList Bundle+acknowledgements.swift
[54/147] Emitting module SwiftPackageList
[55/147] Compiling SwiftPackageList PackageProvider.swift
[56/147] Compiling SwiftPackageList PropertyListPackageProvider.swift
[57/148] Emitting module ArgumentParser
[58/153] Compiling SwiftPackageList Package.swift
[59/153] Compiling SwiftPackageList Package+Kind.swift
[60/153] Compiling SwiftPackageList JSONPackageProvider.swift
[62/154] Wrapping AST for SwiftPackageList for debugging
[65/237] Compiling SwiftPackageListUI Backport.swift
/host/spi-builder-workspace/Sources/SwiftPackageListUI/Utilites/Backport/Backport+navigationBarTitleDisplayMode.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | @available(iOS, deprecated: 14.0, message: "Back-port no longer needed with iOS 14")
[66/238] Compiling SwiftPackageListCore SourcePackages.swift
/host/spi-builder-workspace/Sources/SwiftPackageListUI/Utilites/Backport/Backport+navigationBarTitleDisplayMode.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | @available(iOS, deprecated: 14.0, message: "Back-port no longer needed with iOS 14")
[67/238] Compiling SwiftPackageListCore CustomPackages.swift
/host/spi-builder-workspace/Sources/SwiftPackageListUI/Utilites/Backport/Backport+navigationBarTitleDisplayMode.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | @available(iOS, deprecated: 14.0, message: "Back-port no longer needed with iOS 14")
[68/238] Compiling SwiftPackageListCore File.swift
/host/spi-builder-workspace/Sources/SwiftPackageListUI/Utilites/Backport/Backport+navigationBarTitleDisplayMode.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | @available(iOS, deprecated: 14.0, message: "Back-port no longer needed with iOS 14")
[69/238] Compiling SwiftPackageListCore License.swift
/host/spi-builder-workspace/Sources/SwiftPackageListUI/Utilites/Backport/Backport+navigationBarTitleDisplayMode.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | @available(iOS, deprecated: 14.0, message: "Back-port no longer needed with iOS 14")
[70/238] Compiling SwiftPackageListCore PackageResolved.swift
/host/spi-builder-workspace/Sources/SwiftPackageListUI/Utilites/Backport/Backport+navigationBarTitleDisplayMode.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | @available(iOS, deprecated: 14.0, message: "Back-port no longer needed with iOS 14")
[71/238] Compiling SwiftPackageListCore OutputGenerator.swift
/host/spi-builder-workspace/Sources/SwiftPackageListUI/Utilites/Backport/Backport+navigationBarTitleDisplayMode.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | @available(iOS, deprecated: 14.0, message: "Back-port no longer needed with iOS 14")
[72/238] Compiling SwiftPackageListUI Backport+task.swift
/host/spi-builder-workspace/Sources/SwiftPackageListUI/Utilites/Backport/Backport+navigationBarTitleDisplayMode.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | @available(iOS, deprecated: 14.0, message: "Back-port no longer needed with iOS 14")
[73/238] Compiling SwiftPackageListUI Backport+navigationTitle.swift
/host/spi-builder-workspace/Sources/SwiftPackageListUI/Utilites/Backport/Backport+navigationBarTitleDisplayMode.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | @available(iOS, deprecated: 14.0, message: "Back-port no longer needed with iOS 14")
[74/238] Compiling SwiftPackageListUI Backport+navigationBarTitleDisplayMode.swift
/host/spi-builder-workspace/Sources/SwiftPackageListUI/Utilites/Backport/Backport+navigationBarTitleDisplayMode.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | @available(iOS, deprecated: 14.0, message: "Back-port no longer needed with iOS 14")
error: emit-module command failed with exit code 1 (use -v to see invocation)
[75/238] Emitting module SwiftPackageListUI
/host/spi-builder-workspace/Sources/SwiftPackageListUI/Utilites/Backport/Backport+navigationBarTitleDisplayMode.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | @available(iOS, deprecated: 14.0, message: "Back-port no longer needed with iOS 14")
[76/238] Compiling SwiftPackageListCore Project.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[77/238] Compiling SwiftPackageListCore ProjectOptions.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[78/238] Compiling SwiftPackageListCore ProjectType.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[79/238] Compiling SwiftPackageListCore SwiftPackage.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[80/238] Compiling SwiftPackageListCore Tuist+Dump.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[81/242] Compiling SwiftPackageListCore ProjectPbxproj.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[82/242] Compiling SwiftPackageListCore VersionedFile.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[83/242] Compiling SwiftPackageListCore VersionedFileStorage.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[84/242] Compiling SwiftPackageListCore WorkspaceState.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[85/242] Compiling SwiftPackageListCore JSONGenerator.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[86/242] Compiling SwiftPackageListUI resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/SwiftPackageListUI/Utilites/Backport/Backport+navigationBarTitleDisplayMode.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | @available(iOS, deprecated: 14.0, message: "Back-port no longer needed with iOS 14")
[87/242] Emitting module ArgumentParser
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftPackageListPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/17] Write swift-version-24593BA9C3E375BF.txt
[4/37] Compiling SwiftPackageList resource_bundle_accessor.swift
[5/37] Emitting module ArgumentParserToolInfo
[6/37] Compiling SwiftPackageList Bundle+acknowledgements.swift
[7/37] Compiling SwiftPackageList resource_bundle_accessor.swift
[8/37] Compiling SwiftPackageList PropertyListPackageProvider.swift
[9/37] Compiling SwiftPackageList PackageProvider.swift
[10/37] Compiling SwiftPackageList Bundle+acknowledgements.swift
[11/37] Emitting module SwiftPackageList
[12/37] Compiling SwiftPackageList JSONPackageProvider.swift
[13/37] Compiling SwiftPackageList PackageProvider.swift
[14/37] Compiling SwiftPackageList PropertyListPackageProvider.swift
[15/37] Compiling SwiftPackageList JSONPackageProvider.swift
[16/37] Compiling SwiftPackageList Package+Kind.swift
[17/37] Compiling SwiftPackageList Package.swift
[18/38] Emitting module SwiftPackageList
[19/38] Compiling SwiftPackageList Package+Kind.swift
[20/38] Compiling SwiftPackageList Package.swift
[23/37] Compiling ArgumentParserToolInfo ToolInfo.swift
[25/85] Emitting module ArgumentParserToolInfo
[28/120] Compiling SwiftPackageListUI Backport.swift
/host/spi-builder-workspace/Sources/SwiftPackageListUI/Utilites/Backport/Backport+navigationBarTitleDisplayMode.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | @available(iOS, deprecated: 14.0, message: "Back-port no longer needed with iOS 14")
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/121] Emitting module SwiftPackageListCore
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[30/125] Compiling SwiftPackageListCore Checkouts.swift
/host/spi-builder-workspace/Sources/SwiftPackageListUI/Utilites/Backport/Backport+navigationBarTitleDisplayMode.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | @available(iOS, deprecated: 14.0, message: "Back-port no longer needed with iOS 14")
[31/125] Compiling SwiftPackageListCore DerivedData.swift
/host/spi-builder-workspace/Sources/SwiftPackageListUI/Utilites/Backport/Backport+navigationBarTitleDisplayMode.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | @available(iOS, deprecated: 14.0, message: "Back-port no longer needed with iOS 14")
[32/125] Compiling SwiftPackageListCore Directory.swift
/host/spi-builder-workspace/Sources/SwiftPackageListUI/Utilites/Backport/Backport+navigationBarTitleDisplayMode.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | @available(iOS, deprecated: 14.0, message: "Back-port no longer needed with iOS 14")
[33/125] Compiling SwiftPackageListCore PackageSource.swift
/host/spi-builder-workspace/Sources/SwiftPackageListUI/Utilites/Backport/Backport+navigationBarTitleDisplayMode.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | @available(iOS, deprecated: 14.0, message: "Back-port no longer needed with iOS 14")
[34/125] Compiling SwiftPackageListUI Backport+navigationTitle.swift
/host/spi-builder-workspace/Sources/SwiftPackageListUI/Utilites/Backport/Backport+navigationBarTitleDisplayMode.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | @available(iOS, deprecated: 14.0, message: "Back-port no longer needed with iOS 14")
[35/125] Compiling SwiftPackageListUI Backport+navigationBarTitleDisplayMode.swift
/host/spi-builder-workspace/Sources/SwiftPackageListUI/Utilites/Backport/Backport+navigationBarTitleDisplayMode.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | @available(iOS, deprecated: 14.0, message: "Back-port no longer needed with iOS 14")
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/125] Emitting module SwiftPackageListUI
/host/spi-builder-workspace/Sources/SwiftPackageListUI/Utilites/Backport/Backport+navigationBarTitleDisplayMode.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | @available(iOS, deprecated: 14.0, message: "Back-port no longer needed with iOS 14")
[37/125] Compiling SwiftPackageListUI Backport+task.swift
/host/spi-builder-workspace/Sources/SwiftPackageListUI/Utilites/Backport/Backport+navigationBarTitleDisplayMode.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | @available(iOS, deprecated: 14.0, message: "Back-port no longer needed with iOS 14")
[38/125] Compiling SwiftPackageListCore RegistryDownloads.swift
/host/spi-builder-workspace/Sources/SwiftPackageListUI/Utilites/Backport/Backport+navigationBarTitleDisplayMode.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | @available(iOS, deprecated: 14.0, message: "Back-port no longer needed with iOS 14")
[39/125] Compiling SwiftPackageListCore SourcePackages.swift
/host/spi-builder-workspace/Sources/SwiftPackageListUI/Utilites/Backport/Backport+navigationBarTitleDisplayMode.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | @available(iOS, deprecated: 14.0, message: "Back-port no longer needed with iOS 14")
[40/125] Compiling SwiftPackageListCore Project.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[41/125] Compiling SwiftPackageListCore ProjectOptions.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[42/125] Compiling SwiftPackageListCore ProjectType.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[43/125] Compiling SwiftPackageListCore SwiftPackage.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[44/125] Compiling SwiftPackageListCore Tuist+Dump.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[50/125] Compiling SwiftPackageListCore OutputGenerator.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[51/125] Compiling SwiftPackageListCore OutputGeneratorOptions.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[52/125] Compiling SwiftPackageListCore OutputType.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[53/125] Compiling SwiftPackageListCore PDFGenerator.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[54/125] Compiling SwiftPackageListCore PropertyListGenerator.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[55/125] Compiling SwiftPackageListCore Tuist.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[56/125] Compiling SwiftPackageListCore TuistDependencies.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[57/125] Compiling SwiftPackageListCore XcodeProject.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[58/125] Compiling SwiftPackageListCore XcodeWorkspace.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[59/125] Compiling SwiftPackageListCore RuntimeError.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[60/158] Compiling SwiftPackageListUI resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/SwiftPackageListUI/Utilites/Backport/Backport+navigationBarTitleDisplayMode.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | @available(iOS, deprecated: 14.0, message: "Back-port no longer needed with iOS 14")
[61/201] Compiling ArgumentParser CommandGroup.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[62/201] Compiling ArgumentParser EnumerableFlag.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[63/201] Compiling ArgumentParser Name.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[64/201] Compiling ArgumentParser Parsed.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[65/201] Compiling ArgumentParser ParsedValues.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[66/205] Compiling SwiftPackageListCore Regex.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[67/205] Compiling SwiftPackageListCore RegistryIdentity.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[68/205] Compiling SwiftPackageListCore URL+deletingGitExtension.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
[69/205] Compiling SwiftPackageListCore ZSH.swift
/host/spi-builder-workspace/Sources/SwiftPackageListCore/Output Generation/PDF/PDFGenerator.swift:8:8: error: no such module 'AppKit'
  6 | //
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import SwiftPackageList
 10 |
BUILD FAILURE 6.1 linux