The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Glaip, reference main (b96b25), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 08:43:34 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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/mehmetdelikaya/Glaip.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mehmetdelikaya/Glaip
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b96b253 Update userstate iun main thread (#4)
Cloned https://github.com/mehmetdelikaya/Glaip.git
Revision (git rev-parse @):
b96b2539cf2adbdaaa71a798fa74b138d5da0981
SUCCESS checkout https://github.com/mehmetdelikaya/Glaip.git at main
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/WalletConnect/WalletConnectSwift.git
[1/2123] Fetching walletconnectswift
[23/15464] Fetching walletconnectswift, cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.80s)
Fetched https://github.com/WalletConnect/WalletConnectSwift.git from cache (1.80s)
Computing version for https://github.com/WalletConnect/WalletConnectSwift.git
Computed https://github.com/WalletConnect/WalletConnectSwift.git at 1.7.0 (2.51s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.5.1 (0.67s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.5.1
Creating working copy for https://github.com/WalletConnect/WalletConnectSwift.git
Working copy of https://github.com/WalletConnect/WalletConnectSwift.git resolved at 1.7.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": "glaip",
      "name": "Glaip",
      "url": "https://github.com/mehmetdelikaya/Glaip.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Glaip",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "walletconnectswift",
          "name": "WalletConnectSwift",
          "url": "https://github.com/WalletConnect/WalletConnectSwift.git",
          "version": "1.7.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WalletConnectSwift",
          "traits": [
            "default"
          ],
          "dependencies": [
            {
              "identity": "cryptoswift",
              "name": "CryptoSwift",
              "url": "https://github.com/krzyzanowskim/CryptoSwift.git",
              "version": "1.5.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CryptoSwift",
              "traits": [
                "default"
              ],
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/mehmetdelikaya/Glaip.git
[1/60] Fetching glaip
Fetched https://github.com/mehmetdelikaya/Glaip.git from cache (0.67s)
Fetching https://github.com/WalletConnect/WalletConnectSwift.git from cache
Fetched https://github.com/WalletConnect/WalletConnectSwift.git from cache (0.47s)
Computing version for https://github.com/WalletConnect/WalletConnectSwift.git
Computed https://github.com/WalletConnect/WalletConnectSwift.git at 1.7.0 (0.54s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git from cache
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (0.50s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.5.1 (0.56s)
Creating working copy for https://github.com/WalletConnect/WalletConnectSwift.git
Working copy of https://github.com/WalletConnect/WalletConnectSwift.git resolved at 1.7.0
Creating working copy for https://github.com/mehmetdelikaya/Glaip.git
Working copy of https://github.com/mehmetdelikaya/Glaip.git resolved at main (b96b253)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.5.1
warning: '.resolve-product-dependencies': dependency 'glaip' is not used by any target
Found 1 product dependencies
  - WalletConnectSwift
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mehmetdelikaya/Glaip.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
error: the library 'Glaip' requires macos 10.13, but depends on the product 'WalletConnectSwift' which requires macos 10.14; consider changing the library 'Glaip' to require macos 10.14 or later, or the product 'WalletConnectSwift' to require macos 10.13 or earlier.
BUILD FAILURE 6.3 macosSpm