The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Hellgate-iOS-SDK, reference main (1bd449), with Swift 6.1 for macOS (SPM) on 31 May 2025 14:08:18 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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/12224] Fetching joseswift
Fetched https://github.com/airsidemobile/JOSESwift.git from cache (1.29s)
Computing version for https://github.com/airsidemobile/JOSESwift.git
Computed https://github.com/airsidemobile/JOSESwift.git at 3.0.0 (1.79s)
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",
  "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",
      "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",
          "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.74s)
Fetching https://github.com/airsidemobile/JOSESwift.git from cache
Fetched https://github.com/airsidemobile/JOSESwift.git from cache (0.54s)
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.1
Building package at path:  $PWD
https://github.com/starfish-codes/hgate2-ios-headless-sdk.git
https://github.com/starfish-codes/hgate2-ios-headless-sdk.git
{
  "dependencies" : [
    {
      "identity" : "joseswift",
      "requirement" : {
        "exact" : [
          "3.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/airsidemobile/JOSESwift.git"
    }
  ],
  "manifest_display_name" : "Hellgate-iOS-SDK",
  "name" : "Hellgate-iOS-SDK",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Hellgate-iOS-SDK",
      "targets" : [
        "Hellgate-iOS-SDK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Hellgate_iOS_SDKTests",
      "module_type" : "SwiftTarget",
      "name" : "Hellgate-iOS-SDKTests",
      "path" : "Hellgate iOS SDKTests",
      "sources" : [
        "api/CardHandlerTests.swift",
        "api/ExTokenizeClientTests.swift",
        "api/HellgateClientTests.swift",
        "api/HellgateTests.swift",
        "api/TokenServiceTests.swift",
        "mocks/MockClient.swift",
        "mocks/MockHellgateClient.swift",
        "mocks/MockTokenService.swift",
        "utils/CardBrandTests.swift",
        "utils/CardUtilsTests.swift",
        "views/AdditionalFieldsTests.swift",
        "views/CardNumberFormatterTests.swift",
        "views/CardNumberViewTests.swift",
        "views/CvcFormatterTests.swift",
        "views/CvcViewTests.swift",
        "views/ExpiryDateFormatterTests.swift",
        "views/ExpiryDateViewViewModelTests.swift",
        "views/WrappedUITextFieldTests.swift"
      ],
      "target_dependencies" : [
        "Hellgate-iOS-SDK"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Hellgate_iOS_SDK",
      "module_type" : "SwiftTarget",
      "name" : "Hellgate-iOS-SDK",
      "path" : "Hellgate iOS SDK",
      "product_dependencies" : [
        "JOSESwift"
      ],
      "product_memberships" : [
        "Hellgate-iOS-SDK"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Hellgate iOS SDK/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "API/CardData.swift",
        "API/CardHandler.swift",
        "API/Client/ExTokenizeClient.swift",
        "API/Client/HellgateClient.swift",
        "API/Client/HttpClient.swift",
        "API/Hellgate.swift",
        "API/InvalidSessionState.swift",
        "API/SessionCompleteTokenizeCard.swift",
        "API/SessionResponse.swift",
        "API/SessionState.swift",
        "API/TokenService.swift",
        "API/TokenizeCardResponse.swift",
        "Utils/Bundle.swift",
        "Utils/CardBrand+BrandDetails.swift",
        "Utils/CardBrand.swift",
        "Utils/CardUtils.swift",
        "Views/AdditionalFieldsView.swift",
        "Views/CardNumberFormatter.swift",
        "Views/CardNumberView.swift",
        "Views/CvcFormatter.swift",
        "Views/CvcView.swift",
        "Views/ExpiryDateFormatter.swift",
        "Views/ExpiryDateView.swift",
        "Views/ViewState.swift",
        "Views/WrappedUITextField.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
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.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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.1 macosSpm