Build Information
Failed to build Hellgate-iOS-SDK, reference main (1bd449), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 14:49:39 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/starfish-codes/hgate2-ios-headless-sdk.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/starfish-codes/hgate2-ios-headless-sdk
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1bd449b Merge pull request #24 from starfish-codes/features/ios-sdk-refresh
Cloned https://github.com/starfish-codes/hgate2-ios-headless-sdk.git
Revision (git rev-parse @):
1bd449b964691b1c896993440e0aa811c471109e
SUCCESS checkout https://github.com/starfish-codes/hgate2-ios-headless-sdk.git at main
Fetching https://github.com/airsidemobile/JOSESwift.git
[1/12571] Fetching joseswift
Fetched https://github.com/airsidemobile/JOSESwift.git from cache (1.31s)
Computing version for https://github.com/airsidemobile/JOSESwift.git
Computed https://github.com/airsidemobile/JOSESwift.git at 3.0.0 (1.90s)
Creating working copy for https://github.com/airsidemobile/JOSESwift.git
Working copy of https://github.com/airsidemobile/JOSESwift.git resolved at 3.0.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": "hgate2-ios-headless-sdk",
"name": "Hellgate-iOS-SDK",
"url": "https://github.com/starfish-codes/hgate2-ios-headless-sdk.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/hgate2-ios-headless-sdk",
"traits": [
"default"
],
"dependencies": [
{
"identity": "joseswift",
"name": "JOSESwift",
"url": "https://github.com/airsidemobile/JOSESwift.git",
"version": "3.0.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JOSESwift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/starfish-codes/hgate2-ios-headless-sdk.git
[1/648] Fetching hgate2-ios-headless-sdk
Fetched https://github.com/starfish-codes/hgate2-ios-headless-sdk.git from cache (0.87s)
Fetching https://github.com/airsidemobile/JOSESwift.git from cache
Fetched https://github.com/airsidemobile/JOSESwift.git from cache (0.53s)
Computing version for https://github.com/airsidemobile/JOSESwift.git
Computed https://github.com/airsidemobile/JOSESwift.git at 3.0.0 (0.59s)
Creating working copy for https://github.com/airsidemobile/JOSESwift.git
Working copy of https://github.com/airsidemobile/JOSESwift.git resolved at 3.0.0
Creating working copy for https://github.com/starfish-codes/hgate2-ios-headless-sdk.git
Working copy of https://github.com/starfish-codes/hgate2-ios-headless-sdk.git resolved at main (1bd449b)
warning: '.resolve-product-dependencies': dependency 'hgate2-ios-headless-sdk' is not used by any target
Found 1 product dependencies
- JOSESwift
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/starfish-codes/hgate2-ios-headless-sdk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
error: the library 'Hellgate-iOS-SDK' requires macos 10.13, but depends on the product 'JOSESwift' which requires macos 10.15; consider changing the library 'Hellgate-iOS-SDK' to require macos 10.15 or later, or the product 'JOSESwift' to require macos 10.13 or earlier.
BUILD FAILURE 6.3 macosSpm