Build Information
Failed to build Spot, reference master (5cc78a), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 15:17:20 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dhardiman/spot.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dhardiman/spot
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 5cc78ae Available on iOS 9+
Cloned https://github.com/dhardiman/spot.git
Revision (git rev-parse @):
5cc78ae847e2757f3a35fd30201ec55028f9008e
SUCCESS checkout https://github.com/dhardiman/spot.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "spot",
"name": "Spot",
"url": "https://github.com/dhardiman/spot.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/spot",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/dhardiman/spot.git
[1/111] Fetching spot
Fetched https://github.com/dhardiman/spot.git from cache (0.75s)
Creating working copy for https://github.com/dhardiman/spot.git
Working copy of https://github.com/dhardiman/spot.git resolved at master (5cc78ae)
warning: '.resolve-product-dependencies': dependency 'spot' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/dhardiman/spot.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/6] Emitting module Spot
/Users/admin/builder/spi-builder-workspace/Sources/Spot/LocationHandler.swift:11:8: error: no such module 'UIKit'
9 | import CoreLocation
10 | import Foundation
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public typealias LocationCompletion = ((Result<CLLocationCoordinate2D, LocationRequestError>) -> Void)
[4/6] Compiling Spot LocationService.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spot/LocationHandler.swift:11:8: error: no such module 'UIKit'
9 | import CoreLocation
10 | import Foundation
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public typealias LocationCompletion = ((Result<CLLocationCoordinate2D, LocationRequestError>) -> Void)
[5/6] Compiling Spot LocationHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spot/LocationHandler.swift:11:8: error: no such module 'UIKit'
9 | import CoreLocation
10 | import Foundation
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public typealias LocationCompletion = ((Result<CLLocationCoordinate2D, LocationRequestError>) -> Void)
[6/6] Compiling Spot LocationAccess.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spot/LocationHandler.swift:11:8: error: no such module 'UIKit'
9 | import CoreLocation
10 | import Foundation
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public typealias LocationCompletion = ((Result<CLLocationCoordinate2D, LocationRequestError>) -> Void)
BUILD FAILURE 6.3 macosSpm