The Swift Package Index logo.Swift Package Index

Build Information

Failed to build MeteoLVProvider, reference master (bfed1c), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 16:52:03 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/fassko/MeteoLVProvider.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fassko/MeteoLVProvider
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at bfed1c4 Add return
Cloned https://github.com/fassko/MeteoLVProvider.git
Revision (git rev-parse @):
bfed1c46f57520cc0ad4e8ec0cd8fb7da000ef2b
SUCCESS checkout https://github.com/fassko/MeteoLVProvider.git at master
Fetching https://github.com/scinfu/SwiftSoup.git
[1/5929] Fetching swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.30s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.13.4 (1.89s)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.13.4
========================================
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": "meteolvprovider",
      "name": "MeteoLVProvider",
      "url": "https://github.com/fassko/MeteoLVProvider.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MeteoLVProvider",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swiftsoup",
          "name": "SwiftSoup",
          "url": "https://github.com/scinfu/SwiftSoup.git",
          "version": "2.13.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftSoup",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/fassko/MeteoLVProvider.git
[1/1149] Fetching meteolvprovider
Fetched https://github.com/fassko/MeteoLVProvider.git from cache (1.48s)
Fetching https://github.com/scinfu/SwiftSoup.git from cache
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.47s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.13.4 (0.53s)
Creating working copy for https://github.com/fassko/MeteoLVProvider.git
Working copy of https://github.com/fassko/MeteoLVProvider.git resolved at master (bfed1c4)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.13.4
warning: '.resolve-product-dependencies': dependency 'meteolvprovider' is not used by any target
Found 1 product dependencies
  - SwiftSoup
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/fassko/MeteoLVProvider.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
error: the library 'MeteoLVProvider' requires macos 10.13, but depends on the product 'SwiftSoup' which requires macos 10.15; consider changing the library 'MeteoLVProvider' to require macos 10.15 or later, or the product 'SwiftSoup' to require macos 10.13 or earlier.
BUILD FAILURE 6.3 macosSpm