Build Information
Failed to build LocationPicker with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.42.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alessiorubicini/LocationPickerForSwiftUI.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/alessiorubicini/LocationPickerForSwiftUI
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 17b813a Updated README
Cloned https://github.com/alessiorubicini/LocationPickerForSwiftUI.git
Revision (git rev-parse @):
17b813a1608d6dec69226575c7b189d2d973be3a
SUCCESS checkout https://github.com/alessiorubicini/LocationPickerForSwiftUI.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $workDir
https://github.com/alessiorubicini/LocationPickerForSwiftUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/9] Emitting module LocationPicker
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
import MobileCoreServices
^
[2/9] Compiling LocationPicker LocationPicker.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
import MobileCoreServices
^
[3/9] Compiling LocationPicker LocationError.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
import MobileCoreServices
^
[4/9] Compiling LocationPicker UsageExample.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
import MobileCoreServices
^
[5/9] Compiling LocationPicker LocationManager.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
import MobileCoreServices
^
[6/9] Compiling LocationPicker LocationManagerDelegate.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
import MobileCoreServices
^
[7/9] Compiling LocationPicker MapView.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
import MobileCoreServices
^
[8/9] Compiling LocationPicker CLLocationCoordinate2D+Equatable.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
import MobileCoreServices
^
[9/9] Compiling LocationPicker LocalizedStringKey+toString.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
import MobileCoreServices
^
[10/10] Compiling LocationPicker VisualEffectView.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
import MobileCoreServices
^
error: fatalError
BUILD FAILURE 5.9 macosSpm