Build Information
Failed to build WandLocation, reference main (69a7c5
), with Swift 5.10 for macOS (SPM) on 2 Jul 2025 05:32:59 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/The-Wand/Location.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/The-Wand/Location
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 69a7c5b Update Package.resolved
Cloned https://github.com/The-Wand/Location.git
Revision (git rev-parse @):
69a7c5b195e0631ac06236fe0adaf163110edc05
SUCCESS checkout https://github.com/The-Wand/Location.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/The-Wand/Location.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-33747A42983211AE.txt
[4/24] Emitting module Wand
[5/26] Compiling Wand |.swift
[6/26] Compiling Wand CoreGraphicsMath+Wand.swift
[7/26] Compiling Wand Log.swift
[8/26] Compiling Wand Memory.swift
[9/26] Compiling Wand Describing.swift
[10/26] Compiling Wand Describing_Character.swift
[11/26] Compiling Wand AskingNil.swift
[12/26] Compiling Wand Obtain.swift
[13/26] Compiling Wand Error?.swift
[14/26] Compiling Wand Wanded.swift
[15/26] Compiling Wand Option.swift
[16/26] Compiling Wand Ask.swift
[17/26] Compiling Wand Asking.swift
[18/26] Compiling Wand Numbers+Wand.swift
[19/26] Compiling Wand String+Wand.swift
[20/26] Compiling Wand Wand.swift
[21/26] Compiling Wand Error.swift
[22/26] Compiling Wand All.swift
[23/26] Compiling Wand Any.swift
[24/26] Compiling Wand Counting.swift
[25/26] Compiling Wand Describing_Data.swift
[26/26] Compiling Wand Expressible.swift
[27/35] Compiling WandLocation Location.swift
[28/35] Compiling WandLocation CLRegion_Convert.swift
[29/35] Compiling WandLocation CLLocation_Convert.swift
[30/35] Compiling WandLocation CLLocationCoordinate2D_Convert.swift
[31/35] Compiling WandLocation CLLocation_Ask.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/35] Compiling WandLocation CLAuthorizationStatus_Ask.swift
[33/35] Compiling WandLocation CLRegion_Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandLocation/CLRegion_Ask.swift:39:5: warning: 'public' modifier is redundant for enum declared in a public extension
public
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WandLocation/CLRegion_Ask.swift:88:17: warning: variable 'cleaner' was never mutated; consider changing to 'let' constant
var cleaner: ( ()->() )? = nil
~~~ ^
let
[34/35] Emitting module WandLocation
/Users/admin/builder/spi-builder-workspace/Sources/WandLocation/CLLocationManager_Obtain.swift:27:30: error: unknown attribute 'retroactive'
extension CLLocationManager: @retroactive Obtain {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandLocation/CLLocationManager_Obtain.swift:27:1: error: inheritance from non-protocol type 'any Obtain'
extension CLLocationManager: @retroactive Obtain {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandLocation/CLRegion_Ask.swift:39:5: warning: 'public' modifier is redundant for enum declared in a public extension
public
^~~~~~
[35/35] Compiling WandLocation CLLocationManager_Obtain.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandLocation/CLLocationManager_Obtain.swift:27:30: error: unknown attribute 'retroactive'
extension CLLocationManager: @retroactive Obtain {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandLocation/CLLocationManager_Obtain.swift:27:1: error: inheritance from non-protocol type 'any Obtain'
extension CLLocationManager: @retroactive Obtain {
^
error: fatalError
Fetching https://github.com/The-Wand/Wand.git
Fetching https://github.com/The-Wand/Any.git
[1/143] Fetching any
[67/5512] Fetching any, wand
Fetched https://github.com/The-Wand/Wand.git from cache (1.71s)
Fetched https://github.com/The-Wand/Any.git from cache (1.71s)
Computing version for https://github.com/The-Wand/Wand.git
Computed https://github.com/The-Wand/Wand.git at 1.5.5 (0.47s)
Computing version for https://github.com/The-Wand/Any.git
Computed https://github.com/The-Wand/Any.git at 1.0.1 (0.46s)
Creating working copy for https://github.com/The-Wand/Wand.git
Working copy of https://github.com/The-Wand/Wand.git resolved at 1.5.5
Creating working copy for https://github.com/The-Wand/Any.git
Working copy of https://github.com/The-Wand/Any.git resolved at 1.0.1
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Tests/wandTests/Package.xctestplan
BUILD FAILURE 5.10 macosSpm