The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Glaip with Swift 5.9 for macOS (SPM).

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mehmetdelikaya/Glaip.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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/WalletConnect/WalletConnectSwift.git from cache
Fetching https://github.com/krzyzanowskim/CryptoSwift.git from cache
Fetched https://github.com/WalletConnect/WalletConnectSwift.git (0.24s)
Computing version for https://github.com/WalletConnect/WalletConnectSwift.git
Fetched https://github.com/krzyzanowskim/CryptoSwift.git (0.33s)
Computed https://github.com/WalletConnect/WalletConnectSwift.git at 1.7.0 (0.59s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.5.1 (0.61s)
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/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.5.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "glaip",
      "name": "Glaip",
      "url": "https://github.com/mehmetdelikaya/Glaip.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Glaip",
      "dependencies": [
        {
          "identity": "walletconnectswift",
          "name": "WalletConnectSwift",
          "url": "https://github.com/WalletConnect/WalletConnectSwift.git",
          "version": "1.7.0",
          "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WalletConnectSwift",
          "dependencies": [
            {
              "identity": "cryptoswift",
              "name": "CryptoSwift",
              "url": "https://github.com/krzyzanowskim/CryptoSwift.git",
              "version": "1.5.1",
              "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CryptoSwift",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/mehmetdelikaya/Glaip.git
[1/60] Fetching glaip
Fetched https://github.com/mehmetdelikaya/Glaip.git (0.28s)
Fetching https://github.com/WalletConnect/WalletConnectSwift.git from cache
Fetched https://github.com/WalletConnect/WalletConnectSwift.git (0.18s)
Computing version for https://github.com/WalletConnect/WalletConnectSwift.git
Computed https://github.com/WalletConnect/WalletConnectSwift.git at 1.7.0 (0.02s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git from cache
Fetched https://github.com/krzyzanowskim/CryptoSwift.git (0.27s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.5.1 (0.02s)
Creating working copy for https://github.com/mehmetdelikaya/Glaip.git
Working copy of https://github.com/mehmetdelikaya/Glaip.git resolved at main
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/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:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.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.
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 5.9 macosSpm