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 6.1 for macOS (SPM) on 9 Sep 2025 19:08:34 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "locationpickerforswiftui",
      "name": "LocationPicker",
      "url": "https://github.com/alessiorubicini/LocationPickerForSwiftUI.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LocationPickerForSwiftUI",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/alessiorubicini/LocationPickerForSwiftUI.git
[2/122] Fetching locationpickerforswiftui
Fetched https://github.com/alessiorubicini/LocationPickerForSwiftUI.git from cache (1.64s)
Creating working copy for https://github.com/alessiorubicini/LocationPickerForSwiftUI.git
Working copy of https://github.com/alessiorubicini/LocationPickerForSwiftUI.git resolved at master (01088d3)
warning: '.resolve-product-dependencies': dependency 'locationpickerforswiftui' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/alessiorubicini/LocationPickerForSwiftUI.git
https://github.com/alessiorubicini/LocationPickerForSwiftUI.git
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "LocationPicker",
  "name" : "LocationPicker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "LocationPicker",
      "targets" : [
        "LocationPicker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LocationPickerTests",
      "module_type" : "SwiftTarget",
      "name" : "LocationPickerTests",
      "path" : "Tests/LocationPickerTests",
      "sources" : [
        "LocationPickerTests.swift"
      ],
      "target_dependencies" : [
        "LocationPicker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LocationPicker",
      "module_type" : "SwiftTarget",
      "name" : "LocationPicker",
      "path" : "Sources/LocationPicker",
      "product_memberships" : [
        "LocationPicker"
      ],
      "sources" : [
        "CLLocationCoordinate2D+Equatable.swift",
        "LocalizedStringKey+toString.swift",
        "LocationError.swift",
        "LocationManager.swift",
        "LocationManagerDelegate.swift",
        "LocationPicker.swift",
        "MapView.swift",
        "UsageExample.swift",
        "VisualEffectView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/12] Compiling LocationPicker UsageExample.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
  8 | import SwiftUI
  9 | import MapKit
 10 | import MobileCoreServices
    |        `- error: no such module 'MobileCoreServices'
 11 |
 12 | public struct LocationPicker: View {
[4/12] Compiling LocationPicker VisualEffectView.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
  8 | import SwiftUI
  9 | import MapKit
 10 | import MobileCoreServices
    |        `- error: no such module 'MobileCoreServices'
 11 |
 12 | public struct LocationPicker: View {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/12] Compiling LocationPicker LocationPicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
  8 | import SwiftUI
  9 | import MapKit
 10 | import MobileCoreServices
    |        `- error: no such module 'MobileCoreServices'
 11 |
 12 | public struct LocationPicker: View {
[6/12] Compiling LocationPicker LocationError.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
  8 | import SwiftUI
  9 | import MapKit
 10 | import MobileCoreServices
    |        `- error: no such module 'MobileCoreServices'
 11 |
 12 | public struct LocationPicker: View {
[7/12] Emitting module LocationPicker
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
  8 | import SwiftUI
  9 | import MapKit
 10 | import MobileCoreServices
    |        `- error: no such module 'MobileCoreServices'
 11 |
 12 | public struct LocationPicker: View {
[8/12] Compiling LocationPicker LocalizedStringKey+toString.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
  8 | import SwiftUI
  9 | import MapKit
 10 | import MobileCoreServices
    |        `- error: no such module 'MobileCoreServices'
 11 |
 12 | public struct LocationPicker: View {
[9/12] Compiling LocationPicker LocationManagerDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
  8 | import SwiftUI
  9 | import MapKit
 10 | import MobileCoreServices
    |        `- error: no such module 'MobileCoreServices'
 11 |
 12 | public struct LocationPicker: View {
[10/12] Compiling LocationPicker LocationManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
  8 | import SwiftUI
  9 | import MapKit
 10 | import MobileCoreServices
    |        `- error: no such module 'MobileCoreServices'
 11 |
 12 | public struct LocationPicker: View {
[11/12] Compiling LocationPicker MapView.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
  8 | import SwiftUI
  9 | import MapKit
 10 | import MobileCoreServices
    |        `- error: no such module 'MobileCoreServices'
 11 |
 12 | public struct LocationPicker: View {
[12/12] Compiling LocationPicker CLLocationCoordinate2D+Equatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
  8 | import SwiftUI
  9 | import MapKit
 10 | import MobileCoreServices
    |        `- error: no such module 'MobileCoreServices'
 11 |
 12 | public struct LocationPicker: View {
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/11] Compiling LocationPicker UsageExample.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
  8 | import SwiftUI
  9 | import MapKit
 10 | import MobileCoreServices
    |        `- error: no such module 'MobileCoreServices'
 11 |
 12 | public struct LocationPicker: View {
[3/11] Compiling LocationPicker CLLocationCoordinate2D+Equatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
  8 | import SwiftUI
  9 | import MapKit
 10 | import MobileCoreServices
    |        `- error: no such module 'MobileCoreServices'
 11 |
 12 | public struct LocationPicker: View {
[4/11] Compiling LocationPicker LocationError.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
  8 | import SwiftUI
  9 | import MapKit
 10 | import MobileCoreServices
    |        `- error: no such module 'MobileCoreServices'
 11 |
 12 | public struct LocationPicker: View {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/11] Emitting module LocationPicker
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
  8 | import SwiftUI
  9 | import MapKit
 10 | import MobileCoreServices
    |        `- error: no such module 'MobileCoreServices'
 11 |
 12 | public struct LocationPicker: View {
[6/11] Compiling LocationPicker VisualEffectView.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
  8 | import SwiftUI
  9 | import MapKit
 10 | import MobileCoreServices
    |        `- error: no such module 'MobileCoreServices'
 11 |
 12 | public struct LocationPicker: View {
[7/11] Compiling LocationPicker MapView.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
  8 | import SwiftUI
  9 | import MapKit
 10 | import MobileCoreServices
    |        `- error: no such module 'MobileCoreServices'
 11 |
 12 | public struct LocationPicker: View {
[8/11] Compiling LocationPicker LocalizedStringKey+toString.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
  8 | import SwiftUI
  9 | import MapKit
 10 | import MobileCoreServices
    |        `- error: no such module 'MobileCoreServices'
 11 |
 12 | public struct LocationPicker: View {
[9/11] Compiling LocationPicker LocationManagerDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
  8 | import SwiftUI
  9 | import MapKit
 10 | import MobileCoreServices
    |        `- error: no such module 'MobileCoreServices'
 11 |
 12 | public struct LocationPicker: View {
[10/11] Compiling LocationPicker LocationManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
  8 | import SwiftUI
  9 | import MapKit
 10 | import MobileCoreServices
    |        `- error: no such module 'MobileCoreServices'
 11 |
 12 | public struct LocationPicker: View {
[11/11] Compiling LocationPicker LocationPicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:10:8: error: no such module 'MobileCoreServices'
  8 | import SwiftUI
  9 | import MapKit
 10 | import MobileCoreServices
    |        `- error: no such module 'MobileCoreServices'
 11 |
 12 | public struct LocationPicker: View {
BUILD FAILURE 6.1 macosSpm