The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Lexical, reference 0.2.0 (4a85d2), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 08:11:56 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/facebook/lexical-ios.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/facebook/lexical-ios
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 4a85d22 Release notes v0.2 (#48)
Cloned https://github.com/facebook/lexical-ios.git
Revision (git rev-parse @):
4a85d223a2e1e8683e49569a1ad172bdbf84cbc6
SUCCESS checkout https://github.com/facebook/lexical-ios.git at 0.2.0
Fetching https://github.com/scinfu/SwiftSoup.git
[1/5929] Fetching swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.19s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.13.4 (1.78s)
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": "lexical-ios",
      "name": "Lexical",
      "url": "https://github.com/facebook/lexical-ios.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/lexical-ios",
      "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/facebook/lexical-ios.git
[1/5721] Fetching lexical-ios
Fetched https://github.com/facebook/lexical-ios.git from cache (1.20s)
Fetching https://github.com/scinfu/SwiftSoup.git from cache
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.52s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.13.4 (0.59s)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.13.4
Creating working copy for https://github.com/facebook/lexical-ios.git
Working copy of https://github.com/facebook/lexical-ios.git resolved at 0.2.0 (4a85d22)
warning: '.resolve-product-dependencies': dependency 'lexical-ios' 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/facebook/lexical-ios.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
error: the library 'LexicalHTML' requires macos 10.13, but depends on the product 'SwiftSoup' which requires macos 10.15; consider changing the library 'LexicalHTML' to require macos 10.15 or later, or the product 'SwiftSoup' to require macos 10.13 or earlier.
BUILD FAILURE 6.3 macosSpm