Build Information
Failed to build Unlocker, reference master (28fcdb
), with Swift 6.2 (beta) for Android on 19 Aug 2025 19:18:43 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
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 28fcdbb GitHub Actions: Bump actions/checkout in the dependencies group (#11)
Cloned https://github.com/mat1th/unlocker.git
Revision (git rev-parse @):
28fcdbb032a7237eb889aff31d4a82dd79e78aad
SUCCESS checkout https://github.com/mat1th/unlocker.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/mat1th/unlocker.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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
Fetching https://github.com/apple/swift-argument-parser
[1/15671] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.50s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (3.24s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.58.2/SwiftLintBinary.artifactbundle.zip
[1369/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 (4.13s)
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-8C5A4AE7A8CE2BA.txt
[9/28] Emitting module ArgumentParserToolInfo
[10/28] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/29] Wrapping AST for ArgumentParserToolInfo for debugging
[13/73] Compiling ArgumentParser InputKey.swift
[14/73] Compiling ArgumentParser InputOrigin.swift
[15/73] Compiling ArgumentParser Name.swift
[16/73] Compiling ArgumentParser Parsed.swift
[17/73] Compiling ArgumentParser ParsedValues.swift
[18/73] Compiling ArgumentParser ParserError.swift
[19/79] Compiling ArgumentParser ArgumentVisibility.swift
[20/79] Compiling ArgumentParser CompletionKind.swift
[21/79] Compiling ArgumentParser Errors.swift
[22/79] Compiling ArgumentParser Flag.swift
[23/79] Compiling ArgumentParser NameSpecification.swift
[24/79] Compiling ArgumentParser Option.swift
[25/79] Compiling ArgumentParser Tree.swift
[26/79] Compiling ArgumentParser CodingKeyValidator.swift
[27/79] Compiling ArgumentParser NonsenseFlagsValidator.swift
[28/79] Compiling ArgumentParser ParsableArgumentsValidation.swift
[29/79] Compiling ArgumentParser PositionalArgumentsValidator.swift
[30/79] Compiling ArgumentParser UniqueNamesValidator.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/79] 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 |
[32/80] 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 |
[33/80] Compiling ArgumentParser ParsableArguments.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 |
[34/80] Compiling ArgumentParser ParsableCommand.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 |
[35/80] Compiling ArgumentParser ArgumentDecoder.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 |
[36/80] Compiling ArgumentParser ArgumentDefinition.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 |
[37/80] 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 |
[38/80] 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 |
[39/80] Compiling ArgumentParser ArgumentSet.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 |
[40/80] Compiling ArgumentParser CommandParser.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 |
[41/80] Compiling ArgumentParser BashCompletionsGenerator.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/80] Compiling ArgumentParser CompletionsGenerator.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/80] Compiling ArgumentParser OptionGroup.swift
[44/80] Compiling ArgumentParser AsyncParsableCommand.swift
[45/80] Compiling ArgumentParser CommandConfiguration.swift
[46/80] Compiling ArgumentParser CommandGroup.swift
[47/80] Compiling ArgumentParser EnumerableFlag.swift
[48/80] Compiling ArgumentParser ExpressibleByArgument.swift
[49/80] Compiling ArgumentParser CollectionExtensions.swift
[50/80] Compiling ArgumentParser Mutex.swift
[51/80] Compiling ArgumentParser Platform.swift
[52/80] Compiling ArgumentParser SequenceExtensions.swift
[53/80] Compiling ArgumentParser StringExtensions.swift
[54/80] Compiling ArgumentParser SwiftExtensions.swift
[55/80] 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 |
[58/80] Compiling ArgumentParser FishCompletionsGenerator.swift
[59/80] Compiling ArgumentParser ZshCompletionsGenerator.swift
[60/80] Compiling ArgumentParser Argument.swift
[61/80] Compiling ArgumentParser ArgumentDiscussion.swift
[62/80] Compiling ArgumentParser ArgumentHelp.swift
[63/80] Emitting module ArgumentParser
BUILD FAILURE 6.2 android