Build Information
Failed to build StadiaMaps, reference main (893ed7), with Swift 6.1 for Wasm on 27 Apr 2026 10:33:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stadiamaps/stadiamaps-api-swift.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/stadiamaps-api-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 893ed79 Add new structured geocoding API fields
Cloned https://github.com/stadiamaps/stadiamaps-api-swift.git
Revision (git rev-parse @):
893ed799f9e04697d571f511123966b016f5391a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/stadiamaps/stadiamaps-api-swift.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/stadiamaps/stadiamaps-api-swift.git
https://github.com/stadiamaps/stadiamaps-api-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
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 (0.90s)
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/7] Compiling AnyCodable AnyEncodable.swift
[5/7] Compiling AnyCodable AnyDecodable.swift
[6/7] Emitting module AnyCodable
[7/7] Compiling AnyCodable AnyCodable.swift
[9/149] Compiling StadiaMaps BicycleCostingOptions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/149] Compiling StadiaMaps BikeNetwork.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/149] Compiling StadiaMaps BulkRequest.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/149] Compiling StadiaMaps BulkRequestQuery.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/149] Compiling StadiaMaps BulkSearchResponse.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/149] Compiling StadiaMaps Context.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/149] Compiling StadiaMaps Contour.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/149] Compiling StadiaMaps Coordinate.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/149] Compiling StadiaMaps CostingModel.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/149] Compiling StadiaMaps CostingOptions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/149] Compiling StadiaMaps DirectionsOptions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/149] Compiling StadiaMaps DistanceUnit.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/149] Compiling StadiaMaps EdgeSign.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/149] Compiling StadiaMaps EdgeUse.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/149] Compiling StadiaMaps EndNode.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/149] Compiling StadiaMaps ExtendedDirectionsOptions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/149] Compiling StadiaMaps FeaturePropertiesV2.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/149] Compiling StadiaMaps FeaturePropertiesV2Properties.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/149] Compiling StadiaMaps FoursquareAddendum.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/149] Compiling StadiaMaps GeoAttributes.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps Route200Response.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps RouteLeg.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps RouteManeuver.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps RouteRequest.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps RouteResponse.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps RouteResponseAlternatesInner.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps RouteSummary.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps RouteTrip.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps RoutingLanguages.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps RoutingLongUnits.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps RoutingResponseWaypoint.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps RoutingWaypoint.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps RoutingWaypointAllOfSearchFilter.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps SearchQuery.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps SearchStructuredQuery.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps ShapeFormat.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps SimpleRoutingWaypoint.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps SourceAttribution.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps SourceId.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps Speeds.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps OsrmGuidanceModifier.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps OsrmIntersection.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps OsrmLane.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps OsrmRoute.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps OsrmRouteLeg.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps OsrmRouteResponse.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps OsrmRouteStep.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps OsrmSpeedLimit.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps OsrmStepManeuver.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps OsrmViaWaypoint.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps OsrmVoiceInstruction.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps OsrmWaypoint.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps PedestrianCostingOptions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps PedestrianType.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps Point.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps Precision.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps PropertiesV2.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps Restrictions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps ReverseQuery.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps RoadClass.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps MatchedPoint.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps MatrixCostingModel.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps MatrixDistance.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps MatrixRequest.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps MatrixResponse.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps MatrixWaypoint.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps MotorScooterCostingOptions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps MotorcycleCostingOptions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps NearestRoadsCostingModel.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps NearestRoadsRequest.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps NodeId.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps NodeType.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps OpenStreetMapAddendum.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps OptimizedRouteRequest.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps OsrmAdmin.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps OsrmAnnotation.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps OsrmBannerComponent.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps OsrmBannerContent.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps OsrmBannerInstruction.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps OsrmBaseApiResponse.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps GeoJSONGeometry.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps GeoJSONGeometryBase.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps GeoJSONLineString.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps GeoJSONPoint.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps GeoJSONPolygon.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps GeocodeResponse.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps GeocodeResponseEnvelopePropertiesV2.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps GeocodingGeoJSONFeature.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps GeocodingGeoJSONProperties.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps GeocodingGeoJSONPropertiesAddendum.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps GeocodingGeoJSONPropertiesAddendumOsm.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps GeocodingLayer.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps GeocodingMeta.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps GeocodingObject.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps GeocodingSource.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps GeonamesAddendum.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps HeightRequest.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps HeightResponse.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps HighwayClassification.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps IntersectingEdge.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps APIHelper.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps APIs.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps GeocodingAPI.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps GeospatialAPI.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps RoutingAPI.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps CodableHelper.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps Configuration.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps Extensions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps JSONDataEncoding.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps JSONEncodingHelper.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps Models.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps Access.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps AddendumV2.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps AddressComponentsV2.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps AdminRegion.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps Administrative.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps AnnotationFilters.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps AutoCostingOptions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps BaseCostingOptions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps BaseTraceRequest.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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)
[129/169] Emitting module StadiaMaps
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps IsochroneCostingModel.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps IsochroneFeature.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps IsochroneProperties.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps IsochroneRequest.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps IsochroneResponse.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps LayerId.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps LocateDetailedEdge.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps LocateEdge.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps LocateEdgeInfo.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps LocateNode.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps LocateObject.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps LowSpeedVehicleCostingOptions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps ManeuverSign.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps ManeuverSignElement.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps MapMatchCostingModel.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps MapMatchRequest.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps MapMatchRouteResponse.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps MapMatchTraceOptions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps MapMatchWaypoint.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps MatchType.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps TimeConstraintV1.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps TraceAttributeFilterOptions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps TraceAttributeKey.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps TraceAttributesBaseResponse.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps TraceAttributesRequest.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps TraceAttributesResponse.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps TraceEdge.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps TravelMode.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps Traversability.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps TruckCostingOptions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps TzResponse.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps TzResponseV2.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps Warning.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps WhosOnFirstConcordances.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps WofContext.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps WofContextComponent.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/169] Compiling StadiaMaps OpenISO8601DateFormatter.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[167/169] Compiling StadiaMaps SynchronizedDictionary.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[168/169] Compiling StadiaMaps URLSessionImplementations.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[169/169] Compiling StadiaMaps Validation.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/5] Compiling AnyCodable AnyDecodable.swift
[3/5] Emitting module AnyCodable
[4/5] Compiling AnyCodable AnyCodable.swift
[5/5] Compiling AnyCodable AnyEncodable.swift
[7/147] Compiling StadiaMaps BicycleCostingOptions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/147] Compiling StadiaMaps BikeNetwork.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/147] Compiling StadiaMaps BulkRequest.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/147] Compiling StadiaMaps BulkRequestQuery.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/147] Compiling StadiaMaps BulkSearchResponse.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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 Context.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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 Contour.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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 Coordinate.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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 CostingModel.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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 CostingOptions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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 DirectionsOptions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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 DistanceUnit.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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 EdgeSign.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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 EdgeUse.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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 EndNode.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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 ExtendedDirectionsOptions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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 FeaturePropertiesV2.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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 FeaturePropertiesV2Properties.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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 FoursquareAddendum.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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 GeoAttributes.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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 OsrmGuidanceModifier.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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 OsrmIntersection.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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 OsrmLane.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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 OsrmRoute.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/147] Compiling StadiaMaps OsrmRouteLeg.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/147] Compiling StadiaMaps OsrmRouteResponse.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/147] Compiling StadiaMaps OsrmRouteStep.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/147] Compiling StadiaMaps OsrmSpeedLimit.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/147] Compiling StadiaMaps OsrmStepManeuver.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/147] Compiling StadiaMaps OsrmViaWaypoint.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/147] Compiling StadiaMaps OsrmVoiceInstruction.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/147] Compiling StadiaMaps OsrmWaypoint.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/147] Compiling StadiaMaps PedestrianCostingOptions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/147] Compiling StadiaMaps PedestrianType.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/147] Compiling StadiaMaps Point.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/147] Compiling StadiaMaps Precision.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/147] Compiling StadiaMaps PropertiesV2.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/147] Compiling StadiaMaps Restrictions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/147] Compiling StadiaMaps ReverseQuery.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/147] Compiling StadiaMaps RoadClass.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps Route200Response.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps RouteLeg.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps RouteManeuver.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps RouteRequest.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps RouteResponse.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps RouteResponseAlternatesInner.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps RouteSummary.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps RouteTrip.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps RoutingLanguages.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps RoutingLongUnits.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps RoutingResponseWaypoint.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps RoutingWaypoint.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps RoutingWaypointAllOfSearchFilter.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps SearchQuery.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps SearchStructuredQuery.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps ShapeFormat.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps SimpleRoutingWaypoint.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps SourceAttribution.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps SourceId.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps Speeds.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps GeoJSONGeometry.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps GeoJSONGeometryBase.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps GeoJSONLineString.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps GeoJSONPoint.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps GeoJSONPolygon.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps GeocodeResponse.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps GeocodeResponseEnvelopePropertiesV2.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps GeocodingGeoJSONFeature.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps GeocodingGeoJSONProperties.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps GeocodingGeoJSONPropertiesAddendum.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps GeocodingGeoJSONPropertiesAddendumOsm.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps GeocodingLayer.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps GeocodingMeta.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps GeocodingObject.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps GeocodingSource.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps GeonamesAddendum.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps HeightRequest.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps HeightResponse.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps HighwayClassification.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps IntersectingEdge.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps IsochroneCostingModel.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps IsochroneFeature.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps IsochroneProperties.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps IsochroneRequest.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps IsochroneResponse.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps LayerId.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps LocateDetailedEdge.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps LocateEdge.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps LocateEdgeInfo.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps LocateNode.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps LocateObject.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps LowSpeedVehicleCostingOptions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps ManeuverSign.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps ManeuverSignElement.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps MapMatchCostingModel.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps MapMatchRequest.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps MapMatchRouteResponse.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps MapMatchTraceOptions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps MapMatchWaypoint.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps MatchType.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps APIHelper.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps APIs.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps GeocodingAPI.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps GeospatialAPI.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps RoutingAPI.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps CodableHelper.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps Configuration.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps Extensions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps JSONDataEncoding.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps JSONEncodingHelper.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps Models.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps Access.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps AddendumV2.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps AddressComponentsV2.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps AdminRegion.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps Administrative.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps AnnotationFilters.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps AutoCostingOptions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps BaseCostingOptions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps BaseTraceRequest.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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)
[127/167] Emitting module StadiaMaps
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps MatchedPoint.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps MatrixCostingModel.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps MatrixDistance.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps MatrixRequest.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps MatrixResponse.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps MatrixWaypoint.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps MotorScooterCostingOptions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps MotorcycleCostingOptions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps NearestRoadsCostingModel.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps NearestRoadsRequest.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps NodeId.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps NodeType.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps OpenStreetMapAddendum.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps OptimizedRouteRequest.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps OsrmAdmin.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps OsrmAnnotation.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps OsrmBannerComponent.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps OsrmBannerContent.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps OsrmBannerInstruction.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps OsrmBaseApiResponse.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps TimeConstraintV1.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps TraceAttributeFilterOptions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps TraceAttributeKey.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps TraceAttributesBaseResponse.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps TraceAttributesRequest.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps TraceAttributesResponse.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps TraceEdge.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps TravelMode.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps Traversability.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps TruckCostingOptions.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps TzResponse.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps TzResponseV2.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps Warning.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps WhosOnFirstConcordances.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps WofContext.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps WofContextComponent.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps OpenISO8601DateFormatter.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps SynchronizedDictionary.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/167] Compiling StadiaMaps URLSessionImplementations.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
7 | import Foundation
8 | #if !os(macOS)
9 | import MobileCoreServices
| `- error: no such module 'MobileCoreServices'
10 | #endif
11 | #if canImport(UniformTypeIdentifiers)
[167/167] Compiling StadiaMaps Validation.swift
/host/spi-builder-workspace/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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 wasm