The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DSFAppKitBuilder, reference 11.10.2 (d188d6), with Swift 6.1 for Wasm on 29 May 2025 18:39:40 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/DSFAppKitBuilder.git
Reference: 11.10.2
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/dagronf/DSFAppKitBuilder
 * tag               11.10.2    -> FETCH_HEAD
HEAD is now at d188d61 Update to latest focusoverlay
Cloned https://github.com/dagronf/DSFAppKitBuilder.git
Revision (git rev-parse @):
d188d61b706d8cac88bf9ba6a5bdd98f408f202b
SUCCESS checkout https://github.com/dagronf/DSFAppKitBuilder.git at 11.10.2
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dagronf/DSFAppKitBuilder.git
https://github.com/dagronf/DSFAppKitBuilder.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "dsfpagercontrol",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFPagerControl"
    },
    {
      "identity" : "dsfmenubuilder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFMenuBuilder"
    },
    {
      "identity" : "dsfvaluebinders",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFValueBinders"
    },
    {
      "identity" : "dsfcombobutton",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFComboButton"
    },
    {
      "identity" : "dsftogglebutton",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.1.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFToggleButton"
    },
    {
      "identity" : "dsfstepperview",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.3.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFStepperView"
    },
    {
      "identity" : "dsfsearchfield",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFSearchField"
    }
  ],
  "manifest_display_name" : "DSFAppKitBuilder",
  "name" : "DSFAppKitBuilder",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "DSFAppKitBuilder",
      "targets" : [
        "DSFAppKitBuilder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DSFAppKitBuilder-static",
      "targets" : [
        "DSFAppKitBuilder"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "DSFAppKitBuilder-shared",
      "targets" : [
        "DSFAppKitBuilder"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DSFAppKitBuilderTests",
      "module_type" : "SwiftTarget",
      "name" : "DSFAppKitBuilderTests",
      "path" : "Tests/DSFAppKitBuilderTests",
      "sources" : [
        "DSFAppKitDSLTests.swift"
      ],
      "target_dependencies" : [
        "DSFAppKitBuilder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DSFAppKitBuilder",
      "module_type" : "SwiftTarget",
      "name" : "DSFAppKitBuilder",
      "path" : "Sources/DSFAppKitBuilder",
      "product_dependencies" : [
        "DSFMenuBuilder",
        "DSFPagerControl",
        "DSFValueBinders",
        "DSFComboButton",
        "DSFToggleButton",
        "DSFStepperView",
        "DSFSearchField"
      ],
      "product_memberships" : [
        "DSFAppKitBuilder",
        "DSFAppKitBuilder-static",
        "DSFAppKitBuilder-shared"
      ],
      "sources" : [
        "DSFAppKitBuilder.swift",
        "DSFAppKitBuilderViewHandler.swift",
        "binders/DoubleStringBinder.swift",
        "binders/ElementBinder.swift",
        "binders/WindowBinder.swift",
        "components/Accessibility.swift",
        "components/AttributedString.swift",
        "components/AutoLayout.swift",
        "components/Box.swift",
        "components/Button+radio.swift",
        "components/Button.swift",
        "components/ButtonStyle.swift",
        "components/CheckBox.swift",
        "components/ColorWell.swift",
        "components/ComboBox.swift",
        "components/ComboButton.swift",
        "components/Control.swift",
        "components/DatePicker.swift",
        "components/DisclosureGroup.swift",
        "components/DisclosureView.swift",
        "components/Divider.swift",
        "components/DynamicElement.swift",
        "components/EmptyView.swift",
        "components/FlatButton.swift",
        "components/Flow.swift",
        "components/ForEach.swift",
        "components/Form.swift",
        "components/Grid.swift",
        "components/Group.swift",
        "components/IfElse.swift",
        "components/Image.swift",
        "components/ImageView.swift",
        "components/Label.swift",
        "components/LabelStyle.swift",
        "components/LevelIndicator.swift",
        "components/Link.swift",
        "components/List.swift",
        "components/ManagedWindow.swift",
        "components/Maybe.swift",
        "components/Nothing.swift",
        "components/OneOf.swift",
        "components/Pager.swift",
        "components/PathControl.swift",
        "components/PlainTextView.swift",
        "components/PopupButton.swift",
        "components/ProgressBar.swift",
        "components/RadioGroup.swift",
        "components/ScrollView.swift",
        "components/SecureTextField.swift",
        "components/Segmented.swift",
        "components/Shape.swift",
        "components/Slider.swift",
        "components/SplitView.swift",
        "components/Stack.swift",
        "components/StackStyle.swift",
        "components/Stepper.swift",
        "components/StepperView.swift",
        "components/Switch.swift",
        "components/TabView.swift",
        "components/Toggle.swift",
        "components/View+SwiftUI.swift",
        "components/View.swift",
        "components/VisualEffectView.swift",
        "components/Window.swift",
        "components/ZStack.swift",
        "components/ZoomableScrollView.swift",
        "components/element/Element+Alert.swift",
        "components/element/Element+Change.swift",
        "components/element/Element+Gestures.swift",
        "components/element/Element+Panel.swift",
        "components/element/Element+Popover.swift",
        "components/element/Element+Sheet.swift",
        "components/element/Element+Size.swift",
        "components/element/Element.swift",
        "components/text-field/NumberField.swift",
        "components/text-field/SearchField.swift",
        "components/text-field/TextField.swift",
        "components/text-field/TokenField.swift",
        "fonts/DynamicFont.swift",
        "fonts/DynamicFontService.swift",
        "fonts/Font.swift",
        "presentation/DSFAppKitBuilderAssignableViewController.swift",
        "presentation/DSFAppKitBuilderView.swift",
        "presentation/DSFAppKitBuilderViewController.swift",
        "presentation/SwiftUIPreviews.swift",
        "utils/Animations.swift",
        "utils/Autolayout+helpers.swift",
        "utils/BindingBag.swift",
        "utils/CGColor+extensions.swift",
        "utils/CGSize+extensions.swift",
        "utils/CSFlatButton.swift",
        "utils/CenteringClipView.swift",
        "utils/CustomValueTransformers.swift",
        "utils/EmbeddedLayoutType.swift",
        "utils/Logging.swift",
        "utils/NSBezierPath+extensions.swift",
        "utils/NSColor+extensions.swift",
        "utils/NSGestureRecognizer+actionblock.swift",
        "utils/NumberFormatter+extensions.swift",
        "utils/PaddableTextField.swift",
        "utils/ProtectedLock.swift",
        "utils/RangeComponentBinder.swift",
        "utils/ScrollableTextView.swift",
        "utils/Shadow.swift",
        "utils/TrackingArea.swift",
        "utils/Utilities.swift",
        "utils/VerticalSizingTokenField.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/dagronf/DSFValueBinders
Fetching https://github.com/dagronf/DSFComboButton
Fetching https://github.com/dagronf/DSFSearchField
Fetching https://github.com/dagronf/DSFToggleButton
Fetching https://github.com/dagronf/DSFMenuBuilder
Fetching https://github.com/dagronf/DSFStepperView
[1/235] Fetching dsfvaluebinders
[236/933] Fetching dsfvaluebinders, dsfstepperview
[257/1100] Fetching dsfvaluebinders, dsfstepperview, dsfcombobutton
[1101/1594] Fetching dsfvaluebinders, dsfstepperview, dsfcombobutton, dsftogglebutton
[1595/1918] Fetching dsfvaluebinders, dsfstepperview, dsfcombobutton, dsftogglebutton, dsfmenubuilder
[1861/2101] Fetching dsfvaluebinders, dsfstepperview, dsfcombobutton, dsftogglebutton, dsfmenubuilder, dsfsearchfield
Fetched https://github.com/dagronf/DSFValueBinders from cache (0.34s)
Fetched https://github.com/dagronf/DSFComboButton from cache (0.34s)
Fetched https://github.com/dagronf/DSFStepperView from cache (0.33s)
Fetching https://github.com/dagronf/DSFPagerControl
Fetched https://github.com/dagronf/DSFMenuBuilder from cache (0.36s)
Fetched https://github.com/dagronf/DSFSearchField from cache (0.36s)
Fetched https://github.com/dagronf/DSFToggleButton from cache (0.36s)
[1/312] Fetching dsfpagercontrol
Fetched https://github.com/dagronf/DSFPagerControl from cache (0.32s)
Computing version for https://github.com/dagronf/DSFSearchField
Computed https://github.com/dagronf/DSFSearchField at 2.2.2 (1.27s)
Computing version for https://github.com/dagronf/DSFToggleButton
Computed https://github.com/dagronf/DSFToggleButton at 7.1.0 (0.72s)
Fetching https://github.com/dagronf/DSFAppearanceManager
[1/459] Fetching dsfappearancemanager
Fetched https://github.com/dagronf/DSFAppearanceManager from cache (0.40s)
Computing version for https://github.com/dagronf/DSFComboButton
Computed https://github.com/dagronf/DSFComboButton at 1.0.0 (1.22s)
Computing version for https://github.com/dagronf/DSFMenuBuilder
Computed https://github.com/dagronf/DSFMenuBuilder at 1.2.1 (0.78s)
Computing version for https://github.com/dagronf/DSFPagerControl
Computed https://github.com/dagronf/DSFPagerControl at 2.5.2 (0.61s)
Computing version for https://github.com/dagronf/DSFStepperView
Computed https://github.com/dagronf/DSFStepperView at 4.4.0 (0.61s)
Computing version for https://github.com/dagronf/DSFAppearanceManager
Computed https://github.com/dagronf/DSFAppearanceManager at 3.5.1 (0.58s)
Computing version for https://github.com/dagronf/DSFValueBinders
Computed https://github.com/dagronf/DSFValueBinders at 1.0.1 (0.59s)
Creating working copy for https://github.com/dagronf/DSFToggleButton
Working copy of https://github.com/dagronf/DSFToggleButton resolved at 7.1.0
Creating working copy for https://github.com/dagronf/DSFSearchField
Working copy of https://github.com/dagronf/DSFSearchField resolved at 2.2.2
Creating working copy for https://github.com/dagronf/DSFComboButton
Working copy of https://github.com/dagronf/DSFComboButton resolved at 1.0.0
Creating working copy for https://github.com/dagronf/DSFValueBinders
Working copy of https://github.com/dagronf/DSFValueBinders resolved at 1.0.1
Creating working copy for https://github.com/dagronf/DSFMenuBuilder
Working copy of https://github.com/dagronf/DSFMenuBuilder resolved at 1.2.1
Creating working copy for https://github.com/dagronf/DSFStepperView
Working copy of https://github.com/dagronf/DSFStepperView resolved at 4.4.0
Creating working copy for https://github.com/dagronf/DSFPagerControl
Working copy of https://github.com/dagronf/DSFPagerControl resolved at 2.5.2
Creating working copy for https://github.com/dagronf/DSFAppearanceManager
Working copy of https://github.com/dagronf/DSFAppearanceManager resolved at 3.5.1
Building for debugging...
[0/26] Write sources
[1/26] Copying PrivacyInfo.xcprivacy
[1/26] Copying Info.plist
[1/26] Copying Localizable.strings
[1/26] Write sources
[12/26] Write swift-version-24593BA9C3E375BF.txt
[14/70] Compiling DSFComboButton DSFComboButton+private.swift
[15/70] Compiling DSFComboButton DSFComboButton.swift
[16/70] Emitting module DSFComboButton
[17/70] Compiling DSFComboButton DelayedMenuButton.swift
[18/71] Wrapping AST for DSFComboButton for debugging
[20/71] Compiling DSFMenuBuilder MenuItemTarget.swift
/host/spi-builder-workspace/.build/checkouts/DSFMenuBuilder/Sources/DSFMenuBuilder/Menu.swift:27:8: error: no such module 'AppKit'
 25 | //
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 |
 29 | /// A representation of a menu
[21/72] Compiling DSFValueBinders WrappedPublisher.swift
/host/spi-builder-workspace/.build/checkouts/DSFValueBinders/Sources/DSFValueBinders/utils/SemLock.swift:28:8: error: no such module 'Dispatch'
26 |
27 | import Foundation
28 | import Dispatch
   |        `- error: no such module 'Dispatch'
29 |
30 | /// A simple locking mechanism using a semaphore
[22/73] Compiling DSFAppearanceManager DSFAppearanceManager+Listeners.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
   |        `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[23/73] Compiling DSFAppearanceManager DSFDebounce.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
   |        `- error: no such module 'Dispatch'
23 | import Foundation
24 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/73] Emitting module DSFAppearanceManager
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
   |        `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[25/73] Compiling DSFAppearanceManager DSFAppearanceCache.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
   |        `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[26/73] Compiling DSFAppearanceManager DSFAppearanceManager+ChangeDetector.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
   |        `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[27/73] Compiling DSFAppearanceManager NSWindow+Appearance.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
   |        `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[28/73] Compiling DSFAppearanceManager AutoplayAnimatedImages.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
   |        `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[29/73] Compiling DSFAppearanceManager DSFAppearanceManager.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
   |        `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[30/73] Compiling DSFAppearanceManager NSView+Appearance.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
   |        `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[31/74] Compiling DSFValueBinders ValueBinder+Binding.swift
/host/spi-builder-workspace/.build/checkouts/DSFValueBinders/Sources/DSFValueBinders/utils/SemLock.swift:28:8: error: no such module 'Dispatch'
26 |
27 | import Foundation
28 | import Dispatch
   |        `- error: no such module 'Dispatch'
29 |
30 | /// A simple locking mechanism using a semaphore
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/74] Emitting module DSFMenuBuilder
/host/spi-builder-workspace/.build/checkouts/DSFMenuBuilder/Sources/DSFMenuBuilder/Menu.swift:27:8: error: no such module 'AppKit'
 25 | //
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 |
 29 | /// A representation of a menu
[33/74] Compiling DSFMenuBuilder NSMenuItemHighlightableView.swift
/host/spi-builder-workspace/.build/checkouts/DSFMenuBuilder/Sources/DSFMenuBuilder/Menu.swift:27:8: error: no such module 'AppKit'
 25 | //
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 |
 29 | /// A representation of a menu
[34/74] Compiling DSFAppearanceManager DSFSimpleLock.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
   |        `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[35/74] Compiling DSFAppearanceManager NSAppearance+extensions.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
   |        `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[36/74] Compiling DSFSearchField SwiftUIHelpers.swift
[37/74] Compiling DSFSearchField resource_bundle_accessor.swift
[38/74] Compiling DSFAppearanceManager WeakBag.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
   |        `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[39/74] Compiling DSFValueBinders ValueBinder+transformers.swift
/host/spi-builder-workspace/.build/checkouts/DSFValueBinders/Sources/DSFValueBinders/utils/SemLock.swift:28:8: error: no such module 'Dispatch'
26 |
27 | import Foundation
28 | import Dispatch
   |        `- error: no such module 'Dispatch'
29 |
30 | /// A simple locking mechanism using a semaphore
[40/74] Compiling DSFValueBinders ValueBinder.swift
/host/spi-builder-workspace/.build/checkouts/DSFValueBinders/Sources/DSFValueBinders/utils/SemLock.swift:28:8: error: no such module 'Dispatch'
26 |
27 | import Foundation
28 | import Dispatch
   |        `- error: no such module 'Dispatch'
29 |
30 | /// A simple locking mechanism using a semaphore
[41/74] Compiling DSFMenuBuilder ViewItem.swift
/host/spi-builder-workspace/.build/checkouts/DSFMenuBuilder/Sources/DSFMenuBuilder/Menu.swift:27:8: error: no such module 'AppKit'
 25 | //
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 |
 29 | /// A representation of a menu
[42/74] Compiling DSFMenuBuilder ViewItem+NSViewController.swift
/host/spi-builder-workspace/.build/checkouts/DSFMenuBuilder/Sources/DSFMenuBuilder/Menu.swift:27:8: error: no such module 'AppKit'
 25 | //
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 |
 29 | /// A representation of a menu
/host/spi-builder-workspace/.build/checkouts/DSFMenuBuilder/Sources/DSFMenuBuilder/Menu.swift:27:8: error: no such module 'AppKit'
 25 | //
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 |
 29 | /// A representation of a menu
/host/spi-builder-workspace/.build/checkouts/DSFMenuBuilder/Sources/DSFMenuBuilder/Menu.swift:27:8: error: no such module 'AppKit'
 25 | //
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 |
 29 | /// A representation of a menu
/host/spi-builder-workspace/.build/checkouts/DSFMenuBuilder/Sources/DSFMenuBuilder/Menu.swift:27:8: error: no such module 'AppKit'
 25 | //
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 |
 29 | /// A representation of a menu
/host/spi-builder-workspace/.build/checkouts/DSFMenuBuilder/Sources/DSFMenuBuilder/Menu.swift:27:8: error: no such module 'AppKit'
 25 | //
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 |
 29 | /// A representation of a menu
/host/spi-builder-workspace/.build/checkouts/DSFMenuBuilder/Sources/DSFMenuBuilder/Menu.swift:27:8: error: no such module 'AppKit'
 25 | //
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 |
 29 | /// A representation of a menu
/host/spi-builder-workspace/.build/checkouts/DSFMenuBuilder/Sources/DSFMenuBuilder/Menu.swift:27:8: error: no such module 'AppKit'
 25 | //
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 |
 29 | /// A representation of a menu
[49/74] Compiling DSFMenuBuilder AnyMenuItem.swift
/host/spi-builder-workspace/.build/checkouts/DSFMenuBuilder/Sources/DSFMenuBuilder/Menu.swift:27:8: error: no such module 'AppKit'
 25 | //
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 |
 29 | /// A representation of a menu
[50/74] Compiling DSFSearchField DSFSearchField.swift
[51/74] Compiling DSFSearchField DSFSearchField+SwiftUI.swift
[52/74] Emitting module DSFSearchField
[53/74] Compiling DSFSearchField LocalizationHelpers.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[54/75] Emitting module DSFValueBinders
/host/spi-builder-workspace/.build/checkouts/DSFValueBinders/Sources/DSFValueBinders/utils/SemLock.swift:28:8: error: no such module 'Dispatch'
26 |
27 | import Foundation
28 | import Dispatch
   |        `- error: no such module 'Dispatch'
29 |
30 | /// A simple locking mechanism using a semaphore
/host/spi-builder-workspace/.build/checkouts/DSFValueBinders/Sources/DSFValueBinders/utils/SemLock.swift:28:8: error: no such module 'Dispatch'
26 |
27 | import Foundation
28 | import Dispatch
   |        `- error: no such module 'Dispatch'
29 |
30 | /// A simple locking mechanism using a semaphore
/host/spi-builder-workspace/.build/checkouts/DSFValueBinders/Sources/DSFValueBinders/utils/SemLock.swift:28:8: error: no such module 'Dispatch'
26 |
27 | import Foundation
28 | import Dispatch
   |        `- error: no such module 'Dispatch'
29 |
30 | /// A simple locking mechanism using a semaphore
/host/spi-builder-workspace/.build/checkouts/DSFValueBinders/Sources/DSFValueBinders/utils/SemLock.swift:28:8: error: no such module 'Dispatch'
26 |
27 | import Foundation
28 | import Dispatch
   |        `- error: no such module 'Dispatch'
29 |
30 | /// A simple locking mechanism using a semaphore
/host/spi-builder-workspace/.build/checkouts/DSFValueBinders/Sources/DSFValueBinders/utils/SemLock.swift:28:8: error: no such module 'Dispatch'
26 |
27 | import Foundation
28 | import Dispatch
   |        `- error: no such module 'Dispatch'
29 |
30 | /// A simple locking mechanism using a semaphore
/host/spi-builder-workspace/.build/checkouts/DSFValueBinders/Sources/DSFValueBinders/utils/SemLock.swift:28:8: error: no such module 'Dispatch'
26 |
27 | import Foundation
28 | import Dispatch
   |        `- error: no such module 'Dispatch'
29 |
30 | /// A simple locking mechanism using a semaphore
/host/spi-builder-workspace/.build/checkouts/DSFValueBinders/Sources/DSFValueBinders/utils/SemLock.swift:28:8: error: no such module 'Dispatch'
26 |
27 | import Foundation
28 | import Dispatch
   |        `- error: no such module 'Dispatch'
29 |
30 | /// A simple locking mechanism using a semaphore
[61/75] Compiling DSFAppearanceManager WeakBox.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
   |        `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[63/75] Compiling DSFValueBinders SemLock.swift
/host/spi-builder-workspace/.build/checkouts/DSFValueBinders/Sources/DSFValueBinders/utils/SemLock.swift:28:8: error: no such module 'Dispatch'
26 |
27 | import Foundation
28 | import Dispatch
   |        `- error: no such module 'Dispatch'
29 |
30 | /// A simple locking mechanism using a semaphore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/14] Write swift-version-24593BA9C3E375BF.txt
[2/58] Compiling DSFComboButton DSFComboButton.swift
[3/58] Emitting module DSFComboButton
[4/58] Compiling DSFComboButton DSFComboButton+private.swift
[5/58] Compiling DSFComboButton DelayedMenuButton.swift
[6/59] Compiling DSFAppearanceManager DSFSimpleLock.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
   |        `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[8/59] Compiling DSFValueBinders ValueBinder+Binding.swift
/host/spi-builder-workspace/.build/checkouts/DSFValueBinders/Sources/DSFValueBinders/utils/SemLock.swift:28:8: error: no such module 'Dispatch'
26 |
27 | import Foundation
28 | import Dispatch
   |        `- error: no such module 'Dispatch'
29 |
30 | /// A simple locking mechanism using a semaphore
[9/59] Compiling DSFValueBinders ValueBinder.swift
/host/spi-builder-workspace/.build/checkouts/DSFValueBinders/Sources/DSFValueBinders/utils/SemLock.swift:28:8: error: no such module 'Dispatch'
26 |
27 | import Foundation
28 | import Dispatch
   |        `- error: no such module 'Dispatch'
29 |
30 | /// A simple locking mechanism using a semaphore
[10/59] Compiling DSFValueBinders WrappedPublisher.swift
/host/spi-builder-workspace/.build/checkouts/DSFValueBinders/Sources/DSFValueBinders/utils/SemLock.swift:28:8: error: no such module 'Dispatch'
26 |
27 | import Foundation
28 | import Dispatch
   |        `- error: no such module 'Dispatch'
29 |
30 | /// A simple locking mechanism using a semaphore
[11/59] Compiling DSFAppearanceManager WeakBag.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
   |        `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[12/59] Compiling DSFAppearanceManager NSAppearance+extensions.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
   |        `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[13/59] Compiling DSFAppearanceManager WeakBox.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
   |        `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[14/60] Compiling DSFMenuBuilder Menu.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
   |        `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[15/60] Compiling DSFMenuBuilder MenuStateImage.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
   |        `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[16/60] Compiling DSFMenuBuilder NSMenu+extensions.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
   |        `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[17/60] Compiling DSFMenuBuilder MenuItem.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
   |        `- error: no such module 'Dispatch'
23 | import Foundation
24 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/60] Emitting module DSFAppearanceManager
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
   |        `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[19/60] Compiling DSFAppearanceManager DSFAppearanceCache.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
   |        `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[20/60] Compiling DSFAppearanceManager DSFAppearanceManager+ChangeDetector.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
   |        `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[21/60] Compiling DSFAppearanceManager DSFAppearanceManager.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
   |        `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[22/60] Compiling DSFAppearanceManager NSView+Appearance.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
   |        `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[23/60] Compiling DSFMenuBuilder MenuItemTarget.swift
/host/spi-builder-workspace/.build/checkouts/DSFMenuBuilder/Sources/DSFMenuBuilder/Menu.swift:27:8: error: no such module 'AppKit'
 25 | //
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 |
 29 | /// A representation of a menu
[24/60] Compiling DSFMenuBuilder AnyMenuItem.swift
/host/spi-builder-workspace/.build/checkouts/DSFMenuBuilder/Sources/DSFMenuBuilder/Menu.swift:27:8: error: no such module 'AppKit'
 25 | //
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 |
 29 | /// A representation of a menu
/host/spi-builder-workspace/.build/checkouts/DSFMenuBuilder/Sources/DSFMenuBuilder/Menu.swift:27:8: error: no such module 'AppKit'
 25 | //
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 |
 29 | /// A representation of a menu
/host/spi-builder-workspace/.build/checkouts/DSFMenuBuilder/Sources/DSFMenuBuilder/Menu.swift:27:8: error: no such module 'AppKit'
 25 | //
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 |
 29 | /// A representation of a menu
[27/61] Compiling DSFMenuBuilder ViewItem.swift
/host/spi-builder-workspace/.build/checkouts/DSFMenuBuilder/Sources/DSFMenuBuilder/Menu.swift:27:8: error: no such module 'AppKit'
 25 | //
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 |
 29 | /// A representation of a menu
[28/61] Compiling DSFMenuBuilder ViewItem+NSViewController.swift
/host/spi-builder-workspace/.build/checkouts/DSFMenuBuilder/Sources/DSFMenuBuilder/Menu.swift:27:8: error: no such module 'AppKit'
 25 | //
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 |
 29 | /// A representation of a menu
[29/61] Compiling DSFSearchField SwiftUIHelpers.swift
[30/61] Compiling DSFSearchField DSFSearchField+SwiftUI.swift
BUILD FAILURE 6.1 wasm