The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Unlocker, reference master (b1dfe7), with Swift 6.3 for Android on 15 Apr 2026 16:07:42 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/mat1th/unlocker.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/mat1th/unlocker
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b1dfe78 GitHub Actions: Bump the dependencies group across 1 directory with 2 updates (#22)
Cloned https://github.com/mat1th/unlocker.git
Revision (git rev-parse @):
b1dfe783b279ecfd521d53ec36f9287096c30df4
SUCCESS checkout https://github.com/mat1th/unlocker.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mat1th/unlocker.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Fetching https://github.com/apple/swift-argument-parser
[1/17523] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.44s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (2.32s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.58.2/SwiftLintBinary.artifactbundle.zip
[889/40913916] Downloading https://github.com/realm/SwiftLint/releases/download/0.58.2/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.58.2/SwiftLintBinary.artifactbundle.zip (5.81s)
warning: Build tool command 'Running SwiftLint for UnlockerCore' (applied to target 'UnlockerCore') does not declare any output files and therefore will not run. You may want to consider updating the given package to tools-version 6.0 (or higher) which would run such a build tool command even without declared outputs.
warning: Build tool command 'Running SwiftLint for unlocker' (applied to target 'unlocker') does not declare any output files and therefore will not run. You may want to consider updating the given package to tools-version 6.0 (or higher) which would run such a build tool command even without declared outputs.
[1/1] Compiling plugin SwiftLintPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/14] Write sources
[7/14] Write swift-version--4F562202D5529B1.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/28] Emitting module UnlockerCore
/host/spi-builder-workspace/Sources/UnlockerCore/Entities/CGEventProtocol.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
  |        `- error: no such module 'CoreGraphics'
2 | import Foundation
3 |
[10/29] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/29] Emitting module ArgumentParserToolInfo
[12/30] Wrapping AST for ArgumentParserToolInfo for debugging
[14/76] Emitting module ArgumentParser
[15/82] Compiling ArgumentParser InputOrigin.swift
[16/82] Compiling ArgumentParser Name.swift
[17/82] Compiling ArgumentParser Parsed.swift
[18/82] Compiling ArgumentParser ParsedValues.swift
[19/82] Compiling ArgumentParser ParserError.swift
[20/82] Compiling ArgumentParser SplitArguments.swift
[21/82] Compiling ArgumentParser ArgumentVisibility.swift
[22/82] Compiling ArgumentParser CompletionKind.swift
[23/82] Compiling ArgumentParser Errors.swift
[24/82] Compiling ArgumentParser Flag.swift
[25/82] Compiling ArgumentParser NameSpecification.swift
[26/82] Compiling ArgumentParser Option.swift
[27/82] Compiling ArgumentParser OptionGroup.swift
[28/82] Compiling ArgumentParser Foundation.swift
[29/82] Compiling ArgumentParser Mutex.swift
[30/82] Compiling ArgumentParser Platform.swift
[31/82] Compiling ArgumentParser SequenceExtensions.swift
[32/82] Compiling ArgumentParser StringExtensions.swift
[33/82] Compiling ArgumentParser SwiftExtensions.swift
[34/82] Compiling ArgumentParser BashCompletionsGenerator.swift
[35/82] Compiling ArgumentParser CompletionsGenerator.swift
[36/82] Compiling ArgumentParser FishCompletionsGenerator.swift
[37/82] Compiling ArgumentParser ZshCompletionsGenerator.swift
[38/82] Compiling ArgumentParser Argument.swift
[39/82] Compiling ArgumentParser ArgumentDiscussion.swift
[40/82] Compiling ArgumentParser ArgumentHelp.swift
[41/82] Compiling UnlockerCore StopScreenSaverUseCase.swift
/host/spi-builder-workspace/Sources/UnlockerCore/Entities/CGEventProtocol.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
  |        `- error: no such module 'CoreGraphics'
2 | import Foundation
3 |
[42/82] Compiling UnlockerCore PostKeyEventUseCase.swift
/host/spi-builder-workspace/Sources/UnlockerCore/Entities/CGEventProtocol.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
  |        `- error: no such module 'CoreGraphics'
2 | import Foundation
3 |
[43/82] Compiling ArgumentParser ParentCommand.swift
[44/82] Compiling ArgumentParser AsyncParsableCommand.swift
[45/82] Compiling ArgumentParser CommandConfiguration.swift
[46/82] Compiling ArgumentParser CommandGroup.swift
[47/82] Compiling ArgumentParser EnumerableFlag.swift
[48/82] Compiling ArgumentParser ExpressibleByArgument.swift
[49/82] Compiling ArgumentParser ParsableArguments.swift
[50/82] Compiling ArgumentParser DumpHelpGenerator.swift
[51/82] Compiling ArgumentParser HelpCommand.swift
[52/82] Compiling ArgumentParser HelpGenerator.swift
[53/82] Compiling ArgumentParser MessageInfo.swift
[54/82] Compiling ArgumentParser UsageGenerator.swift
[55/82] Compiling ArgumentParser CollectionExtensions.swift
[56/82] Compiling UnlockerCore ExecuteFramworkUseCase.swift
/host/spi-builder-workspace/Sources/UnlockerCore/Entities/CGEventProtocol.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
  |        `- error: no such module 'CoreGraphics'
2 | import Foundation
3 |
/host/spi-builder-workspace/Sources/UnlockerCore/Entities/CGEventProtocol.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
  |        `- error: no such module 'CoreGraphics'
2 | import Foundation
3 |
/host/spi-builder-workspace/Sources/UnlockerCore/Entities/CGEventProtocol.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
  |        `- error: no such module 'CoreGraphics'
2 | import Foundation
3 |
[59/82] Compiling UnlockerCore WakeScreenUseCase.swift
/host/spi-builder-workspace/Sources/UnlockerCore/Entities/CGEventProtocol.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
  |        `- error: no such module 'CoreGraphics'
2 | import Foundation
3 |
/host/spi-builder-workspace/Sources/UnlockerCore/Entities/CGEventProtocol.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
  |        `- error: no such module 'CoreGraphics'
2 | import Foundation
3 |
/host/spi-builder-workspace/Sources/UnlockerCore/Entities/CGEventProtocol.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
  |        `- error: no such module 'CoreGraphics'
2 | import Foundation
3 |
/host/spi-builder-workspace/Sources/UnlockerCore/Entities/CGEventProtocol.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
  |        `- error: no such module 'CoreGraphics'
2 | import Foundation
3 |
/host/spi-builder-workspace/Sources/UnlockerCore/Entities/CGEventProtocol.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
  |        `- error: no such module 'CoreGraphics'
2 | import Foundation
3 |
/host/spi-builder-workspace/Sources/UnlockerCore/Entities/CGEventProtocol.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
  |        `- error: no such module 'CoreGraphics'
2 | import Foundation
3 |
/host/spi-builder-workspace/Sources/UnlockerCore/Entities/CGEventProtocol.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
  |        `- error: no such module 'CoreGraphics'
2 | import Foundation
3 |
[66/82] Compiling ArgumentParser Tree.swift
[67/82] Compiling ArgumentParser CodingKeyValidator.swift
[68/82] Compiling ArgumentParser NonsenseFlagsValidator.swift
[69/82] Compiling ArgumentParser ParsableArgumentsValidation.swift
[70/82] Compiling ArgumentParser PositionalArgumentsValidator.swift
[71/82] Compiling ArgumentParser UniqueNamesValidator.swift
BUILD FAILURE 6.3 android