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 Diligence, reference 1.9.0 (98b2e3), with Swift 6.1 for Linux on 29 Apr 2025 12:59:59 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/inseven/diligence.git
Reference: 1.9.0
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/inseven/diligence
 * tag               1.9.0      -> FETCH_HEAD
HEAD is now at 98b2e3c feat: Use `ActionsCommands` to add actions to the macOS menu (#48)
Submodule path 'scripts/changes': checked out 'd179936a07f3601c01113865c15aeac3cf7b8634'
Submodule 'scripts/changes' (https://github.com/jbmorley/changes.git) registered for path 'scripts/changes'
Cloning into '/host/spi-builder-workspace/scripts/changes'...
Cloned https://github.com/inseven/diligence.git
Revision (git rev-parse @):
98b2e3c7b7c3483aefff46a5bc2dde611e377cf8
SUCCESS checkout https://github.com/inseven/diligence.git at 1.9.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/inseven/diligence.git
https://github.com/inseven/diligence.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "licensable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.10",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/inseven/licensable"
    }
  ],
  "manifest_display_name" : "Diligence",
  "name" : "Diligence",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Diligence",
      "targets" : [
        "Diligence"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DiligenceTests",
      "module_type" : "SwiftTarget",
      "name" : "DiligenceTests",
      "path" : "Tests/DiligenceTests",
      "sources" : [
        "DiligenceTests.swift",
        "Equivalence.swift"
      ],
      "target_dependencies" : [
        "Diligence"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Diligence",
      "module_type" : "SwiftTarget",
      "name" : "Diligence",
      "path" : "Sources/Diligence",
      "product_dependencies" : [
        "Licensable"
      ],
      "product_memberships" : [
        "Diligence"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Diligence/Resources/LICENSE",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Builders/AcknowledgementsBuilder.swift",
        "Builders/ActionsBuilder.swift",
        "Builders/CreditsBuilder.swift",
        "Builders/LicenseGroupsBuilder.swift",
        "Builders/LicensesBuilder.swift",
        "Commands/AboutCommands.swift",
        "Commands/ActionsCommands.swift",
        "Environment/PrefersTextualRepresentationEnvironmentKey.swift",
        "Extensions/Array.swift",
        "Extensions/Bundle.swift",
        "Extensions/Color.swift",
        "Extensions/Licensable.swift",
        "Extensions/NSWindow.swift",
        "Extensions/String.swift",
        "Extensions/UIView.swift",
        "Extensions/URL.swift",
        "Extensions/View.swift",
        "Model/Acknowledgements.swift",
        "Model/Action.swift",
        "Model/Contents.swift",
        "Model/Credit.swift",
        "Model/License.swift",
        "Model/LicenseGroup.swift",
        "Model/NamedURL.swift",
        "Scenes/AboutWindowGroup.swift",
        "Scenes/MacAboutWindow.swift",
        "Scenes/MacLicenseWindowGroup.swift",
        "Styles/AttributeLabeledContentStyle.swift",
        "Styles/TableViewRow.swift",
        "Utilities/NativeFont.swift",
        "View Modifiers/HookView.swift",
        "View Modifiers/HorizontalSpace.swift",
        "View Modifiers/Hyperlink.swift",
        "View Modifiers/IsVisibleInScrollView.swift",
        "View Modifiers/PaddingWithMultiplier.swift",
        "View Modifiers/UnderlinesForDifferentiation.swift",
        "Views/AboutButton.swift",
        "Views/AboutLink.swift",
        "Views/AboutView.swift",
        "Views/ActionSection.swift",
        "Views/ApplicationNameTitle.swift",
        "Views/BuildSection.swift",
        "Views/CreditSection.swift",
        "Views/DefaultAboutLinkLabel.swift",
        "Views/HeaderSection.swift",
        "Views/Icon.swift",
        "Views/LabeledContent.swift",
        "Views/LicenseRow.swift",
        "Views/LicenseSection.swift",
        "Views/LicenseView.swift",
        "Views/Link.swift",
        "Views/MacAboutSection.swift",
        "Views/MacAboutView.swift",
        "Views/MacIcon.swift",
        "Views/MacLicenseView.swift",
        "Views/NonWrappingText.swift",
        "Views/PhoneAboutView.swift",
        "Windows/NSLicenseWindow.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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/inseven/licensable
[1/119] Fetching licensable
Fetched https://github.com/inseven/licensable from cache (0.43s)
Computing version for https://github.com/inseven/licensable
Computed https://github.com/inseven/licensable at 0.0.13 (0.85s)
Creating working copy for https://github.com/inseven/licensable
Working copy of https://github.com/inseven/licensable resolved at 0.0.13
Building for debugging...
[0/5] Write sources
[1/5] Copying LICENSE
[2/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/12] Compiling Licensable License.swift
[7/12] Compiling Licensable resource_bundle_accessor.swift
[8/12] Compiling Licensable Licensable.swift
[9/12] Compiling Licensable Array.swift
[10/12] Compiling Licensable AnyLicensable.swift
[11/12] Emitting module Licensable
[12/12] Compiling Licensable Attribute.swift
[14/66] Compiling Diligence AcknowledgementsBuilder.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[15/66] Compiling Diligence ActionsBuilder.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[16/66] Compiling Diligence CreditsBuilder.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[17/66] Compiling Diligence LicenseGroupsBuilder.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[18/66] Compiling Diligence LicensesBuilder.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[19/66] Compiling Diligence AboutCommands.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[20/66] Compiling Diligence ActionsCommands.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[21/66] Compiling Diligence PrefersTextualRepresentationEnvironmentKey.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[22/73] Compiling Diligence Icon.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[23/73] Compiling Diligence LabeledContent.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[24/73] Compiling Diligence LicenseRow.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[25/73] Compiling Diligence LicenseSection.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[26/73] Compiling Diligence LicenseView.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[27/73] Compiling Diligence Link.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[28/73] Compiling Diligence MacAboutSection.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/73] Emitting module Diligence
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[30/73] Compiling Diligence AboutView.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[31/73] Compiling Diligence ActionSection.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[32/73] Compiling Diligence ApplicationNameTitle.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[33/73] Compiling Diligence BuildSection.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[34/73] Compiling Diligence CreditSection.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[35/73] Compiling Diligence DefaultAboutLinkLabel.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[36/73] Compiling Diligence HeaderSection.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[37/73] Compiling Diligence View.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[38/73] Compiling Diligence Acknowledgements.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[39/73] Compiling Diligence Action.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[40/73] Compiling Diligence Contents.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[41/73] Compiling Diligence Credit.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[42/73] Compiling Diligence License.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[43/73] Compiling Diligence LicenseGroup.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[44/73] Compiling Diligence NamedURL.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[45/73] Compiling Diligence HorizontalSpace.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[46/73] Compiling Diligence Hyperlink.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[47/73] Compiling Diligence IsVisibleInScrollView.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[48/73] Compiling Diligence PaddingWithMultiplier.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[49/73] Compiling Diligence UnderlinesForDifferentiation.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[50/73] Compiling Diligence AboutButton.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[51/73] Compiling Diligence AboutLink.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[52/73] Compiling Diligence AboutWindowGroup.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[53/73] Compiling Diligence MacAboutWindow.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[54/73] Compiling Diligence MacLicenseWindowGroup.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[55/73] Compiling Diligence AttributeLabeledContentStyle.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[56/73] Compiling Diligence TableViewRow.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[57/73] Compiling Diligence NativeFont.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[58/73] Compiling Diligence HookView.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[59/73] Compiling Diligence Array.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[60/73] Compiling Diligence Bundle.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[61/73] Compiling Diligence Color.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[62/73] Compiling Diligence Licensable.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[63/73] Compiling Diligence NSWindow.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[64/73] Compiling Diligence String.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[65/73] Compiling Diligence UIView.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[66/73] Compiling Diligence URL.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[67/73] Compiling Diligence MacAboutView.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[68/73] Compiling Diligence MacIcon.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[69/73] Compiling Diligence MacLicenseView.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[70/73] Compiling Diligence NonWrappingText.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[71/73] Compiling Diligence PhoneAboutView.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[72/73] Compiling Diligence NSLicenseWindow.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[73/73] Compiling Diligence resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/8] Compiling Licensable Array.swift
[3/8] Compiling Licensable Attribute.swift
[4/8] Compiling Licensable AnyLicensable.swift
[5/8] Compiling Licensable Licensable.swift
[6/8] Compiling Licensable resource_bundle_accessor.swift
[7/8] Emitting module Licensable
[8/8] Compiling Licensable License.swift
[10/62] Compiling Diligence AcknowledgementsBuilder.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[11/62] Compiling Diligence ActionsBuilder.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[12/62] Compiling Diligence CreditsBuilder.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[13/62] Compiling Diligence LicenseGroupsBuilder.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[14/62] Compiling Diligence LicensesBuilder.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[15/62] Compiling Diligence AboutCommands.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[16/62] Compiling Diligence ActionsCommands.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[17/62] Compiling Diligence PrefersTextualRepresentationEnvironmentKey.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[18/69] Compiling Diligence Icon.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[19/69] Compiling Diligence LabeledContent.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[20/69] Compiling Diligence LicenseRow.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[21/69] Compiling Diligence LicenseSection.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[22/69] Compiling Diligence LicenseView.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[23/69] Compiling Diligence Link.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[24/69] Compiling Diligence MacAboutSection.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[25/69] Compiling Diligence View.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[26/69] Compiling Diligence Acknowledgements.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[27/69] Compiling Diligence Action.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[28/69] Compiling Diligence Contents.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[29/69] Compiling Diligence Credit.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[30/69] Compiling Diligence License.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[31/69] Compiling Diligence LicenseGroup.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[32/69] Compiling Diligence NamedURL.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[33/69] Compiling Diligence HorizontalSpace.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[34/69] Compiling Diligence Hyperlink.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[35/69] Compiling Diligence IsVisibleInScrollView.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[36/69] Compiling Diligence PaddingWithMultiplier.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[37/69] Compiling Diligence UnderlinesForDifferentiation.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[38/69] Compiling Diligence AboutButton.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[39/69] Compiling Diligence AboutLink.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[40/69] Compiling Diligence AboutWindowGroup.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[41/69] Compiling Diligence MacAboutWindow.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[42/69] Compiling Diligence MacLicenseWindowGroup.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[43/69] Compiling Diligence AttributeLabeledContentStyle.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[44/69] Compiling Diligence TableViewRow.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[45/69] Compiling Diligence NativeFont.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[46/69] Compiling Diligence HookView.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[47/69] Compiling Diligence AboutView.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[48/69] Compiling Diligence ActionSection.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[49/69] Compiling Diligence ApplicationNameTitle.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[50/69] Compiling Diligence BuildSection.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[51/69] Compiling Diligence CreditSection.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[52/69] Compiling Diligence DefaultAboutLinkLabel.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[53/69] Compiling Diligence HeaderSection.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[54/69] Compiling Diligence Array.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[55/69] Compiling Diligence Bundle.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[56/69] Compiling Diligence Color.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[57/69] Compiling Diligence Licensable.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[58/69] Compiling Diligence NSWindow.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[59/69] Compiling Diligence String.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[60/69] Compiling Diligence UIView.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[61/69] Compiling Diligence URL.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[62/69] Emitting module Diligence
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[63/69] Compiling Diligence MacAboutView.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[64/69] Compiling Diligence MacIcon.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[65/69] Compiling Diligence MacLicenseView.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[66/69] Compiling Diligence NonWrappingText.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[67/69] Compiling Diligence PhoneAboutView.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[68/69] Compiling Diligence NSLicenseWindow.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
[69/69] Compiling Diligence resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Diligence/Commands/AboutCommands.swift:21:8: error: no such module 'SwiftUI'
19 | // SOFTWARE.
20 |
21 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
22 |
23 | #if compiler(>=5.7) && os(macOS)
BUILD FAILURE 6.1 linux