The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swiftui-messaging-ui, reference 1.5.0 (782980), with Swift 6.2 for macOS (SPM) on 27 Feb 2026 23:16:09 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluidGroup/swiftui-messaging-ui.git
Reference: 1.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FluidGroup/swiftui-messaging-ui
 * tag               1.5.0      -> FETCH_HEAD
HEAD is now at 782980c Fix supplementary view self-sizing corrupting cell heights (#32)
Cloned https://github.com/FluidGroup/swiftui-messaging-ui.git
Revision (git rev-parse @):
782980cb458dfdce795a3643a769099aa4025349
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/FluidGroup/swiftui-messaging-ui.git at 1.5.0
Fetching https://github.com/FluidGroup/swift-with-prerender
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/FluidGroup/swift-rubber-banding
[1/13] Fetching swift-rubber-banding
[14/20191] Fetching swift-rubber-banding, swift-collections
[822/20240] Fetching swift-rubber-banding, swift-collections, swift-with-prerender
Fetched https://github.com/FluidGroup/swift-rubber-banding from cache (1.75s)
Fetched https://github.com/FluidGroup/swift-with-prerender from cache (1.75s)
Fetched https://github.com/apple/swift-collections from cache (1.75s)
Creating working copy for https://github.com/apple/swift-collections
Creating working copy for https://github.com/FluidGroup/swift-rubber-banding
Creating working copy for https://github.com/FluidGroup/swift-with-prerender
Working copy of https://github.com/FluidGroup/swift-with-prerender resolved at 1.1.0
Working copy of https://github.com/FluidGroup/swift-rubber-banding resolved at 1.0.0
Working copy of https://github.com/apple/swift-collections resolved at 1.3.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",
  "dependencies": [
    {
      "identity": "swiftui-messaging-ui",
      "name": "swiftui-messaging-ui",
      "url": "https://github.com/FluidGroup/swiftui-messaging-ui.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftui-messaging-ui",
      "dependencies": [
        {
          "identity": "swift-collections",
          "name": "swift-collections",
          "url": "https://github.com/apple/swift-collections",
          "version": "1.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
          "dependencies": [
          ]
        },
        {
          "identity": "swift-with-prerender",
          "name": "WithPrerender",
          "url": "https://github.com/FluidGroup/swift-with-prerender",
          "version": "1.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-with-prerender",
          "dependencies": [
          ]
        },
        {
          "identity": "swift-rubber-banding",
          "name": "RubberBanding",
          "url": "https://github.com/FluidGroup/swift-rubber-banding",
          "version": "1.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-rubber-banding",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/FluidGroup/swiftui-messaging-ui.git
[1/845] Fetching swiftui-messaging-ui
Fetched https://github.com/FluidGroup/swiftui-messaging-ui.git from cache (0.97s)
Fetching https://github.com/FluidGroup/swift-with-prerender from cache
Fetching https://github.com/FluidGroup/swift-rubber-banding from cache
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/FluidGroup/swift-rubber-banding from cache (0.56s)
Fetched https://github.com/apple/swift-collections from cache (0.56s)
Fetched https://github.com/FluidGroup/swift-with-prerender from cache (0.56s)
Computing version for https://github.com/FluidGroup/swift-rubber-banding
Computed https://github.com/FluidGroup/swift-rubber-banding at 1.0.0 (1.06s)
Computing version for https://github.com/FluidGroup/swift-with-prerender
Computed https://github.com/FluidGroup/swift-with-prerender at 1.1.0 (0.48s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (0.57s)
Creating working copy for https://github.com/FluidGroup/swift-with-prerender
Working copy of https://github.com/FluidGroup/swift-with-prerender resolved at 1.1.0
Creating working copy for https://github.com/FluidGroup/swiftui-messaging-ui.git
Working copy of https://github.com/FluidGroup/swiftui-messaging-ui.git resolved at 1.5.0 (782980c)
Creating working copy for https://github.com/FluidGroup/swift-rubber-banding
Working copy of https://github.com/FluidGroup/swift-rubber-banding resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
warning: '.resolve-product-dependencies': dependency 'swiftui-messaging-ui' is not used by any target
Found 3 product dependencies
  - swift-collections
  - WithPrerender
  - RubberBanding
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/FluidGroup/swiftui-messaging-ui.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
error: the library 'MessagingUI' requires macos 10.13, but depends on the product 'WithPrerender' which requires macos 10.15; consider changing the library 'MessagingUI' to require macos 10.15 or later, or the product 'WithPrerender' to require macos 10.13 or earlier.
BUILD FAILURE 6.2 macosSpm