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 HapticsManager, reference main (1391e6), with Swift 6.1 for Wasm on 30 May 2025 01:53:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/markbattistella/HapticsManager.git
Reference: main
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/markbattistella/HapticsManager
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1391e63 2024-12-05 - Fix to suite name 2024-12-11 - Added new modifer overloads
Cloned https://github.com/markbattistella/HapticsManager.git
Revision (git rev-parse @):
1391e63bcf8280b37c4fe571cdd232600968ec26
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/markbattistella/HapticsManager.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/markbattistella/HapticsManager.git
https://github.com/markbattistella/HapticsManager.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "defaultskit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/markbattistella/DefaultsKit"
    },
    {
      "identity" : "triggerkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/markbattistella/TriggerKit"
    }
  ],
  "manifest_display_name" : "HapticsManager",
  "name" : "HapticsManager",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "HapticsManager",
      "targets" : [
        "HapticsManager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HapticsManager",
      "module_type" : "SwiftTarget",
      "name" : "HapticsManager",
      "path" : "Sources/HapticsManager",
      "product_dependencies" : [
        "DefaultsKit",
        "TriggerKit"
      ],
      "product_memberships" : [
        "HapticsManager"
      ],
      "sources" : [
        "CustomHaptic.swift",
        "HapticFeedbackPerformer.swift",
        "HapticFeedbackSettings.swift",
        "HapticUserDefaultsKey.swift",
        "UserDefaults+Ext.swift",
        "View+Ext.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 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/markbattistella/TriggerKit
Fetching https://github.com/markbattistella/DefaultsKit
[1/87] Fetching defaultskit
[88/118] Fetching defaultskit, triggerkit
Fetched https://github.com/markbattistella/DefaultsKit from cache (0.26s)
Fetched https://github.com/markbattistella/TriggerKit from cache (0.27s)
Computing version for https://github.com/markbattistella/TriggerKit
Computed https://github.com/markbattistella/TriggerKit at 1.0.1 (1.43s)
Computing version for https://github.com/markbattistella/DefaultsKit
Computed https://github.com/markbattistella/DefaultsKit at 2.2.1 (0.65s)
Creating working copy for https://github.com/markbattistella/TriggerKit
Working copy of https://github.com/markbattistella/TriggerKit resolved at 1.0.1
Creating working copy for https://github.com/markbattistella/DefaultsKit
Working copy of https://github.com/markbattistella/DefaultsKit resolved at 2.2.1
Building for debugging...
[0/5] Write sources
[2/5] Copying PrivacyInfo.xcprivacy
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/14] Emitting module TriggerKit
/host/spi-builder-workspace/.build/checkouts/TriggerKit/Sources/TriggerKit/StateChangeModifier.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 |
  9 | /// A `ViewModifier` that triggers an action when a specified state changes.
[7/14] Compiling TriggerKit StateChangeModifier.swift
/host/spi-builder-workspace/.build/checkouts/TriggerKit/Sources/TriggerKit/StateChangeModifier.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 |
  9 | /// A `ViewModifier` that triggers an action when a specified state changes.
[8/14] Compiling TriggerKit TriggerActionPerformable.swift
/host/spi-builder-workspace/.build/checkouts/TriggerKit/Sources/TriggerKit/StateChangeModifier.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 |
  9 | /// A `ViewModifier` that triggers an action when a specified state changes.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/1] Write swift-version-24593BA9C3E375BF.txt
[2/10] Compiling TriggerKit StateChangeModifier.swift
/host/spi-builder-workspace/.build/checkouts/TriggerKit/Sources/TriggerKit/StateChangeModifier.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 |
  9 | /// A `ViewModifier` that triggers an action when a specified state changes.
[3/10] Compiling TriggerKit TriggerActionPerformable.swift
/host/spi-builder-workspace/.build/checkouts/TriggerKit/Sources/TriggerKit/StateChangeModifier.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 |
  9 | /// A `ViewModifier` that triggers an action when a specified state changes.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/10] Emitting module TriggerKit
/host/spi-builder-workspace/.build/checkouts/TriggerKit/Sources/TriggerKit/StateChangeModifier.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 |
  9 | /// A `ViewModifier` that triggers an action when a specified state changes.
[5/10] Compiling DefaultsKit AppStorage+Ext.swift
/host/spi-builder-workspace/.build/checkouts/DefaultsKit/Sources/DefaultsKit/AppStorage+Ext.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 |
  9 | /// Extension for AppStorage to handle `Bool` types.
BUILD FAILURE 6.1 wasm