The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swiftui-messaging-ui, reference 1.3.0 (35e83a), with Swift 6.1 for macOS (SPM) on 19 Dec 2025 10:16:17 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FluidGroup/swiftui-messaging-ui
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at 35e83ac Update README with new table column
Cloned https://github.com/FluidGroup/swiftui-messaging-ui.git
Revision (git rev-parse @):
35e83ac4f8f803de5989098441ded4224a09abc4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/FluidGroup/swiftui-messaging-ui.git at 1.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/FluidGroup/swiftui-messaging-ui.git
https://github.com/FluidGroup/swiftui-messaging-ui.git
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-with-prerender",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/swift-with-prerender"
    },
    {
      "identity" : "swift-rubber-banding",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/swift-rubber-banding"
    }
  ],
  "manifest_display_name" : "swiftui-messaging-ui",
  "name" : "swiftui-messaging-ui",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "MessagingUI",
      "targets" : [
        "MessagingUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "MessagingUITests",
      "module_type" : "SwiftTarget",
      "name" : "MessagingUITests",
      "path" : "Tests/MessagingUITests",
      "sources" : [
        "ListDataSourceTests.swift",
        "MessagingUITests.swift"
      ],
      "target_dependencies" : [
        "MessagingUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MessagingUI",
      "module_type" : "SwiftTarget",
      "name" : "MessagingUI",
      "path" : "Sources/MessagingUI",
      "product_dependencies" : [
        "DequeModule",
        "WithPrerender",
        "RubberBanding"
      ],
      "product_memberships" : [
        "MessagingUI"
      ],
      "sources" : [
        "Animator/SpringAnimator.swift",
        "Animator/SpringScrollAnimator.swift",
        "Internal/VisibleMessagesPreference.swift",
        "ListDataSource.swift",
        "Log.swift",
        "Tiled/CellState.swift",
        "Tiled/RevealOffset.swift",
        "Tiled/TiledCellContent.swift",
        "Tiled/TiledCollectionViewLayout.swift",
        "Tiled/TiledScrollGeometry.swift",
        "Tiled/TiledScrollPosition.swift",
        "Tiled/TiledView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Fetching https://github.com/FluidGroup/swift-with-prerender
Fetching https://github.com/FluidGroup/swift-rubber-banding
Fetching https://github.com/apple/swift-collections from cache
[1/13] Fetching swift-rubber-banding
[9/62] Fetching swift-rubber-banding, swift-with-prerender
Fetched https://github.com/FluidGroup/swift-with-prerender from cache (0.67s)
Fetched https://github.com/FluidGroup/swift-rubber-banding from cache (1.19s)
Fetched https://github.com/apple/swift-collections from cache (1.22s)
Computing version for https://github.com/FluidGroup/swift-rubber-banding
Computed https://github.com/FluidGroup/swift-rubber-banding at 1.0.0 (1.70s)
Computing version for https://github.com/FluidGroup/swift-with-prerender
Computed https://github.com/FluidGroup/swift-with-prerender at 1.1.0 (0.50s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (0.65s)
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/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/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
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.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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.1 macosSpm