The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SpoofDeviceDetection, reference main (f4f606), with Swift 6.0 for Linux on 7 Nov 2025 20:15:01 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/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AppliedRecognition/Spoof-Device-Detection-Ver-ID-3-Apple.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/AppliedRecognition/Spoof-Device-Detection-Ver-ID-3-Apple
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f4f6063 Merge branch 'development'
Cloned https://github.com/AppliedRecognition/Spoof-Device-Detection-Ver-ID-3-Apple.git
Revision (git rev-parse @):
f4f6063ae0923a26666993127d7bf9e7e2719b25
SUCCESS checkout https://github.com/AppliedRecognition/Spoof-Device-Detection-Ver-ID-3-Apple.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/AppliedRecognition/Spoof-Device-Detection-Ver-ID-3-Apple.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/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:046a2cda21bb64b2d09e6d52c84584e938ec1698de194871f3d7088597b2bb28
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
Fetching https://github.com/AliSoftware/OHHTTPStubs.git
[1/1229] Fetching ver-id-common-types-apple
[1230/9129] Fetching ver-id-common-types-apple, ohhttpstubs
Fetched https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git from cache (0.29s)
[1501/7900] Fetching ohhttpstubs
Fetched https://github.com/AliSoftware/OHHTTPStubs.git from cache (0.61s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (2.44s)
Computing version for https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
Computed https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git at 3.2.2 (0.69s)
Creating working copy for https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
Working copy of https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git resolved at 3.2.2
Creating working copy for https://github.com/AliSoftware/OHHTTPStubs.git
Working copy of https://github.com/AliSoftware/OHHTTPStubs.git resolved at 9.1.0
Building for debugging...
[0/7] Write sources
[3/7] Write swift-version-24593BA9C3E375BF.txt
[5/27] Compiling VerIDCommonTypes UIImage.Orientation.swift
/host/spi-builder-workspace/.build/checkouts/Ver-ID-Common-Types-Apple/Sources/VerIDCommonTypes/CGPoint.swift:9:8: error: no such module 'CoreGraphics'
 7 |
 8 | import Foundation
 9 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
