The Swift Package Index logo.Swift Package Index

Build Information

Failed to build VolvoCarsAPI, reference main (88a8c9), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 09:20:11 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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/17464] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.63s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (2.30s)
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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser",
          "version": "1.7.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "traits": [
            "default"
          ],
          "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.70s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.56s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (1.24s)
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.1
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.3
Building package at path:  $PWD
https://github.com/wtpalexander/volvo-cars-api.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
error: 'spi-builder-workspace': target 'VolvoCarsAPITests' has overlapping sources: /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPI/Logger.swift, /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPI/ResponseModels/Vehicle/OdometerResponse.swift, /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPI/Helpers/PKCE.swift, /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPI/VolvoCarsAPI.swift, /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPI/ResponseModels/Vehicle/VehiclesResponse.swift, /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPI/ResponseModels/Vehicle/VehicleDetailsResponse.swift, /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPI/Auth.swift, /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPICLT/FileAuthStore.swift, /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPI/ResponseModels/Authentication/TokenResponse.swift, /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPI/Helpers/URLSession+Decodable.swift, /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPICLT/VolvoCarsAPICLT.swift, /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPI/InMemoryAuthStore.swift, /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPI/ResponseModels/Vehicle/TyresResponse.swift, /Users/admin/builder/spi-builder-workspace/Sources/VolvoCarsAPI/AuthStoring.swift
BUILD FAILURE 6.3 macosSpm