The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Rideau, reference main (c1fb42), with Swift 6.1 for macOS (SPM) on 27 Apr 2026 21:36:33 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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/FluidGroup/Rideau.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FluidGroup/Rideau
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c1fb421 Update demo project
Submodule path 'submodules/swiftui-scrollview-interoperable-drag-gesture': checked out '9044de40cbf69d4a7f46e40d7d50ed5aca4d589c'
Submodule 'submodules/swiftui-scrollview-interoperable-drag-gesture' (https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture.git) registered for path 'submodules/swiftui-scrollview-interoperable-drag-gesture'
Cloning into '/Users/admin/builder/spi-builder-workspace/submodules/swiftui-scrollview-interoperable-drag-gesture'...
Cloned https://github.com/FluidGroup/Rideau.git
Revision (git rev-parse @):
c1fb42165e4aabe762e024c2f493239acf35fe4e
SUCCESS checkout https://github.com/FluidGroup/Rideau.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/FluidGroup/Rideau.git
https://github.com/FluidGroup/Rideau.git
{
  "dependencies" : [
    {
      "identity" : "swiftui-scrollview-interoperable-drag-gesture",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture"
    },
    {
      "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" : "Rideau",
  "name" : "Rideau",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Rideau",
      "targets" : [
        "Rideau"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "Rideau",
      "module_type" : "SwiftTarget",
      "name" : "Rideau",
      "path" : "Rideau",
      "product_dependencies" : [
        "SwiftUIScrollViewInteroperableDragGesture",
        "RubberBanding"
      ],
      "product_memberships" : [
        "Rideau"
      ],
      "sources" : [
        "Core/InternalUtils.swift",
        "Core/RideauContentContainerView.swift",
        "Core/RideauContentType.swift",
        "Core/RideauHostingView.swift",
        "Core/RideauSnapPoint.swift",
        "Core/RideauTouchThroughView.swift",
        "Core/RideauTransitionController.swift",
        "Core/RideauView.swift",
        "Core/RideauViewController.swift",
        "Core/TransitionPatch.swift",
        "Logger.swift",
        "Plugin/RideauMaskedCornerRoundedView.swift",
        "Plugin/RideauMaskedCornerRoundedViewController.swift",
        "Plugin/RideauThumbView.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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Fetching https://github.com/FluidGroup/swift-rubber-banding
Fetching https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture
[1/13] Fetching swift-rubber-banding
[13/217] Fetching swift-rubber-banding, swiftui-scrollview-interoperable-drag-gesture
Fetched https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture from cache (0.75s)
Fetched https://github.com/FluidGroup/swift-rubber-banding from cache (0.75s)
Computing version for https://github.com/FluidGroup/swift-rubber-banding
Computed https://github.com/FluidGroup/swift-rubber-banding at 1.0.0 (1.29s)
Computing version for https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture
Computed https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture at 0.4.0 (0.48s)
Creating working copy for https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture
Working copy of https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture resolved at 0.4.0
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
error: the library 'Rideau' requires macos 10.13, but depends on the product 'SwiftUIScrollViewInteroperableDragGesture' which requires macos 10.15; consider changing the library 'Rideau' to require macos 10.15 or later, or the product 'SwiftUIScrollViewInteroperableDragGesture' 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 'Rideau' requires macos 10.13, but depends on the product 'SwiftUIScrollViewInteroperableDragGesture' which requires macos 10.15; consider changing the library 'Rideau' to require macos 10.15 or later, or the product 'SwiftUIScrollViewInteroperableDragGesture' to require macos 10.13 or earlier.
BUILD FAILURE 6.1 macosSpm