The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CTXTutorialEngine, reference master (60d77d), with Swift 6.3 for Android on 11 Apr 2026 22:18:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/andymedvedev/CTXTutorialEngine.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/andymedvedev/CTXTutorialEngine
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 60d77da update travis
Cloned https://github.com/andymedvedev/CTXTutorialEngine.git
Revision (git rev-parse @):
60d77da35b51725f85bff407936f82eae3730a92
SUCCESS checkout https://github.com/andymedvedev/CTXTutorialEngine.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/andymedvedev/CTXTutorialEngine.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--4F562202D5529B1.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/32] Emitting module CTXTutorialEngine
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[4/36] Compiling CTXTutorialEngine CTXTutorialContainerViewController.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[5/36] Compiling CTXTutorialEngine CTXTutorialModule.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[6/36] Compiling CTXTutorialEngine CTXTutorialModuleContract.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[7/36] Compiling CTXTutorialEngine CTXTutorialRouterImpl.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[8/36] Compiling CTXTutorialEngine CTXTutorial.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[9/36] Compiling CTXTutorialEngine CTXTutorialAppearance.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[10/36] Compiling CTXTutorialEngine CTXTutorialDefaultHintView.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[11/36] Compiling CTXTutorialEngine CTXTutorialEngine.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[12/36] Compiling CTXTutorialEngine CTXTutorialEvent.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[13/36] Compiling CTXTutorialEngine CTXTutorialEngineDelegate.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[14/36] Compiling CTXTutorialEngine + CALayer.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[15/36] Compiling CTXTutorialEngine + UIApplication.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[16/36] Compiling CTXTutorialEngine + UIColor.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[17/36] Compiling CTXTutorialEngine CTXTutoriarPresenterImpl.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[18/36] Compiling CTXTutorialEngine CTXTutorialConfigLoader.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[19/36] Compiling CTXTutorialEngine CTXTutorialEventConfigMetaType.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[20/36] Compiling CTXTutorialEngine CTXTutorialEventConfigsArray.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[21/36] Compiling CTXTutorialEngine CTXTutorialStepInfo.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[22/36] Compiling CTXTutorialEngine CTXTutorialStepModel.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[23/36] Compiling CTXTutorialEngine CTXTutorialViewsShownEventConfig.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[24/36] Compiling CTXTutorialEngine CTXTutorialContainer.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[25/36] Compiling CTXTutorialEngine + UIView.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[26/36] Compiling CTXTutorialEngine CTXTutorialAdditionError.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[27/36] Compiling CTXTutorialEngine CTXTutorialConfig.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[28/36] Compiling CTXTutorialEngine CTXTutorialStepConfig.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[29/36] Compiling CTXTutorialEngine CTXTutorialEventBus.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[30/36] Compiling CTXTutorialEngine CTXTutorialViewAvailabilityChecker.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[31/36] Compiling CTXTutorialEngine CTXTutorialViewController.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[32/36] Compiling CTXTutorialEngine CTXTutorialWeakViewController.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[33/36] Compiling CTXTutorialEngine CTXTutotialHintView.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[34/36] Compiling CTXTutorialEngine CTXTutiralModuleDelegate.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[35/36] Compiling CTXTutorialEngine CTXTutorialContainerDelegate.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
[36/36] Compiling CTXTutorialEngine CTXTutorialDelegate.swift
/host/spi-builder-workspace/Sources/Core/CTXTutorial.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | public typealias CTXTutorialID = String
BUILD FAILURE 6.3 android