The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FacialAttributeDetection, reference main (67524d), with Swift 6.1 for Wasm on 7 Nov 2025 20:24:54 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AppliedRecognition/Facial-Attribute-Detection-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/Facial-Attribute-Detection-Apple
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 67524da Merge branch 'development'
Cloned https://github.com/AppliedRecognition/Facial-Attribute-Detection-Apple.git
Revision (git rev-parse @):
67524da7eb87a7684c4c4a7fcd0595f08ae0a9db
SUCCESS checkout https://github.com/AppliedRecognition/Facial-Attribute-Detection-Apple.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/AppliedRecognition/Facial-Attribute-Detection-Apple.git
https://github.com/AppliedRecognition/Facial-Attribute-Detection-Apple.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "ver-id-common-types-apple",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git"
    },
    {
      "identity" : "face-detection-retinaface-apple",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git"
    }
  ],
  "manifest_display_name" : "FacialAttributeDetection",
  "name" : "FacialAttributeDetection",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "FacialAttributeDetectionCore",
      "targets" : [
        "FacialAttributeDetectionCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FaceCoveringDetection",
      "targets" : [
        "FaceCoveringDetection"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EyewearDetection",
      "targets" : [
        "EyewearDetection"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FacialAttributeDetectionTests",
      "module_type" : "SwiftTarget",
      "name" : "FacialAttributeDetectionTests",
      "path" : "Tests/FacialAttributeDetectionTests",
      "product_dependencies" : [
        "VerIDCommonTypes",
        "FaceDetectionRetinaFace"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/FacialAttributeDetectionTests/Resources/clear.jpg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FacialAttributeDetectionTests/Resources/face-covering.jpg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FacialAttributeDetectionTests/Resources/glasses.jpg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FacialAttributeDetectionTests/Resources/sunglasses.jpg",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "FaceClassificationTests.swift"
      ],
      "target_dependencies" : [
        "FacialAttributeDetectionCore",
        "FaceCoveringDetection",
        "EyewearDetection"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FacialAttributeDetectionCore",
      "module_type" : "SwiftTarget",
      "name" : "FacialAttributeDetectionCore",
      "path" : "Sources/FacialAttributeDetectionCore",
      "product_dependencies" : [
        "VerIDCommonTypes"
      ],
      "product_memberships" : [
        "FacialAttributeDetectionCore",
        "FaceCoveringDetection",
        "EyewearDetection"
      ],
      "sources" : [
        "Errors.swift",
        "FaceAlignment.swift",
        "FacialAttributeDetector.swift",
        "Preprocessing.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FaceCoveringDetection",
      "module_type" : "SwiftTarget",
      "name" : "FaceCoveringDetection",
      "path" : "Sources/FaceCoveringDetection",
      "product_memberships" : [
        "FaceCoveringDetection"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/FaceCoveringDetection/Resources/FaceCovering.mlpackage/Data/com.apple.CoreML/model.mlmodel",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FaceCoveringDetection/Resources/FaceCovering.mlpackage/Data/com.apple.CoreML/weights/weight.bin",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FaceCoveringDetection/Resources/FaceCovering.mlpackage/Manifest.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "FaceCoveringDetector.swift"
      ],
      "target_dependencies" : [
        "FacialAttributeDetectionCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EyewearDetection",
      "module_type" : "SwiftTarget",
      "name" : "EyewearDetection",
      "path" : "Sources/EyewearDetection",
      "product_memberships" : [
        "EyewearDetection"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/EyewearDetection/Resources/Glasses.mlpackage/Data/com.apple.CoreML/model.mlmodel",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/EyewearDetection/Resources/Glasses.mlpackage/Data/com.apple.CoreML/weights/weight.bin",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/EyewearDetection/Resources/Glasses.mlpackage/Manifest.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "EyewearDetector.swift"
      ],
      "target_dependencies" : [
        "FacialAttributeDetectionCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: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 finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git
Fetching https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
[1/1229] Fetching ver-id-common-types-apple
[751/1463] Fetching ver-id-common-types-apple, face-detection-retinaface-apple
Fetched https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git from cache (0.23s)
[223/234] Fetching face-detection-retinaface-apple
Fetched https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git from cache (0.34s)
Computing version for https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git
Computed https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git at 1.0.5 (0.95s)
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.62s)
Creating working copy for https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git
Working copy of https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git resolved at 1.0.5
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
Building for debugging...
[0/14] Write sources
[3/14] Copying weight.bin
[3/14] Copying model.mlmodel
[6/14] Write sources
[6/14] Copying Manifest.json
[9/14] Copying weight.bin
[10/14] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/34] 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 {
[13/36] 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 {
[14/36] 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 {
[15/36] 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/36] 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/36] 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 {
[18/36] 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 {
[19/36] 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 {
[20/36] 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 {
[21/36] 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 {
[22/36] 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 {
[23/36] 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 {
[24/36] 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 {
[25/36] 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 {
[26/36] 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 {
[27/36] 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 {
[28/36] 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 {
[29/36] 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 {
[30/36] 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 {
[31/36] 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 {
[32/36] 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 {
[33/36] 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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version-24593BA9C3E375BF.txt
[2/24] 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 {
[3/24] 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 {
[4/24] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/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 {
[6/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 {
[7/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 {
[8/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 {
[9/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 {
[10/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 {
[11/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 {
[12/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 {
[13/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 {
[14/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 {
[15/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 {
[16/26] 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 {
[17/26] 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 {
[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 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 {
[22/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 {
[23/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 {
BUILD FAILURE 6.1 wasm