Build Information
Successful build of EEJWT, reference 1.0.2 (5dd78d), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 20:38:15 UTC.
Swift 6 data race errors: 0
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/eugeneego/EEJWT-Swift.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/eugeneego/EEJWT-Swift
* tag 1.0.2 -> FETCH_HEAD
HEAD is now at 5dd78d4 Small improvements: access levels, string-data conversions
Cloned https://github.com/eugeneego/EEJWT-Swift.git
Revision (git rev-parse @):
5dd78d45aa01987a65c684c493a52ba7a801fa5e
SUCCESS checkout https://github.com/eugeneego/EEJWT-Swift.git at 1.0.2
========================================
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": "eejwt-swift",
"name": "EEJWT",
"url": "https://github.com/eugeneego/EEJWT-Swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EEJWT-Swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/eugeneego/EEJWT-Swift.git
[1/50] Fetching eejwt-swift
Fetched https://github.com/eugeneego/EEJWT-Swift.git from cache (0.67s)
Creating working copy for https://github.com/eugeneego/EEJWT-Swift.git
Working copy of https://github.com/eugeneego/EEJWT-Swift.git resolved at 1.0.2 (5dd78d4)
warning: '.resolve-product-dependencies': dependency 'eejwt-swift' 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/eugeneego/EEJWT-Swift.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
[3/4] Compiling EEJWT EEJWT.swift
[4/4] Emitting module EEJWT
Build complete! (3.68s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "EEJWT",
"name" : "EEJWT",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "EEJWT",
"targets" : [
"EEJWT"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EEJWTTests",
"module_type" : "SwiftTarget",
"name" : "EEJWTTests",
"path" : "Tests/EEJWTTests",
"sources" : [
"EEJWTTests.swift"
],
"target_dependencies" : [
"EEJWT"
],
"type" : "test"
},
{
"c99name" : "EEJWT",
"module_type" : "SwiftTarget",
"name" : "EEJWT",
"path" : "Sources/EEJWT",
"product_memberships" : [
"EEJWT"
],
"sources" : [
"EEJWT.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.