Build Information
Failed to build FaceCapture, reference 3.0.0 (a17af2), with Swift 6.1 for Wasm on 25 Mar 2026 03:57:36 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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AppliedRecognition/Face-Capture-Apple.git
Reference: 3.0.0
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/Face-Capture-Apple
* tag 3.0.0 -> FETCH_HEAD
HEAD is now at a17af28 Merge branch 'development'
Cloned https://github.com/AppliedRecognition/Face-Capture-Apple.git
Revision (git rev-parse @):
a17af28ba4c773206ab8c93469d9bbbbb109bd85
SUCCESS checkout https://github.com/AppliedRecognition/Face-Capture-Apple.git at 3.0.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/AppliedRecognition/Face-Capture-Apple.git
https://github.com/AppliedRecognition/Face-Capture-Apple.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "ver-id-common-types-apple",
"requirement" : {
"range" : [
{
"lower_bound" : "3.2.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git"
}
],
"manifest_display_name" : "FaceCapture",
"name" : "FaceCapture",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
}
],
"products" : [
{
"name" : "FaceCapture",
"targets" : [
"FaceCapture"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FaceCaptureTests",
"module_type" : "SwiftTarget",
"name" : "FaceCaptureTests",
"path" : "Tests/FaceCaptureTests",
"product_dependencies" : [
"VerIDCommonTypes"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/FaceCaptureTests/Resources/Ver-ID.identity",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AngleBearingEvaluationTests.swift",
"DefaultFaceTrackingResultTransformDelegateTests.swift",
"FPSMeasurementPluginTests.swift",
"FaceCaptureSessionTests.swift",
"TimeConstrainedCircularBufferTests.swift"
],
"target_dependencies" : [
"FaceCapture"
],
"type" : "test"
},
{
"c99name" : "FaceCapture",
"module_type" : "SwiftTarget",
"name" : "FaceCapture",
"path" : "Sources/FaceCapture",
"product_dependencies" : [
"VerIDCommonTypes"
],
"product_memberships" : [
"FaceCapture"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/FaceCapture/Resources/Media.xcassets",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/FaceCapture/Resources/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/FaceCapture/Resources/en.lproj/Localizable.stringsdict",
"rule" : {
"process" : {
"localization" : "en"
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/FaceCapture/Resources/es.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "es"
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/FaceCapture/Resources/es.lproj/Localizable.stringsdict",
"rule" : {
"process" : {
"localization" : "es"
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/FaceCapture/Resources/fr.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "fr"
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/FaceCapture/Resources/fr.lproj/Localizable.stringsdict",
"rule" : {
"process" : {
"localization" : "fr"
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/FaceCapture/Resources/head1.obj",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/FaceCapture/Resources/head1.obj.mtl",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Aliases.swift",
"AngleBearingEvaluation.swift",
"AppleFaceDetection.swift",
"Atomic.swift",
"Bundle.swift",
"CameraControl.swift",
"CameraPreviewView.swift",
"CapturedFace.swift",
"CircularBuffer.swift",
"DefaultFaceTrackingResultTransformDelegate.swift",
"DepthDataConverter.swift",
"DepthLivenessDetection.swift",
"DetectedFaceOval.swift",
"Errors.swift",
"FPSMeasurementPlugin.swift",
"FaceArrow.swift",
"FaceCapture.swift",
"FaceCaptureSession.swift",
"FaceCaptureSessionImageInput.swift",
"FaceCaptureSessionResult.swift",
"FaceCaptureSessionSettings.swift",
"FaceCaptureView.swift",
"FaceCaptureViewConfiguration.swift",
"FaceCaptureViewController.swift",
"FaceCaptureViewState.swift",
"FaceOval.swift",
"FaceTrackingPlugin.swift",
"FaceTrackingResult.swift",
"FaceTrackingResultTransformer.swift",
"HeadView3D.swift",
"LivenessDetectionPlugin.swift",
"PageView.swift",
"SessionFaceTracking.swift",
"TimeConstrainedCircularBuffer.swift",
"TipsView.swift",
"VideoRecordingPlugin.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7b4552feb759c014e60bb7d16019351f72ce4b9f19dbbaa081e1f5551c90672
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
[1/1250] Fetching ver-id-common-types-apple
Fetched https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git from cache (0.26s)
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.3.0 (0.83s)
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.3.0
Building for debugging...
[0/16] Write sources
[1/16] Copying head1.obj.mtl
[2/16] Copying Localizable.stringsdict
[2/16] Copying Localizable.strings
[4/16] Copying Localizable.stringsdict
[6/16] Copying Localizable.strings
[7/16] Copying Localizable.stringsdict
[8/16] Copying Info.plist
[8/16] Write sources
[8/16] Copying Media.xcassets
[11/16] Copying head1.obj
[12/16] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/36] 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 {
[15/38] 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 {
[16/38] 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 {
[17/38] 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 {
[18/38] 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 {
[19/38] 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 {
[20/38] 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 {
[21/38] 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 {
[22/38] 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 {
[23/38] 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 {
[24/38] 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 {
[25/38] 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 {
[26/38] 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 {
[27/38] 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 {
[28/38] 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 {
[29/38] 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 {
[30/38] 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 {
[31/38] 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 {
[32/38] 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 {
[33/38] 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 {
[34/38] 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 {
[35/38] 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 {
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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7b4552feb759c014e60bb7d16019351f72ce4b9f19dbbaa081e1f5551c90672
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version-24593BA9C3E375BF.txt
[2/24] 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 {
[3/24] 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 {
[4/26] 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 {
[5/26] 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 {
[6/26] 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 {
[7/26] 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 {
[8/26] 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 {
[9/26] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/26] 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 {
[11/26] 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 {
[12/26] 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 {
[13/26] 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 {
[14/26] 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 {
[15/26] 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 {
[16/26] 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 {
[17/26] 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 {
[18/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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 {
BUILD FAILURE 6.1 wasm