The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build LocationPicker, reference master (01088d), with Swift 5.10 for macOS (SPM) on 9 Sep 2025 19:09:12 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alessiorubicini/LocationPickerForSwiftUI.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alessiorubicini/LocationPickerForSwiftUI
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 01088d3 New Icon
Cloned https://github.com/alessiorubicini/LocationPickerForSwiftUI.git
Revision (git rev-parse @):
01088d31b4a0985f8b9285f7d176f6448333c45c
SUCCESS checkout https://github.com/alessiorubicini/LocationPickerForSwiftUI.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/alessiorubicini/LocationPickerForSwiftUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/12] Compiling LocationPicker VisualEffectView.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
import MobileCoreServices
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/12] Emitting module LocationPicker
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
import MobileCoreServices
       ^
[5/12] Compiling LocationPicker LocationManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
import MobileCoreServices
       ^
[6/12] Compiling LocationPicker LocationManagerDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
import MobileCoreServices
       ^
[7/12] Compiling LocationPicker LocalizedStringKey+toString.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
import MobileCoreServices
       ^
[8/12] Compiling LocationPicker UsageExample.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
import MobileCoreServices
       ^
[9/12] Compiling LocationPicker LocationPicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
import MobileCoreServices
       ^
[10/12] Compiling LocationPicker MapView.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
import MobileCoreServices
       ^
[11/12] Compiling LocationPicker LocationError.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
import MobileCoreServices
       ^
[12/12] Compiling LocationPicker CLLocationCoordinate2D+Equatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
import MobileCoreServices
       ^
error: fatalError
BUILD FAILURE 5.10 macosSpm