Build Information
Failed to build VerIDCommonTypes, reference main (790284), with Swift 6.1 for macOS (SPM) on 18 Dec 2025 11:50:44 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7902847 Merge branch 'development'
Cloned https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
Revision (git rev-parse @):
79028470ece922969d461262e59c0f7f99ce6515
SUCCESS checkout https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
{
"dependencies" : [
{
"identity" : "jsonschema.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/JSONSchema.swift.git"
}
],
"manifest_display_name" : "VerIDCommonTypes",
"name" : "VerIDCommonTypes",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "VerIDCommonTypes",
"targets" : [
"VerIDCommonTypes"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "VerIDCommonTypesTests",
"module_type" : "SwiftTarget",
"name" : "VerIDCommonTypesTests",
"path" : "Sources/VerIDCommonTypesTests",
"product_dependencies" : [
"JSONSchema"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypesTests/Resources/Face.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypesTests/Resources/FaceRecognitionTemplate.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypesTests/Resources/IMG_5856.heic",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypesTests/Resources/Image.heic",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypesTests/Resources/RecognizableFace.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AffineTransformTests.swift",
"CodableTests.swift",
"FaceTests.swift",
"ImageTests.swift"
],
"target_dependencies" : [
"VerIDCommonTypes"
],
"type" : "test"
},
{
"c99name" : "VerIDCommonTypes",
"module_type" : "SwiftTarget",
"name" : "VerIDCommonTypes",
"path" : "Sources/VerIDCommonTypes",
"product_memberships" : [
"VerIDCommonTypes"
],
"sources" : [
"AnyFacialAttributeDetector.swift",
"Bearing.swift",
"CGAffineTransform.swift",
"CGPoint.swift",
"CGRect.swift",
"CGSize.swift",
"EulerAngle.swift",
"Face.swift",
"FaceDetection.swift",
"FaceRecognition.swift",
"FaceTemplate.swift",
"FacialAttributeDetection.swift",
"Image.swift",
"ImageFormat.swift",
"RecognizableFace.swift",
"SpoofDetection.swift",
"UIDeviceOrientation.swift",
"UIImage.Orientation.swift",
"UIInterfaceOrientation.swift",
"VerIDCommonTypesErrors.swift",
"Version.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/24] Emitting module VerIDCommonTypes
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[4/26] Compiling VerIDCommonTypes UIImage.Orientation.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[5/26] Compiling VerIDCommonTypes UIInterfaceOrientation.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[6/26] Compiling VerIDCommonTypes VerIDCommonTypesErrors.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[7/26] Compiling VerIDCommonTypes Version.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[8/26] Compiling VerIDCommonTypes ImageFormat.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[9/26] Compiling VerIDCommonTypes RecognizableFace.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[10/26] Compiling VerIDCommonTypes AnyFacialAttributeDetector.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[11/26] Compiling VerIDCommonTypes Bearing.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[12/26] Compiling VerIDCommonTypes CGAffineTransform.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[13/26] Compiling VerIDCommonTypes FaceRecognition.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[14/26] Compiling VerIDCommonTypes FaceTemplate.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[15/26] Compiling VerIDCommonTypes SpoofDetection.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[16/26] Compiling VerIDCommonTypes UIDeviceOrientation.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[17/26] Compiling VerIDCommonTypes CGPoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[18/26] Compiling VerIDCommonTypes CGRect.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[19/26] Compiling VerIDCommonTypes CGSize.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[20/26] Compiling VerIDCommonTypes EulerAngle.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[21/26] Compiling VerIDCommonTypes Face.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[22/26] Compiling VerIDCommonTypes FaceDetection.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[23/26] Compiling VerIDCommonTypes FacialAttributeDetection.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[24/26] Compiling VerIDCommonTypes Image.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
Fetching https://github.com/kylef/JSONSchema.swift.git
[1/2310] Fetching jsonschema.swift
Fetched https://github.com/kylef/JSONSchema.swift.git from cache (0.91s)
Computing version for https://github.com/kylef/JSONSchema.swift.git
Computed https://github.com/kylef/JSONSchema.swift.git at 0.6.0 (4.00s)
Fetching https://github.com/kylef/PathKit.git
[1/1438] Fetching pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.91s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (1.47s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.97s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (3.41s)
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/kylef/JSONSchema.swift.git
Working copy of https://github.com/kylef/JSONSchema.swift.git resolved at 0.6.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/23] Emitting module VerIDCommonTypes
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[3/25] Compiling VerIDCommonTypes FaceRecognition.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[4/25] Compiling VerIDCommonTypes FaceTemplate.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[5/25] Compiling VerIDCommonTypes AnyFacialAttributeDetector.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[6/25] Compiling VerIDCommonTypes Bearing.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[7/25] Compiling VerIDCommonTypes CGAffineTransform.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[8/25] Compiling VerIDCommonTypes CGPoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[9/25] Compiling VerIDCommonTypes CGRect.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[10/25] Compiling VerIDCommonTypes VerIDCommonTypesErrors.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[11/25] Compiling VerIDCommonTypes Version.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[12/25] Compiling VerIDCommonTypes Face.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[13/25] Compiling VerIDCommonTypes FaceDetection.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[14/25] Compiling VerIDCommonTypes CGSize.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[15/25] Compiling VerIDCommonTypes EulerAngle.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[16/25] Compiling VerIDCommonTypes ImageFormat.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[17/25] Compiling VerIDCommonTypes RecognizableFace.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[18/25] Compiling VerIDCommonTypes FacialAttributeDetection.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[19/25] Compiling VerIDCommonTypes Image.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[20/25] Compiling VerIDCommonTypes SpoofDetection.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[21/25] Compiling VerIDCommonTypes UIDeviceOrientation.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[22/25] Compiling VerIDCommonTypes UIImage.Orientation.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
[23/25] Compiling VerIDCommonTypes UIInterfaceOrientation.swift
/Users/admin/builder/spi-builder-workspace/Sources/VerIDCommonTypes/Image.swift:18:8: error: no such module 'MobileCoreServices'
16 | import ImageIO
17 | import CoreImage
18 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
19 |
20 | public struct Image: Hashable, @unchecked Sendable {
BUILD FAILURE 6.1 macosSpm