Build Information
Failed to build TrafficAuthV2XClient, reference main (69a577), with Swift 6.3 for macOS (SPM) on 4 May 2026 22:44:53 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/ghsiss/TrafficAuthV2XClient.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ghsiss/TrafficAuthV2XClient
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
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
[17004/2936673] Downloading https://iss-trafficauth.s3.us-west-2.amazonaws.com/TrafficAuthV2XClientReleases/releases/0.0.16/TrafficAuthV2XClient.xcframework.zip
[190680/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.82s)
[2063980/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.35s)
========================================
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 main (69a5779)
Fetching binary artifact https://iss-trafficauth.s3.us-west-2.amazonaws.com/TrafficAuthV2XClientReleases/releases/0.0.16/libEncoderLib.xcframework.zip from cache
Fetching binary artifact https://iss-trafficauth.s3.us-west-2.amazonaws.com/TrafficAuthV2XClientReleases/releases/0.0.16/TrafficAuthV2XClient.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.24s)
Fetched https://iss-trafficauth.s3.us-west-2.amazonaws.com/TrafficAuthV2XClientReleases/releases/0.0.16/libEncoderLib.xcframework.zip from cache (0.30s)
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