The Swift Package Index logo.Swift Package Index

Build Information

Failed to build TrafficAuthV2XClient, reference 0.0.16 (69a577), with Swift 6.3 for macOS (SPM) on 4 May 2026 22:45:15 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/ghsiss/TrafficAuthV2XClient.git
Reference: 0.0.16
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ghsiss/TrafficAuthV2XClient
 * tag               0.0.16     -> FETCH_HEAD
HEAD is now at 69a5779 Release 0.0.16
Cloned https://github.com/ghsiss/TrafficAuthV2XClient.git
Revision (git rev-parse @):
69a5779f4b03b1bfbff1f9a12ebccafbbeea8f0f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ghsiss/TrafficAuthV2XClient.git at 0.0.16
Downloading binary artifact https://iss-trafficauth.s3.us-west-2.amazonaws.com/TrafficAuthV2XClientReleases/releases/0.0.16/TrafficAuthV2XClient.xcframework.zip
Downloading binary artifact https://iss-trafficauth.s3.us-west-2.amazonaws.com/TrafficAuthV2XClientReleases/releases/0.0.16/libEncoderLib.xcframework.zip
[16984/2936673] Downloading https://iss-trafficauth.s3.us-west-2.amazonaws.com/TrafficAuthV2XClientReleases/releases/0.0.16/TrafficAuthV2XClient.xcframework.zip
[183962/7161429] Downloading https://iss-trafficauth.s3.us-west-2.amazonaws.com/TrafficAuthV2XClientReleases/releases/0.0.16/TrafficAuthV2XClient.xcframework.zip, https://iss-trafficauth.s3.us-west-2.amazonaws.com/TrafficAuthV2XClientReleases/releases/0.0.16/libEncoderLib.xcframework.zip
Downloaded https://iss-trafficauth.s3.us-west-2.amazonaws.com/TrafficAuthV2XClientReleases/releases/0.0.16/TrafficAuthV2XClient.xcframework.zip (1.73s)
[1531480/4224756] Downloading https://iss-trafficauth.s3.us-west-2.amazonaws.com/TrafficAuthV2XClientReleases/releases/0.0.16/libEncoderLib.xcframework.zip
Downloaded https://iss-trafficauth.s3.us-west-2.amazonaws.com/TrafficAuthV2XClientReleases/releases/0.0.16/libEncoderLib.xcframework.zip (2.23s)
========================================
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": "trafficauthv2xclient",
      "name": "TrafficAuthV2XClient",
      "url": "https://github.com/ghsiss/TrafficAuthV2XClient.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TrafficAuthV2XClient",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ghsiss/TrafficAuthV2XClient.git
[1/670] Fetching trafficauthv2xclient
Fetched https://github.com/ghsiss/TrafficAuthV2XClient.git from cache (0.91s)
Creating working copy for https://github.com/ghsiss/TrafficAuthV2XClient.git
Working copy of https://github.com/ghsiss/TrafficAuthV2XClient.git resolved at 0.0.16 (69a5779)
Fetching binary artifact https://iss-trafficauth.s3.us-west-2.amazonaws.com/TrafficAuthV2XClientReleases/releases/0.0.16/TrafficAuthV2XClient.xcframework.zip from cache
Fetching binary artifact https://iss-trafficauth.s3.us-west-2.amazonaws.com/TrafficAuthV2XClientReleases/releases/0.0.16/libEncoderLib.xcframework.zip from cache
Fetched https://iss-trafficauth.s3.us-west-2.amazonaws.com/TrafficAuthV2XClientReleases/releases/0.0.16/TrafficAuthV2XClient.xcframework.zip from cache (0.33s)
Fetched https://iss-trafficauth.s3.us-west-2.amazonaws.com/TrafficAuthV2XClientReleases/releases/0.0.16/libEncoderLib.xcframework.zip from cache (0.34s)
warning: '.resolve-product-dependencies': dependency 'trafficauthv2xclient' 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/ghsiss/TrafficAuthV2XClient.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/4] Emitting module TrafficAuthV2XClient
/Users/admin/builder/spi-builder-workspace/Sources/TrafficAuthV2XClient/dummy.swift:7:19: error: no such module 'trafficauth_v2xclient_ios'
5 | //  Created by Jason Alexander on 10/14/25.
6 | //
7 | @_exported import trafficauth_v2xclient_ios
  |                   `- error: no such module 'trafficauth_v2xclient_ios'
8 |
9 |
[4/4] Compiling TrafficAuthV2XClient dummy.swift
/Users/admin/builder/spi-builder-workspace/Sources/TrafficAuthV2XClient/dummy.swift:7:19: error: no such module 'trafficauth_v2xclient_ios'
5 | //  Created by Jason Alexander on 10/14/25.
6 | //
7 | @_exported import trafficauth_v2xclient_ios
  |                   `- error: no such module 'trafficauth_v2xclient_ios'
8 |
9 |
BUILD FAILURE 6.3 macosSpm