The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swiftui-snap-dragging-modifier, reference main (acfbd2), with Swift 6.3 for Wasm on 15 Apr 2026 16:52:12 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluidGroup/swiftui-snap-dragging-modifier.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/FluidGroup/swiftui-snap-dragging-modifier
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at acfbd22 Update
Submodule path 'submodules/swiftui-scrollview-interoperable-drag-gesture': checked out '60054ac27fcd856c212afba4ca177f44881a5036'
Submodule 'submodules/swiftui-scrollview-interoperable-drag-gesture' (https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture.git) registered for path 'submodules/swiftui-scrollview-interoperable-drag-gesture'
Cloning into '/host/spi-builder-workspace/submodules/swiftui-scrollview-interoperable-drag-gesture'...
Cloned https://github.com/FluidGroup/swiftui-snap-dragging-modifier.git
Revision (git rev-parse @):
acfbd22db533b2ecf3a9de13563cd1902411877d
SUCCESS checkout https://github.com/FluidGroup/swiftui-snap-dragging-modifier.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/FluidGroup/swiftui-snap-dragging-modifier.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/FluidGroup/swift-rubber-banding
Fetching https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture
Fetching https://github.com/FluidGroup/swiftui-support
[1/13] Fetching swift-rubber-banding
[14/116] Fetching swift-rubber-banding, swiftui-scrollview-interoperable-drag-gesture
Fetched https://github.com/FluidGroup/swift-rubber-banding from cache (0.43s)
[1/155873] Fetching swiftui-support
Fetched https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture from cache (11.87s)
Fetched https://github.com/FluidGroup/swiftui-support from cache (12.06s)
Computing version for https://github.com/FluidGroup/swift-rubber-banding
Computed https://github.com/FluidGroup/swift-rubber-banding at 1.0.0 (12.82s)
Computing version for https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture
Computed https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture at 0.2.2 (0.84s)
Computing version for https://github.com/FluidGroup/swiftui-support
Computed https://github.com/FluidGroup/swiftui-support at 0.13.0 (0.72s)
Creating working copy for https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture
Working copy of https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture resolved at 0.2.2
Creating working copy for https://github.com/FluidGroup/swift-rubber-banding
Working copy of https://github.com/FluidGroup/swift-rubber-banding resolved at 1.0.0
Creating working copy for https://github.com/FluidGroup/swiftui-support
Working copy of https://github.com/FluidGroup/swiftui-support resolved at 0.13.0
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/17] Emitting module SwiftUIScrollViewInteroperableDragGesture
/host/spi-builder-workspace/.build/checkouts/swiftui-scrollview-interoperable-drag-gesture/Sources/SwiftUIScrollViewInteroperableDragGesture/ScrollController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @MainActor
[8/17] Compiling SwiftUIScrollViewInteroperableDragGesture ScrollController.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-scrollview-interoperable-drag-gesture/Sources/SwiftUIScrollViewInteroperableDragGesture/ScrollController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @MainActor
[9/17] Compiling SwiftUISupportGeometryEffect TranslationEffect.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-support/Sources/SwiftUISupportGeometryEffect/TranslationEffect.swift:2:8: error: no such module 'SwiftUI'
 1 |
 2 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 3 |
 4 | /// Animatable Translation Effect
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/17] Emitting module SwiftUISupportGeometryEffect
/host/spi-builder-workspace/.build/checkouts/swiftui-support/Sources/SwiftUISupportGeometryEffect/TranslationEffect.swift:2:8: error: no such module 'SwiftUI'
 1 |
 2 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 3 |
 4 | /// Animatable Translation Effect
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/17] Emitting module SwiftUISupportSizing
/host/spi-builder-workspace/.build/checkouts/swiftui-support/Sources/SwiftUISupportSizing/ResizableModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A `ViewModifier` that scales its content to fill the available space.
[12/17] Compiling SwiftUISupportSizing ResizableModifier.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-support/Sources/SwiftUISupportSizing/ResizableModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A `ViewModifier` that scales its content to fill the available space.
[13/17] Compiling SwiftUIScrollViewInteroperableDragGesture SwiftUIScrollViewInteroperableDragGesture.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-scrollview-interoperable-drag-gesture/Sources/SwiftUIScrollViewInteroperableDragGesture/ScrollController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @MainActor
[14/17] Emitting module RubberBanding
BUILD FAILURE 6.3 wasm