Build Information
Failed to build StadiaMapsAutocompleteSearch, reference 4.0.0 (6b36ba), with Swift 6.3 for Linux on 16 Apr 2026 13:37:40 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stadiamaps/swiftui-autocomplete-search.git
Reference: 4.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/stadiamaps/swiftui-autocomplete-search
* tag 4.0.0 -> FETCH_HEAD
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 4.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/stadiamaps/swiftui-autocomplete-search.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/stadiamaps/stadiamaps-api-swift
[1/1024] Fetching stadiamaps-api-swift
Fetched https://github.com/stadiamaps/stadiamaps-api-swift from cache (0.57s)
Computing version for https://github.com/stadiamaps/stadiamaps-api-swift
Computed https://github.com/stadiamaps/stadiamaps-api-swift at 7.0.2 (5.00s)
Fetching https://github.com/Flight-School/AnyCodable
[1/782] Fetching anycodable
Fetched https://github.com/Flight-School/AnyCodable from cache (0.60s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (1.82s)
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.2
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/9] Compiling AnyCodable AnyDecodable.swift
[7/9] Emitting module AnyCodable
[8/9] Compiling AnyCodable AnyCodable.swift
[9/9] Compiling AnyCodable AnyEncodable.swift
[11/147] 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)
[12/147] 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)
[13/147] 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)
[14/147] 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)
[15/147] 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)
[16/147] 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)
[17/147] 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)
[18/147] 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)
[19/147] 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)
[20/147] 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)
[21/147] 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)
[22/147] 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)
[23/147] 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)
[24/147] 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)
[25/147] 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)
[26/147] 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)
[27/147] 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)
[28/147] 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)
[29/147] 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)
[30/147] 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)
[31/166] 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)
[32/166] 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)
[33/166] 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)
[34/166] 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)
[35/166] 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)
[36/166] 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)
[37/166] 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)
[38/166] 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)
[39/166] 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)
[40/166] 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)
[41/166] 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)
[42/166] 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)
[43/166] 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)
[44/166] 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)
[45/166] 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)
[46/166] 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)
[47/166] 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)
[48/166] 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)
[49/166] 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)
[50/166] 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)
[51/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)
[52/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)
[53/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)
[54/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)
[55/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)
[56/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)
[57/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)
[58/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)
[59/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)
[60/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)
[61/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)
[62/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)
[63/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)
[64/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)
[65/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)
[66/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)
[67/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)
[68/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)
[69/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)
[70/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)
[71/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)
[72/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)
[73/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)
[74/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)
[75/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)
[76/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)
[77/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)
[78/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)
[79/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)
[80/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)
[81/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)
[82/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)
[83/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)
[84/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)
[85/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)
[86/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)
[87/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)
[88/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)
[89/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)
[90/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)
[91/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)
[92/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)
[93/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)
[94/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)
[95/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)
[96/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)
[97/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)
[98/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)
[99/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)
[100/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)
[101/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)
[102/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)
[103/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)
[104/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)
[105/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)
[106/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)
[107/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)
[108/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)
[109/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)
[110/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)
[111/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)
[112/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)
[113/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)
[114/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)
[115/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)
[116/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)
[117/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)
[118/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)
[119/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)
[120/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)
[121/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)
[122/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)
[123/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)
[124/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)
[125/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)
[126/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)
[127/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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[128/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)
[129/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)
[130/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)
[131/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)
[132/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)
[133/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)
[134/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)
[135/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)
[136/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)
[137/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)
[138/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)
[139/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)
[140/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)
[141/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)
[142/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)
[143/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)
[144/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)
[145/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)
[146/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)
[147/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)
[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)
BUILD FAILURE 6.3 linux