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 VDGesture, reference master (5c18b3), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 16:47:40 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankinsoid/VDGesture.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/dankinsoid/VDGesture
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5c18b36 Merge branch 'master' of https://github.com/dankinsoid/VDGesture
Cloned https://github.com/dankinsoid/VDGesture.git
Revision (git rev-parse @):
5c18b36f8e5c39973f52bd517f7df07e24a47b85
SUCCESS checkout https://github.com/dankinsoid/VDGesture.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dankinsoid/VDGesture.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/38] Compiling VDGesture GestureContext.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[4/38] Compiling VDGesture GestureState.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[5/38] Compiling VDGesture GestureType.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[6/38] Compiling VDGesture GesturesBuilder.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[7/38] Compiling VDGesture Guarantee.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[8/38] Compiling VDGesture Drag.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[9/38] Compiling VDGesture Duration.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[10/38] Compiling VDGesture EitherGesture.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[11/38] Compiling VDGesture Empty.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[12/38] Compiling VDGesture Force.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[13/42] Compiling VDGesture Handle.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[14/42] Compiling VDGesture Instant.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[15/42] Compiling VDGesture Inverted.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[16/42] Compiling VDGesture Lenght.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[17/42] Compiling VDGesture MapProperty.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[18/42] Compiling VDGesture Repeat.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[19/42] Compiling VDGesture Rotate.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[20/42] Compiling VDGesture Sequence.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[21/42] Compiling VDGesture Tap.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[22/42] Compiling VDGesture Touches.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/42] Emitting module VDGesture
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[24/42] Compiling VDGesture And.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[25/42] Compiling VDGesture AnyGesture.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[26/42] Compiling VDGesture CGVector++.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[27/42] Compiling VDGesture Change.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[28/42] Compiling VDGesture Configs.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[29/42] Compiling VDGesture PareGestureBuilder.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[30/42] Compiling VDGesture PareSingleGesture.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[31/42] Compiling VDGesture Pinch.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[32/42] Compiling VDGesture Press.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[33/42] Compiling VDGesture RangeExpression++.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[34/42] Compiling VDGesture Multitouch.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[35/42] Compiling VDGesture OptionalGesture.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[36/42] Compiling VDGesture Or.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[37/42] Compiling VDGesture Pare.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[38/42] Compiling VDGesture PareEmptyGesture.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[39/42] Compiling VDGesture TouchesGesture.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[40/42] Compiling VDGesture UIGestureRecognizer++.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[41/42] Compiling VDGesture VDGestureRecognizer.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
[42/42] Compiling VDGesture When.swift
/host/spi-builder-workspace/Sources/VDGesture/And.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public func &&<L: GestureType, R: GestureType>(_ lhs: L, _ rhs: R) -> Gestures.And<Gestures.Pare<L, R, Gestures.AndState>> {
BUILD FAILURE 6.2 wasm