The Swift Package Index logo.Swift Package Index

Build Information

Failed to build HapticClient, reference master (2fbbe4), with Swift 6.1 for Android on 31 May 2025 08:52:48 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kirilovep/HapticClient.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/Kirilovep/HapticClient
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2fbbe42 remove ,
Cloned https://github.com/Kirilovep/HapticClient.git
Revision (git rev-parse @):
2fbbe42642e1c34a3c4fc7b2a84142ec38f1b5bf
SUCCESS checkout https://github.com/Kirilovep/HapticClient.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Kirilovep/HapticClient.git
https://github.com/Kirilovep/HapticClient.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    }
  ],
  "manifest_display_name" : "HapticClient",
  "name" : "HapticClient",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "HapticClient",
      "targets" : [
        "HapticClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HapticClientSwiftUI",
      "targets" : [
        "HapticClientSwiftUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HapticClientDependencies",
      "targets" : [
        "HapticClientDependencies"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "HapticClientSwiftUI",
      "module_type" : "SwiftTarget",
      "name" : "HapticClientSwiftUI",
      "path" : "Sources/SwiftUISupport",
      "product_memberships" : [
        "HapticClientSwiftUI"
      ],
      "sources" : [
        "EnvironmentValues+Extension.swift"
      ],
      "target_dependencies" : [
        "HapticClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HapticClientDependencies",
      "module_type" : "SwiftTarget",
      "name" : "HapticClientDependencies",
      "path" : "Sources/DependenciesSupport",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "HapticClientDependencies"
      ],
      "sources" : [
        "HapticClient+Dependency.swift",
        "HapticClient+LiveValue.swift"
      ],
      "target_dependencies" : [
        "HapticClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HapticClient",
      "module_type" : "SwiftTarget",
      "name" : "HapticClient",
      "path" : "Sources/Core",
      "product_memberships" : [
        "HapticClient",
        "HapticClientSwiftUI",
        "HapticClientDependencies"
      ],
      "sources" : [
        "HapticClient.swift",
        "HapticType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-dependencies
[1/6249] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.64s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (1.32s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/852] Fetching swift-concurrency-extras
[240/3262] Fetching swift-concurrency-extras, combine-schedulers
[2444/4554] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks
[4555/10012] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.44s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.44s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.44s)
[55/5458] Fetching xctest-dynamic-overlay
[5459/76000] Fetching xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.84s)
[2822/70542] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (7.36s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (8.38s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.64s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.92s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.66s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.79s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/43] Emitting module IssueReporting
[12/45] Compiling IssueReporting WithExpectedIssue.swift
[13/45] Compiling IssueReporting WithIssueContext.swift
[14/45] Compiling IssueReporting TestContext.swift
[15/45] Compiling IssueReporting Unimplemented.swift
[16/45] Compiling HapticClient HapticType.swift
/host/spi-builder-workspace/Sources/Core/HapticClient.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A client for triggering haptic feedback.
[17/45] Compiling ConcurrencyExtras MainSerialExecutor.swift
[18/45] Compiling ConcurrencyExtras Result.swift
[19/46] Compiling ConcurrencyExtras UncheckedSendable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/46] Emitting module HapticClient
/host/spi-builder-workspace/Sources/Core/HapticClient.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A client for triggering haptic feedback.
[21/46] Compiling HapticClient HapticClient.swift
/host/spi-builder-workspace/Sources/Core/HapticClient.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A client for triggering haptic feedback.
[22/46] Compiling ConcurrencyExtras Task.swift
[23/46] Compiling IssueReporting XCTest.swift
[24/46] Compiling IssueReporting IsTesting.swift
[25/46] Compiling IssueReporting IssueReporter.swift
[26/46] Compiling ConcurrencyExtras Locking.swift
[27/46] Compiling ConcurrencyExtras UncheckedBox.swift
[28/46] Compiling ConcurrencyExtras LockIsolated.swift
[29/46] Compiling ConcurrencyExtras ActorIsolated.swift
[30/46] Compiling ConcurrencyExtras AnyHashableSendable.swift
[31/46] Emitting module ConcurrencyExtras
[32/46] Compiling IssueReporting ErrorReporting.swift
[33/46] Compiling IssueReporting AppHostWarning.swift
[34/46] Compiling IssueReporting Deprecations.swift
[35/46] Compiling IssueReporting BreakpointReporter.swift
[36/46] Compiling IssueReporting FatalErrorReporter.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/34] Compiling HapticClient HapticType.swift
/host/spi-builder-workspace/Sources/Core/HapticClient.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A client for triggering haptic feedback.
[3/34] Compiling ConcurrencyExtras LockIsolated.swift
[4/34] Compiling IssueReporting Rethrows.swift
[5/34] Compiling IssueReporting ErrorReporting.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/35] Emitting module HapticClient
/host/spi-builder-workspace/Sources/Core/HapticClient.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A client for triggering haptic feedback.
[7/35] Compiling HapticClient HapticClient.swift
/host/spi-builder-workspace/Sources/Core/HapticClient.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A client for triggering haptic feedback.
[8/35] Compiling ConcurrencyExtras MainSerialExecutor.swift
[9/35] Compiling IssueReporting BreakpointReporter.swift
[10/35] Compiling IssueReporting FatalErrorReporter.swift
BUILD FAILURE 6.1 android