The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build VDGesture, reference master (5c18b3), with Swift 6.1 for Linux on 27 Apr 2025 03:40:36 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.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:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dankinsoid/VDGesture.git
https://github.com/dankinsoid/VDGesture.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "VDGesture",
  "name" : "VDGesture",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "VDGesture",
      "targets" : [
        "VDGesture"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VDGesture",
      "module_type" : "SwiftTarget",
      "name" : "VDGesture",
      "path" : "Sources/VDGesture",
      "product_memberships" : [
        "VDGesture"
      ],
      "sources" : [
        "And.swift",
        "AnyGesture.swift",
        "CGVector++.swift",
        "Change.swift",
        "Configs.swift",
        "Drag.swift",
        "Duration.swift",
        "EitherGesture.swift",
        "Empty.swift",
        "Force.swift",
        "GestureContext.swift",
        "GestureState.swift",
        "GestureType.swift",
        "GesturesBuilder.swift",
        "Guarantee.swift",
        "Handle.swift",
        "Instant.swift",
        "Inverted.swift",
        "Lenght.swift",
        "MapProperty.swift",
        "Multitouch.swift",
        "OptionalGesture.swift",
        "Or.swift",
        "Pare.swift",
        "PareEmptyGesture.swift",
        "PareGestureBuilder.swift",
        "PareSingleGesture.swift",
        "Pinch.swift",
        "Press.swift",
        "RangeExpression++.swift",
        "Repeat.swift",
        "Rotate.swift",
        "Sequence.swift",
        "Tap.swift",
        "Touches.swift",
        "TouchesGesture.swift",
        "UIGestureRecognizer++.swift",
        "VDGestureRecognizer.swift",
        "When.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/38] Compiling VDGesture Repeat.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[4/38] Compiling VDGesture Rotate.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[5/38] Compiling VDGesture Sequence.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[6/38] Compiling VDGesture Tap.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[7/38] Compiling VDGesture Touches.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[8/42] Compiling VDGesture And.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[9/42] Compiling VDGesture AnyGesture.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[10/42] Compiling VDGesture CGVector++.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[11/42] Compiling VDGesture Change.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[12/42] Compiling VDGesture Configs.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[13/42] Compiling VDGesture Multitouch.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[14/42] Compiling VDGesture OptionalGesture.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[15/42] Compiling VDGesture Or.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[16/42] Compiling VDGesture Pare.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[17/42] Compiling VDGesture PareEmptyGesture.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[18/42] Compiling VDGesture Drag.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[19/42] Compiling VDGesture Duration.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[20/42] Compiling VDGesture EitherGesture.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[21/42] Compiling VDGesture Empty.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[22/42] Compiling VDGesture Force.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[23/42] Compiling VDGesture GestureContext.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[24/42] Compiling VDGesture GestureState.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[25/42] Compiling VDGesture GestureType.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[26/42] Compiling VDGesture GesturesBuilder.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[27/42] Compiling VDGesture Guarantee.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/42] Emitting module VDGesture
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[29/42] Compiling VDGesture Handle.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[30/42] Compiling VDGesture Instant.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[31/42] Compiling VDGesture Inverted.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[32/42] Compiling VDGesture Lenght.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[33/42] Compiling VDGesture MapProperty.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[34/42] Compiling VDGesture PareGestureBuilder.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[35/42] Compiling VDGesture PareSingleGesture.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[36/42] Compiling VDGesture Pinch.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[37/42] Compiling VDGesture Press.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[38/42] Compiling VDGesture RangeExpression++.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[39/42] Compiling VDGesture TouchesGesture.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[40/42] Compiling VDGesture UIGestureRecognizer++.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[41/42] Compiling VDGesture VDGestureRecognizer.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[42/42] Compiling VDGesture When.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/37] Emitting module VDGesture
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[3/41] Compiling VDGesture GestureContext.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[4/41] Compiling VDGesture GestureState.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[5/41] Compiling VDGesture GestureType.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[6/41] Compiling VDGesture GesturesBuilder.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[7/41] Compiling VDGesture Guarantee.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[8/41] Compiling VDGesture Repeat.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[9/41] Compiling VDGesture Rotate.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[10/41] Compiling VDGesture Sequence.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[11/41] Compiling VDGesture Tap.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[12/41] Compiling VDGesture Touches.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[13/41] Compiling VDGesture And.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[14/41] Compiling VDGesture AnyGesture.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[15/41] Compiling VDGesture CGVector++.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[16/41] Compiling VDGesture Change.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[17/41] Compiling VDGesture Configs.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[18/41] Compiling VDGesture PareGestureBuilder.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[19/41] Compiling VDGesture PareSingleGesture.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[20/41] Compiling VDGesture Pinch.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[21/41] Compiling VDGesture Press.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[22/41] Compiling VDGesture RangeExpression++.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[23/41] Compiling VDGesture Handle.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[24/41] Compiling VDGesture Instant.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[25/41] Compiling VDGesture Inverted.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[26/41] Compiling VDGesture Lenght.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[27/41] Compiling VDGesture MapProperty.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[28/41] Compiling VDGesture Multitouch.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[29/41] Compiling VDGesture OptionalGesture.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[30/41] Compiling VDGesture Or.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[31/41] Compiling VDGesture Pare.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[32/41] Compiling VDGesture PareEmptyGesture.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[33/41] Compiling VDGesture Drag.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[34/41] Compiling VDGesture Duration.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[35/41] Compiling VDGesture EitherGesture.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[36/41] Compiling VDGesture Empty.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[37/41] Compiling VDGesture Force.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[38/41] Compiling VDGesture TouchesGesture.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[39/41] Compiling VDGesture UIGestureRecognizer++.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[40/41] Compiling VDGesture VDGestureRecognizer.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
[41/41] Compiling VDGesture When.swift
/host/spi-builder-workspace/Sources/VDGesture/CGVector++.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | extension CGVector {
BUILD FAILURE 6.1 linux