The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ZestyAdsSDK, reference main (5a568d), with Swift 6.1 for macOS (SPM) on 23 Apr 2026 19:36:09 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/borellion/sdk-visionos.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/borellion/sdk-visionos
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5a568db Update README.md (#9)
Cloned https://github.com/borellion/sdk-visionos.git
Revision (git rev-parse @):
5a568dbc1a81a5dcb1d9528353d5756b9f143ce0
SUCCESS checkout https://github.com/borellion/sdk-visionos.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/borellion/sdk-visionos.git
https://github.com/borellion/sdk-visionos.git
{
  "dependencies" : [
    {
      "identity" : "kingfisher",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.1.1",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Kingfisher.git"
    }
  ],
  "manifest_display_name" : "ZestyAdsSDK",
  "name" : "ZestyAdsSDK",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ZestyAdsSDK",
      "targets" : [
        "ZestyAdsSDK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ZestyAdsSDK_tests",
      "module_type" : "SwiftTarget",
      "name" : "ZestyAdsSDK-tests",
      "path" : "Tests",
      "sources" : [
        "AdsSDKSwift-tests/AdsSDKSwiftTests.swift"
      ],
      "target_dependencies" : [
        "ZestyAdsSDK"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZestyAdsSDK",
      "module_type" : "SwiftTarget",
      "name" : "ZestyAdsSDK",
      "path" : "Sources",
      "product_dependencies" : [
        "Kingfisher"
      ],
      "product_memberships" : [
        "ZestyAdsSDK"
      ],
      "sources" : [
        "AdsSDKSwift/ZestyBanner.swift",
        "AdsSDKSwift/ZestyBannerView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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
Fetching https://github.com/onevcat/Kingfisher.git
[1/32674] Fetching kingfisher
Fetched https://github.com/onevcat/Kingfisher.git from cache (4.21s)
Computing version for https://github.com/onevcat/Kingfisher.git
Computed https://github.com/onevcat/Kingfisher.git at 8.8.1 (4.73s)
Creating working copy for https://github.com/onevcat/Kingfisher.git
Working copy of https://github.com/onevcat/Kingfisher.git resolved at 8.8.1
error: the library 'ZestyAdsSDK' requires macos 10.13, but depends on the product 'Kingfisher' which requires macos 10.15; consider changing the library 'ZestyAdsSDK' to require macos 10.15 or later, or the product 'Kingfisher' 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 'ZestyAdsSDK' requires macos 10.13, but depends on the product 'Kingfisher' which requires macos 10.15; consider changing the library 'ZestyAdsSDK' to require macos 10.15 or later, or the product 'Kingfisher' to require macos 10.13 or earlier.
BUILD FAILURE 6.1 macosSpm