The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build StadiaMapsAutocompleteSearch, reference 1.2.0 (0519e4), with Swift 6.0 (beta) for Linux on 13 Sep 2024 10:54:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stadiamaps/swiftui-autocomplete-search.git
Reference: 1.2.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/stadiamaps/swiftui-autocomplete-search
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 0519e42 Polish up result display with more local context and better iconography
Cloned https://github.com/stadiamaps/swiftui-autocomplete-search.git
Revision (git rev-parse @):
0519e42fa3721f4dfc0fff406c7698ecccc5e065
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/stadiamaps/swiftui-autocomplete-search.git at 1.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/stadiamaps/swiftui-autocomplete-search.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9d7dab235f2b0b46edadd73b1fb0c3b5323df02053420324a4a2f8ca89cb54a5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/stadiamaps/stadiamaps-api-swift
Fetching https://github.com/Flight-School/AnyCodable
[1/782] Fetching anycodable
[361/1484] Fetching anycodable, stadiamaps-api-swift
Fetched https://github.com/Flight-School/AnyCodable from cache (0.22s)
Fetched https://github.com/stadiamaps/stadiamaps-api-swift from cache (0.22s)
Computing version for https://github.com/stadiamaps/stadiamaps-api-swift
Computed https://github.com/stadiamaps/stadiamaps-api-swift at 4.1.0 (2.71s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (0.61s)
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
Creating working copy for https://github.com/stadiamaps/stadiamaps-api-swift
Working copy of https://github.com/stadiamaps/stadiamaps-api-swift resolved at 4.1.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/8] Emitting module AnyCodable
[6/8] Compiling AnyCodable AnyDecodable.swift
[7/8] Compiling AnyCodable AnyEncodable.swift
[8/8] Compiling AnyCodable AnyCodable.swift
[10/128] Compiling StadiaMaps OsrmRouteResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[11/128] Compiling StadiaMaps OsrmRouteStep.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[12/128] Compiling StadiaMaps OsrmSpeedLimit.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[13/128] Compiling StadiaMaps OsrmStepManeuver.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[14/128] Compiling StadiaMaps OsrmViaWaypoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[15/128] Compiling StadiaMaps OsrmVoiceInstruction.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[16/128] Compiling StadiaMaps OsrmWaypoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[17/128] Compiling StadiaMaps PedestrianCostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[18/128] Compiling StadiaMaps PeliasGeoJSONFeature.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/128] Compiling StadiaMaps PeliasGeoJSONProperties.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/128] Compiling StadiaMaps PeliasGeoJSONPropertiesAddendum.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/128] Compiling StadiaMaps PeliasGeoJSONPropertiesAddendumOsm.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/128] Compiling StadiaMaps PeliasLayer.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/128] Compiling StadiaMaps PeliasResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/128] Compiling StadiaMaps PeliasSource.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/128] Compiling StadiaMaps Restrictions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[26/128] Compiling StadiaMaps RoadClass.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[27/144] Compiling StadiaMaps GeoJSONGeometry.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[28/144] Compiling StadiaMaps GeoJSONGeometryBase.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[29/144] Compiling StadiaMaps GeoJSONLineString.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[30/144] Compiling StadiaMaps GeoJSONPoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[31/144] Compiling StadiaMaps GeoJSONPolygon.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[32/144] Compiling StadiaMaps GeocodingObject.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[33/144] Compiling StadiaMaps HeightRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[34/144] Compiling StadiaMaps HeightResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[35/144] Compiling StadiaMaps HighwayClassification.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[36/144] Compiling StadiaMaps IntersectingEdge.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[37/144] Compiling StadiaMaps IsochroneCostingModel.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[38/144] Compiling StadiaMaps IsochroneFeature.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[39/144] Compiling StadiaMaps IsochroneProperties.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[40/144] Compiling StadiaMaps IsochroneRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[41/144] Compiling StadiaMaps IsochroneResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[42/144] Compiling StadiaMaps LocateDetailedEdge.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[43/144] Compiling StadiaMaps LocateEdge.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[44/144] Compiling StadiaMaps MotorScooterCostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[45/144] Compiling StadiaMaps MotorcycleCostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[46/144] Compiling StadiaMaps NearestRoadsRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[47/144] Compiling StadiaMaps NodeId.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[48/144] Compiling StadiaMaps NodeType.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[49/144] Compiling StadiaMaps OptimizedRouteRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[50/144] Compiling StadiaMaps OsrmAdmin.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[51/144] Compiling StadiaMaps OsrmAnnotation.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[52/144] Compiling StadiaMaps OsrmBannerComponent.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[53/144] Compiling StadiaMaps OsrmBannerContent.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[54/144] Compiling StadiaMaps OsrmBannerInstruction.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[55/144] Compiling StadiaMaps OsrmBaseApiResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[56/144] Compiling StadiaMaps OsrmGuidanceModifier.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[57/144] Compiling StadiaMaps OsrmIntersection.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[58/144] Compiling StadiaMaps OsrmLane.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[59/144] Compiling StadiaMaps OsrmRoute.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[60/144] Compiling StadiaMaps OsrmRouteLeg.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[61/144] Compiling StadiaMaps Route200Response.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[62/144] Compiling StadiaMaps RouteLeg.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[63/144] Compiling StadiaMaps RouteManeuver.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[64/144] Compiling StadiaMaps RouteRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[65/144] Compiling StadiaMaps RouteResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[66/144] Compiling StadiaMaps RouteResponseAlternatesInner.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[67/144] Compiling StadiaMaps RouteSummary.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[68/144] Compiling StadiaMaps RouteTrip.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[69/144] Compiling StadiaMaps RoutingResponseWaypoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[70/144] Compiling StadiaMaps RoutingWaypoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[71/144] Compiling StadiaMaps RoutingWaypointAllOfSearchFilter.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[72/144] Compiling StadiaMaps SearchQuery.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[73/144] Compiling StadiaMaps SearchStructuredQuery.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[74/144] Compiling StadiaMaps SimpleRoutingWaypoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[75/144] Compiling StadiaMaps Speeds.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[76/144] Compiling StadiaMaps TraceAttributeFilterOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[77/144] Compiling StadiaMaps APIHelper.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[78/144] Compiling StadiaMaps APIs.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[79/144] Compiling StadiaMaps GeocodingAPI.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[80/144] Compiling StadiaMaps GeospatialAPI.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[81/144] Compiling StadiaMaps RoutingAPI.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[82/144] Compiling StadiaMaps CodableHelper.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[83/144] Compiling StadiaMaps Configuration.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[84/144] Compiling StadiaMaps Extensions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[85/144] Compiling StadiaMaps JSONDataEncoding.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[86/144] Compiling StadiaMaps JSONEncodingHelper.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[87/144] Compiling StadiaMaps Models.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[88/144] Compiling StadiaMaps Access.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[89/144] Compiling StadiaMaps AdminRegion.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[90/144] Compiling StadiaMaps Administrative.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[91/144] Compiling StadiaMaps AnnotationFilters.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[92/144] Compiling StadiaMaps AutoCostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[93/144] Compiling StadiaMaps BaseCostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[94/144] Compiling StadiaMaps TraceAttributeKey.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[95/144] Compiling StadiaMaps TraceAttributesBaseResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[96/144] Compiling StadiaMaps TraceAttributesRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[97/144] Compiling StadiaMaps TraceAttributesResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[98/144] Compiling StadiaMaps TraceEdge.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[99/144] Compiling StadiaMaps TravelMode.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[100/144] Compiling StadiaMaps Traversability.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[101/144] Compiling StadiaMaps TruckCostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[102/144] Compiling StadiaMaps TzResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[103/144] Compiling StadiaMaps ValhallaLanguages.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/144] Compiling StadiaMaps ValhallaLongUnits.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no 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/144] Compiling StadiaMaps Warning.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[106/144] Compiling StadiaMaps OpenISO8601DateFormatter.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[107/144] Compiling StadiaMaps SynchronizedDictionary.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[108/144] Compiling StadiaMaps URLSessionImplementations.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[109/144] Compiling StadiaMaps Validation.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[110/144] Emitting module StadiaMaps
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[111/144] Compiling StadiaMaps BaseTraceRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[112/144] Compiling StadiaMaps BicycleCostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[113/144] Compiling StadiaMaps BikeNetwork.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[114/144] Compiling StadiaMaps BulkRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[115/144] Compiling StadiaMaps BulkRequestQuery.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[116/144] Compiling StadiaMaps BulkSearchResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[117/144] Compiling StadiaMaps Contour.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[118/144] Compiling StadiaMaps Coordinate.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[119/144] Compiling StadiaMaps CostingModel.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[120/144] Compiling StadiaMaps CostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[121/144] Compiling StadiaMaps DirectionsOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[122/144] Compiling StadiaMaps DistanceUnit.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[123/144] Compiling StadiaMaps EdgeSign.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[124/144] Compiling StadiaMaps EdgeUse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[125/144] Compiling StadiaMaps EndNode.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[126/144] Compiling StadiaMaps ExtendedDirectionsOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[127/144] Compiling StadiaMaps GeoAttributes.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[128/144] Compiling StadiaMaps LocateEdgeInfo.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[129/144] Compiling StadiaMaps LocateNode.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[130/144] Compiling StadiaMaps LocateObject.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[131/144] Compiling StadiaMaps LowSpeedVehicleCostingOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[132/144] Compiling StadiaMaps ManeuverSign.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[133/144] Compiling StadiaMaps ManeuverSignElement.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[134/144] Compiling StadiaMaps MapMatchCostingModel.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[135/144] Compiling StadiaMaps MapMatchRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[136/144] Compiling StadiaMaps MapMatchRouteResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[137/144] Compiling StadiaMaps MapMatchTraceOptions.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[138/144] Compiling StadiaMaps MapMatchWaypoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[139/144] Compiling StadiaMaps MatchedPoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[140/144] Compiling StadiaMaps MatrixCostingModel.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[141/144] Compiling StadiaMaps MatrixDistance.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[142/144] Compiling StadiaMaps MatrixRequest.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[143/144] Compiling StadiaMaps MatrixResponse.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
[144/144] Compiling StadiaMaps MatrixWaypoint.swift
/host/spi-builder-workspace/.build/checkouts/stadiamaps-api-swift/Sources/StadiaMaps/URLSessionImplementations.swift:9:12: error: no such module 'MobileCoreServices'
  7 | import Foundation
  8 | #if !os(macOS)
  9 |     import MobileCoreServices
    |            `- error: no such module 'MobileCoreServices'
 10 | #endif
 11 | #if canImport(UniformTypeIdentifiers)
BUILD FAILURE 6.0 linux