Build Information
Failed to build VolvoCarsAPI, reference main (88a8c9), with Swift 6.2 for macOS (SPM) on 29 Dec 2025 12:59:22 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wtpalexander/volvo-cars-api.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wtpalexander/volvo-cars-api
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 88a8c91 Move FileAuthStore to CLI target
Cloned https://github.com/wtpalexander/volvo-cars-api.git
Revision (git rev-parse @):
88a8c912c5785f85509329ab4572b466e76946c6
SUCCESS checkout https://github.com/wtpalexander/volvo-cars-api.git at main
Fetching https://github.com/apple/swift-argument-parser
[1/16987] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.59s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (2.56s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.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",
"dependencies": [
{
"identity": "volvo-cars-api",
"name": "VolvoCarsAPI",
"url": "https://github.com/wtpalexander/volvo-cars-api.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/volvo-cars-api",
"dependencies": [
{
"identity": "swift-argument-parser",
"name": "swift-argument-parser",
"url": "https://github.com/apple/swift-argument-parser",
"version": "1.7.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/wtpalexander/volvo-cars-api.git
[1/65] Fetching volvo-cars-api
Fetched https://github.com/wtpalexander/volvo-cars-api.git from cache (0.62s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.53s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.60s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
Creating working copy for https://github.com/wtpalexander/volvo-cars-api.git
Working copy of https://github.com/wtpalexander/volvo-cars-api.git resolved at main (88a8c91)
Found 1 product dependencies
- swift-argument-parser
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/wtpalexander/volvo-cars-api.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
error: 'spi-builder-workspace': target 'VolvoCarsAPITests' has overlapping sources: /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPI/Auth.swift, /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPI/ResponseModels/Authentication/TokenResponse.swift, /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPI/InMemoryAuthStore.swift, /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPI/Helpers/PKCE.swift, /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPI/ResponseModels/Vehicle/VehicleDetailsResponse.swift, /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPI/ResponseModels/Vehicle/VehiclesResponse.swift, /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPI/VolvoCarsAPI.swift, /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPICLT/VolvoCarsAPICLT.swift, /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPICLT/FileAuthStore.swift, /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPI/Logger.swift, /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPI/AuthStoring.swift, /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPI/Helpers/URLSession+Decodable.swift, /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPI/ResponseModels/Vehicle/TyresResponse.swift, /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPI/ResponseModels/Vehicle/OdometerResponse.swift
BUILD FAILURE 6.2 macosSpm