Build Information
Failed to build StadiaMapsAutocompleteSearch, reference main (6b36ba), with Swift 6.1 for Android on 14 Jul 2025 08:10:56 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stadiamaps/swiftui-autocomplete-search.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/stadiamaps/swiftui-autocomplete-search
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6b36baf Merge pull request #3 from stadiamaps/search-v2
Cloned https://github.com/stadiamaps/swiftui-autocomplete-search.git
Revision (git rev-parse @):
6b36baf01f96b72c71b24f3edd248ca9795d845a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/stadiamaps/swiftui-autocomplete-search.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/stadiamaps/swiftui-autocomplete-search.git
https://github.com/stadiamaps/swiftui-autocomplete-search.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "stadiamaps-api-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "7.0.1",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stadiamaps/stadiamaps-api-swift"
}
],
"manifest_display_name" : "StadiaMapsAutocompleteSearch",
"name" : "StadiaMapsAutocompleteSearch",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "StadiaMapsAutocompleteSearch",
"targets" : [
"StadiaMapsAutocompleteSearch"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "StadiaMapsAutocompleteSearchAPI",
"targets" : [
"StadiaMapsAutocompleteSearchAPI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StadiaMapsAutocompleteSearchTests",
"module_type" : "SwiftTarget",
"name" : "StadiaMapsAutocompleteSearchTests",
"path" : "Tests/StadiaMapsAutocompleteSearchTests",
"sources" : [
"SwiftUIAutocompleteSearchTests.swift"
],
"target_dependencies" : [
"StadiaMapsAutocompleteSearch"
],
"type" : "test"
},
{
"c99name" : "StadiaMapsAutocompleteSearchAPI",
"module_type" : "SwiftTarget",
"name" : "StadiaMapsAutocompleteSearchAPI",
"path" : "Sources/StadiaMapsAutocompleteSearchAPI",
"product_dependencies" : [
"StadiaMaps"
],
"product_memberships" : [
"StadiaMapsAutocompleteSearch",
"StadiaMapsAutocompleteSearchAPI"
],
"sources" : [
"Extensions.swift",
"GeocodingAPI+Search.swift"
],
"type" : "library"
},
{
"c99name" : "StadiaMapsAutocompleteSearch",
"module_type" : "SwiftTarget",
"name" : "StadiaMapsAutocompleteSearch",
"path" : "Sources/StadiaMapsAutocompleteSearch",
"product_memberships" : [
"StadiaMapsAutocompleteSearch"
],
"sources" : [
"AutocompleteSearch.swift",
"Extensions.swift",
"Logger.swift",
"SearchResult.swift"
],
"target_dependencies" : [
"StadiaMapsAutocompleteSearchAPI"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/stadiamaps/stadiamaps-api-swift
[1/916] Fetching stadiamaps-api-swift
Fetched https://github.com/stadiamaps/stadiamaps-api-swift from cache (0.26s)
Computing version for https://github.com/stadiamaps/stadiamaps-api-swift
Computed https://github.com/stadiamaps/stadiamaps-api-swift at 7.0.1 (2.46s)
Fetching https://github.com/Flight-School/AnyCodable
[1/782] Fetching anycodable
Fetched https://github.com/Flight-School/AnyCodable from cache (0.25s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (1.61s)
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
Creating working copy for https://github.com/stadiamaps/stadiamaps-api-swift
Working copy of https://github.com/stadiamaps/stadiamaps-api-swift resolved at 7.0.1
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/9] Compiling AnyCodable AnyDecodable.swift
[7/9] Compiling AnyCodable AnyCodable.swift
[8/9] Emitting module AnyCodable
[9/9] Compiling AnyCodable AnyEncodable.swift
[11/147] Compiling StadiaMaps BicycleCostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[12/147] Compiling StadiaMaps BikeNetwork.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[13/147] Compiling StadiaMaps BulkRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[14/147] Compiling StadiaMaps BulkRequestQuery.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[15/147] Compiling StadiaMaps BulkSearchResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[16/147] Compiling StadiaMaps Context.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[17/147] Compiling StadiaMaps Contour.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[18/147] Compiling StadiaMaps Coordinate.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[19/147] Compiling StadiaMaps CostingModel.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[20/147] Compiling StadiaMaps CostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[21/147] Compiling StadiaMaps DirectionsOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[22/147] Compiling StadiaMaps DistanceUnit.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[23/147] Compiling StadiaMaps EdgeSign.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[24/147] Compiling StadiaMaps EdgeUse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[25/147] Compiling StadiaMaps EndNode.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[26/147] Compiling StadiaMaps ExtendedDirectionsOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[27/147] Compiling StadiaMaps FeaturePropertiesV2.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[28/147] Compiling StadiaMaps FeaturePropertiesV2Properties.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[29/147] Compiling StadiaMaps FoursquareAddendum.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[30/147] Compiling StadiaMaps GeoAttributes.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[31/166] Compiling StadiaMaps MatchType.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[32/166] Compiling StadiaMaps MatchedPoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[33/166] Compiling StadiaMaps MatrixCostingModel.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[34/166] Compiling StadiaMaps MatrixDistance.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[35/166] Compiling StadiaMaps MatrixRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[36/166] Compiling StadiaMaps MatrixResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[37/166] Compiling StadiaMaps MatrixWaypoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[38/166] Compiling StadiaMaps MotorScooterCostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[39/166] Compiling StadiaMaps MotorcycleCostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[40/166] Compiling StadiaMaps NearestRoadsRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[41/166] Compiling StadiaMaps NodeId.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[42/166] Compiling StadiaMaps NodeType.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[43/166] Compiling StadiaMaps OpenStreetMapAddendum.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[44/166] Compiling StadiaMaps OptimizedRouteRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[45/166] Compiling StadiaMaps OsrmAdmin.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[46/166] Compiling StadiaMaps OsrmAnnotation.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[47/166] Compiling StadiaMaps OsrmBannerComponent.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[48/166] Compiling StadiaMaps OsrmBannerContent.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[49/166] Compiling StadiaMaps OsrmBannerInstruction.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[50/166] Compiling StadiaMaps GeoJSONGeometry.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[51/166] Compiling StadiaMaps GeoJSONGeometryBase.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[52/166] Compiling StadiaMaps GeoJSONLineString.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[53/166] Compiling StadiaMaps GeoJSONPoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[54/166] Compiling StadiaMaps GeoJSONPolygon.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[55/166] Compiling StadiaMaps GeocodeResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[56/166] Compiling StadiaMaps GeocodeResponseEnvelopePropertiesV2.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[57/166] Compiling StadiaMaps GeocodingGeoJSONFeature.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[58/166] Compiling StadiaMaps GeocodingGeoJSONProperties.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[59/166] Compiling StadiaMaps GeocodingGeoJSONPropertiesAddendum.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[60/166] Compiling StadiaMaps GeocodingGeoJSONPropertiesAddendumOsm.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[61/166] Compiling StadiaMaps GeocodingLayer.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[62/166] Compiling StadiaMaps GeocodingMeta.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[63/166] Compiling StadiaMaps GeocodingObject.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[64/166] Compiling StadiaMaps GeocodingSource.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[65/166] Compiling StadiaMaps GeonamesAddendum.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[66/166] Compiling StadiaMaps HeightRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[67/166] Compiling StadiaMaps HeightResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[68/166] Compiling StadiaMaps HighwayClassification.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[69/166] Compiling StadiaMaps IntersectingEdge.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[70/166] Compiling StadiaMaps APIHelper.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[71/166] Compiling StadiaMaps APIs.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[72/166] Compiling StadiaMaps GeocodingAPI.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[73/166] Compiling StadiaMaps GeospatialAPI.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[74/166] Compiling StadiaMaps RoutingAPI.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[75/166] Compiling StadiaMaps CodableHelper.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[76/166] Compiling StadiaMaps Configuration.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[77/166] Compiling StadiaMaps Extensions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[78/166] Compiling StadiaMaps JSONDataEncoding.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[79/166] Compiling StadiaMaps JSONEncodingHelper.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[80/166] Compiling StadiaMaps Models.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[81/166] Compiling StadiaMaps Access.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[82/166] Compiling StadiaMaps AddendumV2.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[83/166] Compiling StadiaMaps AddressComponentsV2.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[84/166] Compiling StadiaMaps AdminRegion.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[85/166] Compiling StadiaMaps Administrative.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[86/166] Compiling StadiaMaps AnnotationFilters.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[87/166] Compiling StadiaMaps AutoCostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[88/166] Compiling StadiaMaps BaseCostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[89/166] Compiling StadiaMaps BaseTraceRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[90/166] Compiling StadiaMaps IsochroneCostingModel.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[91/166] Compiling StadiaMaps IsochroneFeature.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[92/166] Compiling StadiaMaps IsochroneProperties.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[93/166] Compiling StadiaMaps IsochroneRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[94/166] Compiling StadiaMaps IsochroneResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[95/166] Compiling StadiaMaps LayerId.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[96/166] Compiling StadiaMaps LocateDetailedEdge.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[97/166] Compiling StadiaMaps LocateEdge.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[98/166] Compiling StadiaMaps LocateEdgeInfo.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[99/166] Compiling StadiaMaps LocateNode.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[100/166] Compiling StadiaMaps LocateObject.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[101/166] Compiling StadiaMaps LowSpeedVehicleCostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[102/166] Compiling StadiaMaps ManeuverSign.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[103/166] Compiling StadiaMaps ManeuverSignElement.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[104/166] Compiling StadiaMaps MapMatchCostingModel.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[105/166] Compiling StadiaMaps MapMatchRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[106/166] Compiling StadiaMaps MapMatchRouteResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[107/166] Compiling StadiaMaps MapMatchTraceOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[108/166] Compiling StadiaMaps MapMatchWaypoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[109/166] Compiling StadiaMaps RoadClass.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[110/166] Compiling StadiaMaps Route200Response.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[111/166] Compiling StadiaMaps RouteLeg.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[112/166] Compiling StadiaMaps RouteManeuver.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[113/166] Compiling StadiaMaps RouteRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[114/166] Compiling StadiaMaps RouteResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[115/166] Compiling StadiaMaps RouteResponseAlternatesInner.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[116/166] Compiling StadiaMaps RouteSummary.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[117/166] Compiling StadiaMaps RouteTrip.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[118/166] Compiling StadiaMaps RoutingLanguages.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[119/166] Compiling StadiaMaps RoutingLongUnits.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[120/166] Compiling StadiaMaps RoutingResponseWaypoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[121/166] Compiling StadiaMaps RoutingWaypoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[122/166] Compiling StadiaMaps RoutingWaypointAllOfSearchFilter.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[123/166] Compiling StadiaMaps SearchQuery.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[124/166] Compiling StadiaMaps SearchStructuredQuery.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[125/166] Compiling StadiaMaps SimpleRoutingWaypoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[126/166] Compiling StadiaMaps SourceAttribution.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[127/166] Compiling StadiaMaps SourceId.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[128/166] Compiling StadiaMaps OsrmBaseApiResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[129/166] Compiling StadiaMaps OsrmGuidanceModifier.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[130/166] Compiling StadiaMaps OsrmIntersection.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[131/166] Compiling StadiaMaps OsrmLane.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[132/166] Compiling StadiaMaps OsrmRoute.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[133/166] Compiling StadiaMaps OsrmRouteLeg.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[134/166] Compiling StadiaMaps OsrmRouteResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[135/166] Compiling StadiaMaps OsrmRouteStep.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[136/166] Compiling StadiaMaps OsrmSpeedLimit.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[137/166] Compiling StadiaMaps OsrmStepManeuver.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[138/166] Compiling StadiaMaps OsrmViaWaypoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[139/166] Compiling StadiaMaps OsrmVoiceInstruction.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[140/166] Compiling StadiaMaps OsrmWaypoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[141/166] Compiling StadiaMaps PedestrianCostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[142/166] Compiling StadiaMaps PedestrianType.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[143/166] Compiling StadiaMaps Point.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[144/166] Compiling StadiaMaps Precision.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[145/166] Compiling StadiaMaps PropertiesV2.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[146/166] Compiling StadiaMaps Restrictions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[147/166] Emitting module StadiaMaps
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[148/166] Compiling StadiaMaps Speeds.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[149/166] Compiling StadiaMaps TraceAttributeFilterOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[150/166] Compiling StadiaMaps TraceAttributeKey.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[151/166] Compiling StadiaMaps TraceAttributesBaseResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[152/166] Compiling StadiaMaps TraceAttributesRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[153/166] Compiling StadiaMaps TraceAttributesResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[154/166] Compiling StadiaMaps TraceEdge.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[155/166] Compiling StadiaMaps TravelMode.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[156/166] Compiling StadiaMaps Traversability.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[157/166] Compiling StadiaMaps TruckCostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[158/166] Compiling StadiaMaps TzResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[159/166] Compiling StadiaMaps Warning.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[160/166] Compiling StadiaMaps WhosOnFirstConcordances.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[161/166] Compiling StadiaMaps WofContext.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[162/166] Compiling StadiaMaps WofContextComponent.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[163/166] Compiling StadiaMaps OpenISO8601DateFormatter.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[164/166] Compiling StadiaMaps SynchronizedDictionary.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[165/166] Compiling StadiaMaps URLSessionImplementations.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[166/166] Compiling StadiaMaps Validation.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/5] Emitting module AnyCodable
[3/5] Compiling AnyCodable AnyDecodable.swift
[4/5] Compiling AnyCodable AnyCodable.swift
[5/5] Compiling AnyCodable AnyEncodable.swift
[7/143] Compiling StadiaMaps GeoJSONGeometry.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[8/143] Compiling StadiaMaps GeoJSONGeometryBase.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[9/143] Compiling StadiaMaps GeoJSONLineString.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[10/143] Compiling StadiaMaps GeoJSONPoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[11/143] Compiling StadiaMaps GeoJSONPolygon.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[12/143] Compiling StadiaMaps GeocodeResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[13/143] Compiling StadiaMaps GeocodeResponseEnvelopePropertiesV2.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[14/143] Compiling StadiaMaps GeocodingGeoJSONFeature.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[15/143] Compiling StadiaMaps GeocodingGeoJSONProperties.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[16/143] Compiling StadiaMaps GeocodingGeoJSONPropertiesAddendum.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[17/143] Compiling StadiaMaps GeocodingGeoJSONPropertiesAddendumOsm.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[18/143] Compiling StadiaMaps GeocodingLayer.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[19/143] Compiling StadiaMaps GeocodingMeta.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[20/143] Compiling StadiaMaps GeocodingObject.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[21/143] Compiling StadiaMaps GeocodingSource.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[22/143] Compiling StadiaMaps GeonamesAddendum.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[23/143] Compiling StadiaMaps HeightRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[24/143] Compiling StadiaMaps HeightResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[25/143] Compiling StadiaMaps HighwayClassification.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[26/143] Compiling StadiaMaps IntersectingEdge.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[27/162] Compiling StadiaMaps RoadClass.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[28/162] Compiling StadiaMaps Route200Response.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[29/162] Compiling StadiaMaps RouteLeg.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[30/162] Compiling StadiaMaps RouteManeuver.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[31/162] Compiling StadiaMaps RouteRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[32/162] Compiling StadiaMaps RouteResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[33/162] Compiling StadiaMaps RouteResponseAlternatesInner.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[34/162] Compiling StadiaMaps RouteSummary.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[35/162] Compiling StadiaMaps RouteTrip.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[36/162] Compiling StadiaMaps RoutingLanguages.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[37/162] Compiling StadiaMaps RoutingLongUnits.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[38/162] Compiling StadiaMaps RoutingResponseWaypoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[39/162] Compiling StadiaMaps RoutingWaypoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[40/162] Compiling StadiaMaps RoutingWaypointAllOfSearchFilter.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[41/162] Compiling StadiaMaps SearchQuery.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[42/162] Compiling StadiaMaps SearchStructuredQuery.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[43/162] Compiling StadiaMaps SimpleRoutingWaypoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[44/162] Compiling StadiaMaps SourceAttribution.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[45/162] Compiling StadiaMaps SourceId.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[46/162] Compiling StadiaMaps MatchType.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[47/162] Compiling StadiaMaps MatchedPoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[48/162] Compiling StadiaMaps MatrixCostingModel.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[49/162] Compiling StadiaMaps MatrixDistance.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[50/162] Compiling StadiaMaps MatrixRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[51/162] Compiling StadiaMaps MatrixResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[52/162] Compiling StadiaMaps MatrixWaypoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[53/162] Compiling StadiaMaps MotorScooterCostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[54/162] Compiling StadiaMaps MotorcycleCostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[55/162] Compiling StadiaMaps NearestRoadsRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[56/162] Compiling StadiaMaps NodeId.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[57/162] Compiling StadiaMaps NodeType.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[58/162] Compiling StadiaMaps OpenStreetMapAddendum.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[59/162] Compiling StadiaMaps OptimizedRouteRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[60/162] Compiling StadiaMaps OsrmAdmin.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[61/162] Compiling StadiaMaps OsrmAnnotation.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[62/162] Compiling StadiaMaps OsrmBannerComponent.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[63/162] Compiling StadiaMaps OsrmBannerContent.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[64/162] Compiling StadiaMaps OsrmBannerInstruction.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[65/162] Compiling StadiaMaps OsrmBaseApiResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[66/162] Compiling StadiaMaps OsrmGuidanceModifier.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[67/162] Compiling StadiaMaps OsrmIntersection.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[68/162] Compiling StadiaMaps OsrmLane.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[69/162] Compiling StadiaMaps OsrmRoute.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[70/162] Compiling StadiaMaps OsrmRouteLeg.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[71/162] Compiling StadiaMaps OsrmRouteResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[72/162] Compiling StadiaMaps OsrmRouteStep.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[73/162] Compiling StadiaMaps OsrmSpeedLimit.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[74/162] Compiling StadiaMaps OsrmStepManeuver.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[75/162] Compiling StadiaMaps OsrmViaWaypoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[76/162] Compiling StadiaMaps OsrmVoiceInstruction.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[77/162] Compiling StadiaMaps OsrmWaypoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[78/162] Compiling StadiaMaps PedestrianCostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[79/162] Compiling StadiaMaps PedestrianType.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[80/162] Compiling StadiaMaps Point.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[81/162] Compiling StadiaMaps Precision.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[82/162] Compiling StadiaMaps PropertiesV2.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[83/162] Compiling StadiaMaps Restrictions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[84/162] Compiling StadiaMaps BicycleCostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[85/162] Compiling StadiaMaps BikeNetwork.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[86/162] Compiling StadiaMaps BulkRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[87/162] Compiling StadiaMaps BulkRequestQuery.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[88/162] Compiling StadiaMaps BulkSearchResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[89/162] Compiling StadiaMaps Context.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[90/162] Compiling StadiaMaps Contour.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[91/162] Compiling StadiaMaps Coordinate.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[92/162] Compiling StadiaMaps CostingModel.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[93/162] Compiling StadiaMaps CostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[94/162] Compiling StadiaMaps DirectionsOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[95/162] Compiling StadiaMaps DistanceUnit.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[96/162] Compiling StadiaMaps EdgeSign.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[97/162] Compiling StadiaMaps EdgeUse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[98/162] Compiling StadiaMaps EndNode.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[99/162] Compiling StadiaMaps ExtendedDirectionsOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[100/162] Compiling StadiaMaps FeaturePropertiesV2.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[101/162] Compiling StadiaMaps FeaturePropertiesV2Properties.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[102/162] Compiling StadiaMaps FoursquareAddendum.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[103/162] Compiling StadiaMaps GeoAttributes.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[104/162] Compiling StadiaMaps IsochroneCostingModel.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[105/162] Compiling StadiaMaps IsochroneFeature.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[106/162] Compiling StadiaMaps IsochroneProperties.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[107/162] Compiling StadiaMaps IsochroneRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[108/162] Compiling StadiaMaps IsochroneResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[109/162] Compiling StadiaMaps LayerId.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[110/162] Compiling StadiaMaps LocateDetailedEdge.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[111/162] Compiling StadiaMaps LocateEdge.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[112/162] Compiling StadiaMaps LocateEdgeInfo.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[113/162] Compiling StadiaMaps LocateNode.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[114/162] Compiling StadiaMaps LocateObject.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[115/162] Compiling StadiaMaps LowSpeedVehicleCostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[116/162] Compiling StadiaMaps ManeuverSign.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[117/162] Compiling StadiaMaps ManeuverSignElement.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[118/162] Compiling StadiaMaps MapMatchCostingModel.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[119/162] Compiling StadiaMaps MapMatchRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[120/162] Compiling StadiaMaps MapMatchRouteResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[121/162] Compiling StadiaMaps MapMatchTraceOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[122/162] Compiling StadiaMaps MapMatchWaypoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[123/162] Emitting module StadiaMaps
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[124/162] Compiling StadiaMaps APIHelper.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[125/162] Compiling StadiaMaps APIs.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[126/162] Compiling StadiaMaps GeocodingAPI.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[127/162] Compiling StadiaMaps GeospatialAPI.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[128/162] Compiling StadiaMaps RoutingAPI.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[129/162] Compiling StadiaMaps CodableHelper.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[130/162] Compiling StadiaMaps Configuration.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[131/162] Compiling StadiaMaps Extensions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[132/162] Compiling StadiaMaps JSONDataEncoding.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[133/162] Compiling StadiaMaps JSONEncodingHelper.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[134/162] Compiling StadiaMaps Models.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[135/162] Compiling StadiaMaps Access.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[136/162] Compiling StadiaMaps AddendumV2.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[137/162] Compiling StadiaMaps AddressComponentsV2.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[138/162] Compiling StadiaMaps AdminRegion.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[139/162] Compiling StadiaMaps Administrative.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[140/162] Compiling StadiaMaps AnnotationFilters.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[141/162] Compiling StadiaMaps AutoCostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[142/162] Compiling StadiaMaps BaseCostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[143/162] Compiling StadiaMaps BaseTraceRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[144/162] Compiling StadiaMaps Speeds.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[145/162] Compiling StadiaMaps TraceAttributeFilterOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[146/162] Compiling StadiaMaps TraceAttributeKey.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[147/162] Compiling StadiaMaps TraceAttributesBaseResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[148/162] Compiling StadiaMaps TraceAttributesRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[149/162] Compiling StadiaMaps TraceAttributesResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[150/162] Compiling StadiaMaps TraceEdge.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[151/162] Compiling StadiaMaps TravelMode.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[152/162] Compiling StadiaMaps Traversability.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[153/162] Compiling StadiaMaps TruckCostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[154/162] Compiling StadiaMaps TzResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[155/162] Compiling StadiaMaps Warning.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[156/162] Compiling StadiaMaps WhosOnFirstConcordances.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[157/162] Compiling StadiaMaps WofContext.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[158/162] Compiling StadiaMaps WofContextComponent.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[159/162] Compiling StadiaMaps OpenISO8601DateFormatter.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[160/162] Compiling StadiaMaps SynchronizedDictionary.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[161/162] Compiling StadiaMaps URLSessionImplementations.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[162/162] Compiling StadiaMaps Validation.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
BUILD FAILURE 6.1 android