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 (b785a6), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 22:25:53 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
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 b785a66 Updated README
Cloned https://github.com/alessiorubicini/LocationPickerForSwiftUI.git
Revision (git rev-parse @):
b785a6680dd873e702d0711ef53202d72e5f7dd7
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
[1/117] Fetching locationpickerforswiftui
Fetched https://github.com/alessiorubicini/LocationPickerForSwiftUI.git from cache (1.68s)
Creating working copy for https://github.com/alessiorubicini/LocationPickerForSwiftUI.git
Working copy of https://github.com/alessiorubicini/LocationPickerForSwiftUI.git resolved at master (b785a66)
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 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 {
[4/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/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 {
[6/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 {
[7/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 {
[8/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 {
[9/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 {
[10/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 {
[11/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 {
[12/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 {
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 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 {
[4/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 {
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 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 {
[7/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 {
[8/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 {
[9/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 {
[10/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 {
[11/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 {
BUILD FAILURE 6.1 macosSpm