The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Checkout3DSPackages, reference main (a04a4d), with Swift 6.1 for macOS (SPM) on 1 May 2026 12:24:43 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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/checkout/checkout-3ds-sdk-ios.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/checkout/checkout-3ds-sdk-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a04a4d5 Release 3.3.2 (#99)
Cloned https://github.com/checkout/checkout-3ds-sdk-ios.git
Revision (git rev-parse @):
a04a4d51db1a72715b06b051971074739bdb2cf0
SUCCESS checkout https://github.com/checkout/checkout-3ds-sdk-ios.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/checkout/checkout-3ds-sdk-ios.git
https://github.com/checkout/checkout-3ds-sdk-ios.git
{
  "dependencies" : [
    {
      "identity" : "checkout-event-logger-ios-framework",
      "requirement" : {
        "exact" : [
          "1.2.4"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/checkout/checkout-event-logger-ios-framework.git"
    },
    {
      "identity" : "joseswift",
      "requirement" : {
        "exact" : [
          "2.4.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/airsidemobile/JOSESwift.git"
    }
  ],
  "manifest_display_name" : "Checkout3DSPackages",
  "name" : "Checkout3DSPackages",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Checkout3DSPackages",
      "targets" : [
        "Checkout3DSPackages"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "JOSESwiftDynamic",
      "module_type" : "SwiftTarget",
      "name" : "JOSESwiftDynamic",
      "path" : "Dependencies/JOSESwiftDynamic/Sources",
      "product_dependencies" : [
        "JOSESwift"
      ],
      "product_memberships" : [
        "Checkout3DSPackages"
      ],
      "sources" : [
        "JOSESwiftDynamic.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Checkout3DSPackages",
      "module_type" : "SwiftTarget",
      "name" : "Checkout3DSPackages",
      "path" : "Checkout3DSPackages",
      "product_dependencies" : [
        "CheckoutEventLoggerKit"
      ],
      "product_memberships" : [
        "Checkout3DSPackages"
      ],
      "sources" : [
        "dummy.swift"
      ],
      "target_dependencies" : [
        "JOSESwiftDynamic",
        "Checkout3DS"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Checkout3DS",
      "module_type" : "BinaryTarget",
      "name" : "Checkout3DS",
      "path" : "Checkout3DS.xcframework",
      "product_memberships" : [
        "Checkout3DSPackages"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.10"
}
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
Fetching https://github.com/airsidemobile/JOSESwift.git
Fetching https://github.com/checkout/checkout-event-logger-ios-framework.git
[9/436] Fetching checkout-event-logger-ios-framework
[6/13004] Fetching checkout-event-logger-ios-framework, joseswift
Fetched https://github.com/airsidemobile/JOSESwift.git from cache (1.72s)
Fetched https://github.com/checkout/checkout-event-logger-ios-framework.git from cache (1.72s)
Computing version for https://github.com/airsidemobile/JOSESwift.git
Computed https://github.com/airsidemobile/JOSESwift.git at 2.4.0 (4.82s)
Computing version for https://github.com/checkout/checkout-event-logger-ios-framework.git
Computed https://github.com/checkout/checkout-event-logger-ios-framework.git at 1.2.4 (0.56s)
Creating working copy for https://github.com/checkout/checkout-event-logger-ios-framework.git
Working copy of https://github.com/checkout/checkout-event-logger-ios-framework.git resolved at 1.2.4
Creating working copy for https://github.com/airsidemobile/JOSESwift.git
Working copy of https://github.com/airsidemobile/JOSESwift.git resolved at 2.4.0
error: the library 'JOSESwiftDynamic' requires macos 10.13, but depends on the product 'JOSESwift' which requires macos 10.15; consider changing the library 'JOSESwiftDynamic' 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 'JOSESwiftDynamic' requires macos 10.13, but depends on the product 'JOSESwift' which requires macos 10.15; consider changing the library 'JOSESwiftDynamic' to require macos 10.15 or later, or the product 'JOSESwift' to require macos 10.13 or earlier.
BUILD FAILURE 6.1 macosSpm