Build Information
Failed to build PXGoogleDirections, reference 1.6.0 (41ea04), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 07:30:16 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/poulpix/PXGoogleDirections.git
Reference: 1.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/poulpix/PXGoogleDirections
* tag 1.6.0 -> FETCH_HEAD
HEAD is now at 41ea04b Updated Readme to remove Swift Package Manager feature in V1.6
Cloned https://github.com/poulpix/PXGoogleDirections.git
Revision (git rev-parse @):
41ea04b86a7c320fa5007481434d2e2c7fa6253b
SUCCESS checkout https://github.com/poulpix/PXGoogleDirections.git at 1.6.0
========================================
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": "pxgoogledirections",
"name": "PXGoogleDirections",
"url": "https://github.com/poulpix/PXGoogleDirections.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PXGoogleDirections",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/poulpix/PXGoogleDirections.git
[1/2067] Fetching pxgoogledirections
Fetched https://github.com/poulpix/PXGoogleDirections.git from cache (25.59s)
Creating working copy for https://github.com/poulpix/PXGoogleDirections.git
Working copy of https://github.com/poulpix/PXGoogleDirections.git resolved at 1.6.0 (41ea04b)
warning: '.resolve-product-dependencies': dependency 'pxgoogledirections' 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/poulpix/PXGoogleDirections.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--6988338F2F200930.txt
[3/22] Compiling PXGoogleDirections PXTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/PXGoogleDirections/PXGoogleDirections.swift:11:8: error: no such module 'GoogleMaps'
9 | import Foundation
10 | import CoreLocation
11 | import GoogleMaps
| `- error: no such module 'GoogleMaps'
12 |
13 | // MARK: PXGoogleDirectionsDelegate protocol
[4/22] Compiling PXGoogleDirections PXGoogleDirectionsTransitLineVehicle.swift
/Users/admin/builder/spi-builder-workspace/Sources/PXGoogleDirections/PXGoogleDirections.swift:11:8: error: no such module 'GoogleMaps'
9 | import Foundation
10 | import CoreLocation
11 | import GoogleMaps
| `- error: no such module 'GoogleMaps'
12 |
13 | // MARK: PXGoogleDirectionsDelegate protocol
[5/22] Compiling PXGoogleDirections PXLocation.swift
/Users/admin/builder/spi-builder-workspace/Sources/PXGoogleDirections/PXGoogleDirections.swift:11:8: error: no such module 'GoogleMaps'
9 | import Foundation
10 | import CoreLocation
11 | import GoogleMaps
| `- error: no such module 'GoogleMaps'
12 |
13 | // MARK: PXGoogleDirectionsDelegate protocol
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/22] Emitting module PXGoogleDirections
/Users/admin/builder/spi-builder-workspace/Sources/PXGoogleDirections/PXGoogleDirections.swift:11:8: error: no such module 'GoogleMaps'
9 | import Foundation
10 | import CoreLocation
11 | import GoogleMaps
| `- error: no such module 'GoogleMaps'
12 |
13 | // MARK: PXGoogleDirectionsDelegate protocol
[7/22] Compiling PXGoogleDirections PXGoogleDirectionsTransitAgency.swift
/Users/admin/builder/spi-builder-workspace/Sources/PXGoogleDirections/PXGoogleDirections.swift:11:8: error: no such module 'GoogleMaps'
9 | import Foundation
10 | import CoreLocation
11 | import GoogleMaps
| `- error: no such module 'GoogleMaps'
12 |
13 | // MARK: PXGoogleDirectionsDelegate protocol
[8/22] Compiling PXGoogleDirections PXGoogleDirectionsTransitLine.swift
/Users/admin/builder/spi-builder-workspace/Sources/PXGoogleDirections/PXGoogleDirections.swift:11:8: error: no such module 'GoogleMaps'
9 | import Foundation
10 | import CoreLocation
11 | import GoogleMaps
| `- error: no such module 'GoogleMaps'
12 |
13 | // MARK: PXGoogleDirectionsDelegate protocol
[9/23] Compiling PXGoogleDirections PXGoogleDirectionsStop.swift
/Users/admin/builder/spi-builder-workspace/Sources/PXGoogleDirections/PXGoogleDirections.swift:11:8: error: no such module 'GoogleMaps'
9 | import Foundation
10 | import CoreLocation
11 | import GoogleMaps
| `- error: no such module 'GoogleMaps'
12 |
13 | // MARK: PXGoogleDirectionsDelegate protocol
[10/23] Compiling PXGoogleDirections PXGoogleDirectionsTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/PXGoogleDirections/PXGoogleDirections.swift:11:8: error: no such module 'GoogleMaps'
9 | import Foundation
10 | import CoreLocation
11 | import GoogleMaps
| `- error: no such module 'GoogleMaps'
12 |
13 | // MARK: PXGoogleDirectionsDelegate protocol
[11/23] Compiling PXGoogleDirections PXGoogleDirectionsRouteLegStep.swift
/Users/admin/builder/spi-builder-workspace/Sources/PXGoogleDirections/PXGoogleDirections.swift:11:8: error: no such module 'GoogleMaps'
9 | import Foundation
10 | import CoreLocation
11 | import GoogleMaps
| `- error: no such module 'GoogleMaps'
12 |
13 | // MARK: PXGoogleDirectionsDelegate protocol
[12/23] Compiling PXGoogleDirections PXGoogleDirectionsRouteLegStepTransitDetails.swift
/Users/admin/builder/spi-builder-workspace/Sources/PXGoogleDirections/PXGoogleDirections.swift:11:8: error: no such module 'GoogleMaps'
9 | import Foundation
10 | import CoreLocation
11 | import GoogleMaps
| `- error: no such module 'GoogleMaps'
12 |
13 | // MARK: PXGoogleDirectionsDelegate protocol
[13/23] Compiling PXGoogleDirections PXGoogleDirectionsRouteFare.swift
/Users/admin/builder/spi-builder-workspace/Sources/PXGoogleDirections/PXGoogleDirections.swift:11:8: error: no such module 'GoogleMaps'
9 | import Foundation
10 | import CoreLocation
11 | import GoogleMaps
| `- error: no such module 'GoogleMaps'
12 |
13 | // MARK: PXGoogleDirectionsDelegate protocol
[14/23] Compiling PXGoogleDirections PXGoogleDirectionsRouteLeg.swift
/Users/admin/builder/spi-builder-workspace/Sources/PXGoogleDirections/PXGoogleDirections.swift:11:8: error: no such module 'GoogleMaps'
9 | import Foundation
10 | import CoreLocation
11 | import GoogleMaps
| `- error: no such module 'GoogleMaps'
12 |
13 | // MARK: PXGoogleDirectionsDelegate protocol
[15/23] Compiling PXGoogleDirections PXGoogleDirectionsResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/PXGoogleDirections/PXGoogleDirections.swift:11:8: error: no such module 'GoogleMaps'
9 | import Foundation
10 | import CoreLocation
11 | import GoogleMaps
| `- error: no such module 'GoogleMaps'
12 |
13 | // MARK: PXGoogleDirectionsDelegate protocol
[16/23] Compiling PXGoogleDirections PXGoogleDirectionsRoute.swift
/Users/admin/builder/spi-builder-workspace/Sources/PXGoogleDirections/PXGoogleDirections.swift:11:8: error: no such module 'GoogleMaps'
9 | import Foundation
10 | import CoreLocation
11 | import GoogleMaps
| `- error: no such module 'GoogleMaps'
12 |
13 | // MARK: PXGoogleDirectionsDelegate protocol
[17/23] Compiling PXGoogleDirections PXGoogleDirectionsDuration.swift
/Users/admin/builder/spi-builder-workspace/Sources/PXGoogleDirections/PXGoogleDirections.swift:11:8: error: no such module 'GoogleMaps'
9 | import Foundation
10 | import CoreLocation
11 | import GoogleMaps
| `- error: no such module 'GoogleMaps'
12 |
13 | // MARK: PXGoogleDirectionsDelegate protocol
[18/23] Compiling PXGoogleDirections PXGoogleDirectionsEnums.swift
/Users/admin/builder/spi-builder-workspace/Sources/PXGoogleDirections/PXGoogleDirections.swift:11:8: error: no such module 'GoogleMaps'
9 | import Foundation
10 | import CoreLocation
11 | import GoogleMaps
| `- error: no such module 'GoogleMaps'
12 |
13 | // MARK: PXGoogleDirectionsDelegate protocol
[19/23] Compiling PXGoogleDirections PXGoogleDirections.swift
/Users/admin/builder/spi-builder-workspace/Sources/PXGoogleDirections/PXGoogleDirections.swift:11:8: error: no such module 'GoogleMaps'
9 | import Foundation
10 | import CoreLocation
11 | import GoogleMaps
| `- error: no such module 'GoogleMaps'
12 |
13 | // MARK: PXGoogleDirectionsDelegate protocol
[20/23] Compiling PXGoogleDirections PXGoogleDirectionsDistance.swift
/Users/admin/builder/spi-builder-workspace/Sources/PXGoogleDirections/PXGoogleDirections.swift:11:8: error: no such module 'GoogleMaps'
9 | import Foundation
10 | import CoreLocation
11 | import GoogleMaps
| `- error: no such module 'GoogleMaps'
12 |
13 | // MARK: PXGoogleDirectionsDelegate protocol
[21/23] Compiling PXGoogleDirections PXUtils.swift
/Users/admin/builder/spi-builder-workspace/Sources/PXGoogleDirections/PXGoogleDirections.swift:11:8: error: no such module 'GoogleMaps'
9 | import Foundation
10 | import CoreLocation
11 | import GoogleMaps
| `- error: no such module 'GoogleMaps'
12 |
13 | // MARK: PXGoogleDirectionsDelegate protocol
BUILD FAILURE 6.3 macosSpm