The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Instructions, reference main (0f3efa), with Swift 6.2 for Android on 20 Jun 2025 13:40:11 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ephread/Instructions.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/ephread/Instructions
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0f3efa7 Update README.md
Cloned https://github.com/ephread/Instructions.git
Revision (git rev-parse @):
0f3efa77e781ffd4c1441e580d398e3d60ff3bfe
SUCCESS checkout https://github.com/ephread/Instructions.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ephread/Instructions.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-8C5A4AE7A8CE2BA.txt
[3/46] Compiling Instructions OverlayManager.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[4/46] Compiling Instructions CoachMarkViewControllerDelegate.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[5/46] Compiling Instructions CoachMarkArrowView.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[6/46] Compiling Instructions CoachMarkBodyHighlightArrowDelegate.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[7/46] Compiling Instructions CoachMarkBodyView.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[8/46] Compiling Instructions CoachMarkSkipView.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[9/46] Compiling Instructions CoachMarkDisplayManager.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[10/46] Compiling Instructions BlurringOverlayStyleManager.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[11/46] Compiling Instructions OverlayStyleManager.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[12/46] Compiling Instructions TranslucentOverlayStyleManager.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[13/46] Compiling Instructions SkipViewDisplayManager.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[14/46] Compiling Instructions FlowManager.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[15/52] Compiling Instructions ViewControllerConfiguration.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[16/52] Compiling Instructions CoachMarkView.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[17/52] Compiling Instructions MaskView.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[18/52] Compiling Instructions OverlaySnapshotView.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[19/52] Compiling Instructions OverlayView.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[20/52] Compiling Instructions PassthroughViews.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/52] Emitting module Instructions
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[22/52] Compiling Instructions CoachMarksControllerDataSource.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[23/52] Compiling Instructions CoachMarksControllerAnimationDelegate.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[24/52] Compiling Instructions CoachMarksControllerDelegate.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[25/52] Compiling Instructions ConfigurationChange.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[26/52] Compiling Instructions PauseStyle.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[27/52] Compiling Instructions PresentationContext.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[28/52] Compiling Instructions CoachMarkPosition.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[29/52] Compiling Instructions ErrorMessage.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[30/52] Compiling Instructions UIApplication+WindowScene.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[31/52] Compiling Instructions UIView+Layout.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[32/52] Compiling Instructions CoachMarkAnimationManagement.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[33/52] Compiling Instructions CoachMarkAnimationManager.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[34/52] Compiling Instructions CoachMarksViewController.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[35/52] Compiling Instructions CoachMark.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[36/52] Compiling Instructions CoachMarksController.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[37/52] Compiling Instructions CoachMarksController+Proxy.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[38/52] Compiling Instructions CoachMarkArrowDefaultView.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[39/52] Compiling Instructions CoachMarkBackgroundStyle.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[40/52] Compiling Instructions CoachMarkBodyDefaultView.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[41/52] Compiling Instructions CoachMarkTransitionManager.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[42/52] Compiling Instructions CoachMarkCoordinateConverter.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[43/52] Compiling Instructions CoachMarkHelper.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[44/52] Compiling Instructions CoachMarkArrowOrientation.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[45/52] Compiling Instructions CoachMarkNextLabelPosition.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[46/52] Compiling Instructions Instructions.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[47/52] Compiling Instructions CoachMarkSkipDefaultView.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[48/52] Compiling Instructions CoachMarkBodyBackgroundView.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[49/52] Compiling Instructions CoachMarkComponent.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[50/52] Compiling Instructions AccessibilityIdentifiers.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[51/52] Compiling Instructions CoachMarkInnerLayoutHelper.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
[52/52] Compiling Instructions CoachMarkLayoutHelper.swift
/host/spi-builder-workspace/Sources/Instructions/Core/Internal/CoachMarksViewController.swift:4:8: error: no such module 'UIKit'
  2 | // Licensed under the terms of the MIT License.
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 |
  6 | // TODO: ❗️ Find a good way to refactor this growing controller
BUILD FAILURE 6.2 android