10 |
11 | extension CGPoint: @retroactive Hashable {
[6/27] Compiling VerIDCommonTypes UIInterfaceOrientation.swift
/host/spi-builder-workspace/.build/checkouts/Ver-ID-Common-Types-Apple/Sources/VerIDCommonTypes/CGPoint.swift:9:8: error: no such module 'CoreGraphics'
 7 |
 8 | import Foundation
 9 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
10 |
11 | extension CGPoint: @retroactive Hashable {
[7/29] Compiling VerIDCommonTypes CGPoint.swift
/host/spi-builder-workspace/.build/checkouts/Ver-ID-Common-Types-Apple/Sources/VerIDCommonTypes/CGPoint.swift:9:8: error: no such module 'CoreGraphics'
 7 |
 8 | import Foundation
 9 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
10 |
11 | extension CGPoint: @retroactive Hashable {
[8/29] Compiling VerIDCommonTypes CGRect.swift
/host/spi-builder-workspace/.build/checkouts/Ver-ID-Common-Types-Apple/Sources/VerIDCommonTypes/CGPoint.swift:9:8: error: no such module 'CoreGraphics'
 7 |
 8 | import Foundation
 9 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
10 |
11 | extension CGPoint: @retroactive Hashable {
[9/29] Compiling VerIDCommonTypes CGSize.swift
/host/spi-builder-workspace/.build/checkouts/Ver-ID-Common-Types-Apple/Sources/VerIDCommonTypes/CGPoint.swift:9:8: error: no such module 'CoreGraphics'
 7 |
 8 | import Foundation
 9 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
10 |
11 | extension CGPoint: @retroactive Hashable {
[10/29] Compiling VerIDCommonTypes EulerAngle.swift
/host/spi-builder-workspace/.build/checkouts/Ver-ID-Common-Types-Apple/Sources/VerIDCommonTypes/CGPoint.swift:9:8: error: no such module 'CoreGraphics'
 7 |
 8 | import Foundation
 9 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
10 |
11 | extension CGPoint: @retroactive Hashable {
[11/29] Compiling VerIDCommonTypes Face.swift
/host/spi-builder-workspace/.build/checkouts/Ver-ID-Common-Types-Apple/Sources/VerIDCommonTypes/CGPoint.swift:9:8: error: no such module 'CoreGraphics'
 7 |
 8 | import Foundation
 9 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
10 |
11 | extension CGPoint: @retroactive Hashable {
[12/29] Compiling VerIDCommonTypes FaceDetection.swift
/host/spi-builder-workspace/.build/checkouts/Ver-ID-Common-Types-Apple/Sources/VerIDCommonTypes/CGPoint.swift:9:8: error: no such module 'CoreGraphics'
 7 |
 8 | import Foundation
 9 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
10 |
11 | extension CGPoint: @retroactive Hashable {
[13/29] Compiling VerIDCommonTypes SpoofDetection.swift
/host/spi-builder-workspace/.build/checkouts/Ver-ID-Common-Types-Apple/Sources/VerIDCommonTypes/CGPoint.swift:9:8: error: no such module 'CoreGraphics'
 7 |
 8 | import Foundation
 9 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
10 |
11 | extension CGPoint: @retroactive Hashable {
[14/29] Compiling VerIDCommonTypes UIDeviceOrientation.swift
/host/spi-builder-workspace/.build/checkouts/Ver-ID-Common-Types-Apple/Sources/VerIDCommonTypes/CGPoint.swift:9:8: error: no such module 'CoreGraphics'
 7 |
 8 | import Foundation
 9 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
10 |
11 | extension CGPoint: @retroactive Hashable {
[15/29] Compiling VerIDCommonTypes VerIDCommonTypesErrors.swift
/host/spi-builder-workspace/.build/checkouts/Ver-ID-Common-Types-Apple/Sources/VerIDCommonTypes/CGPoint.swift:9:8: error: no such module 'CoreGraphics'
 7 |
 8 | import Foundation
 9 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
10 |
11 | extension CGPoint: @retroactive Hashable {
[16/29] Compiling VerIDCommonTypes Version.swift
/host/spi-builder-workspace/.build/checkouts/Ver-ID-Common-Types-Apple/Sources/VerIDCommonTypes/CGPoint.swift:9:8: error: no such module 'CoreGraphics'
 7 |
 8 | import Foundation
 9 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
10 |
11 | extension CGPoint: @retroactive Hashable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/29] Emitting module VerIDCommonTypes
/host/spi-builder-workspace/.build/checkouts/Ver-ID-Common-Types-Apple/Sources/VerIDCommonTypes/CGPoint.swift:9:8: error: no such module 'CoreGraphics'
 7 |
 8 | import Foundation
 9 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
10 |
11 | extension CGPoint: @retroactive Hashable {
[18/29] Compiling VerIDCommonTypes Image.swift
/host/spi-builder-workspace/.build/checkouts/Ver-ID-Common-Types-Apple/Sources/VerIDCommonTypes/CGPoint.swift:9:8: error: no such module 'CoreGraphics'
 7 |
 8 | import Foundation
 9 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
10 |
11 | extension CGPoint: @retroactive Hashable {
[19/29] Compiling VerIDCommonTypes ImageFormat.swift
/host/spi-builder-workspace/.build/checkouts/Ver-ID-Common-Types-Apple/Sources/VerIDCommonTypes/CGPoint.swift:9:8: error: no such module 'CoreGraphics'
 7 |
 8 | import Foundation
 9 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
10 |
11 | extension CGPoint: @retroactive Hashable {
[20/29] Compiling VerIDCommonTypes RecognizableFace.swift
/host/spi-builder-workspace/.build/checkouts/Ver-ID-Common-Types-Apple/Sources/VerIDCommonTypes/CGPoint.swift:9:8: error: no such module 'CoreGraphics'
 7 |
 8 | import Foundation
 9 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
10 |
11 | extension CGPoint: @retroactive Hashable {
[21/29] Compiling VerIDCommonTypes FaceRecognition.swift
/host/spi-builder-workspace/.build/checkouts/Ver-ID-Common-Types-Apple/Sources/VerIDCommonTypes/CGPoint.swift:9:8: error: no such module 'CoreGraphics'
 7 |
 8 | import Foundation
 9 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
10 |
11 | extension CGPoint: @retroactive Hashable {
[22/29] Compiling VerIDCommonTypes FaceTemplate.swift
/host/spi-builder-workspace/.build/checkouts/Ver-ID-Common-Types-Apple/Sources/VerIDCommonTypes/CGPoint.swift:9:8: error: no such module 'CoreGraphics'
 7 |
 8 | import Foundation
 9 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
10 |
11 | extension CGPoint: @retroactive Hashable {
[23/29] Compiling VerIDCommonTypes FacialAttributeDetection.swift
/host/spi-builder-workspace/.build/checkouts/Ver-ID-Common-Types-Apple/Sources/VerIDCommonTypes/CGPoint.swift:9:8: error: no such module 'CoreGraphics'
 7 |
 8 | import Foundation
 9 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
10 |
11 | extension CGPoint: @retroactive Hashable {
[24/29] Compiling VerIDCommonTypes AnyFacialAttributeDetector.swift
/host/spi-builder-workspace/.build/checkouts/Ver-ID-Common-Types-Apple/Sources/VerIDCommonTypes/CGPoint.swift:9:8: error: no such module 'CoreGraphics'
 7 |
 8 | import Foundation
 9 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
10 |
11 | extension CGPoint: @retroactive Hashable {
[25/29] Compiling VerIDCommonTypes Bearing.swift
/host/spi-builder-workspace/.build/checkouts/Ver-ID-Common-Types-Apple/Sources/VerIDCommonTypes/CGPoint.swift:9:8: error: no such module 'CoreGraphics'
 7 |
 8 | import Foundation
 9 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
10 |
11 | extension CGPoint: @retroactive Hashable {
[26/29] Compiling VerIDCommonTypes CGAffineTransform.swift
/host/spi-builder-workspace/.build/checkouts/Ver-ID-Common-Types-Apple/Sources/VerIDCommonTypes/CGPoint.swift:9:8: error: no such module 'CoreGraphics'
 7 |
 8 | import Foundation
 9 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
10 |
11 | extension CGPoint: @retroactive Hashable {
BUILD FAILURE 6.0 linux