The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Rideau, reference 3.0.0-beta.1 (9ccaf3), with Swift 6.1 for macOS (SPM) on 24 Apr 2026 08:26:14 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: 3.0.0-beta.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FluidGroup/Rideau
 * tag               3.0.0-beta.1 -> FETCH_HEAD
HEAD is now at 9ccaf33 Refine nested sheet/scroll coordination with external drag gesture (#64)
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 @):
9ccaf33515e399e9d8a6c5227bc85038c98d0eba
SUCCESS checkout https://github.com/FluidGroup/Rideau.git at 3.0.0-beta.1
========================================
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"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "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
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/12] Emitting module RubberBanding
[6/12] Compiling RubberBanding rubberBand.swift
[7/12] Compiling SwiftUIScrollViewInteroperableDragGesture UIScrollView+.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swiftui-scrollview-interoperable-drag-gesture/Sources/SwiftUIScrollViewInteroperableDragGesture/DragGestureHandler.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | public struct ScrollViewInteroperableDragGestureValue: Equatable, Sendable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/12] Compiling SwiftUIScrollViewInteroperableDragGesture DragGestureHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swiftui-scrollview-interoperable-drag-gesture/Sources/SwiftUIScrollViewInteroperableDragGesture/DragGestureHandler.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | public struct ScrollViewInteroperableDragGestureValue: Equatable, Sendable {
[9/12] Emitting module SwiftUIScrollViewInteroperableDragGesture
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swiftui-scrollview-interoperable-drag-gesture/Sources/SwiftUIScrollViewInteroperableDragGesture/DragGestureHandler.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | public struct ScrollViewInteroperableDragGestureValue: Equatable, Sendable {
[10/12] Compiling SwiftUIScrollViewInteroperableDragGesture SwiftUIScrollViewInteroperableDragGesture.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swiftui-scrollview-interoperable-drag-gesture/Sources/SwiftUIScrollViewInteroperableDragGesture/DragGestureHandler.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | public struct ScrollViewInteroperableDragGestureValue: Equatable, Sendable {
[11/12] Compiling SwiftUIScrollViewInteroperableDragGesture ScrollController.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swiftui-scrollview-interoperable-drag-gesture/Sources/SwiftUIScrollViewInteroperableDragGesture/DragGestureHandler.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | public struct ScrollViewInteroperableDragGestureValue: Equatable, Sendable {
[12/12] Compiling SwiftUIScrollViewInteroperableDragGesture UIScrollViewInteroperableDragGestureRecognizer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swiftui-scrollview-interoperable-drag-gesture/Sources/SwiftUIScrollViewInteroperableDragGesture/DragGestureHandler.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | public struct ScrollViewInteroperableDragGestureValue: Equatable, Sendable {
Fetching https://github.com/FluidGroup/swift-rubber-banding
Fetching https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture
[1/13] Fetching swift-rubber-banding
[14/217] Fetching swift-rubber-banding, swiftui-scrollview-interoperable-drag-gesture
Fetched https://github.com/FluidGroup/swift-rubber-banding from cache (0.77s)
Fetched https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture from cache (0.77s)
Computing version for https://github.com/FluidGroup/swift-rubber-banding
Computed https://github.com/FluidGroup/swift-rubber-banding at 1.0.0 (1.27s)
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.44s)
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/swiftui-scrollview-interoperable-drag-gesture
Working copy of https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture resolved at 0.4.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Rideau/spec.md
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/9] Emitting module RubberBanding
[3/9] Compiling RubberBanding rubberBand.swift
[4/9] Compiling SwiftUIScrollViewInteroperableDragGesture DragGestureHandler.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swiftui-scrollview-interoperable-drag-gesture/Sources/SwiftUIScrollViewInteroperableDragGesture/DragGestureHandler.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | public struct ScrollViewInteroperableDragGestureValue: Equatable, Sendable {
[5/9] Compiling SwiftUIScrollViewInteroperableDragGesture UIScrollView+.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swiftui-scrollview-interoperable-drag-gesture/Sources/SwiftUIScrollViewInteroperableDragGesture/DragGestureHandler.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | public struct ScrollViewInteroperableDragGestureValue: Equatable, Sendable {
[6/9] Compiling SwiftUIScrollViewInteroperableDragGesture UIScrollViewInteroperableDragGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swiftui-scrollview-interoperable-drag-gesture/Sources/SwiftUIScrollViewInteroperableDragGesture/DragGestureHandler.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | public struct ScrollViewInteroperableDragGestureValue: Equatable, Sendable {
[7/9] Compiling SwiftUIScrollViewInteroperableDragGesture SwiftUIScrollViewInteroperableDragGesture.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swiftui-scrollview-interoperable-drag-gesture/Sources/SwiftUIScrollViewInteroperableDragGesture/DragGestureHandler.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | public struct ScrollViewInteroperableDragGestureValue: Equatable, Sendable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/9] Emitting module SwiftUIScrollViewInteroperableDragGesture
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swiftui-scrollview-interoperable-drag-gesture/Sources/SwiftUIScrollViewInteroperableDragGesture/DragGestureHandler.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | public struct ScrollViewInteroperableDragGestureValue: Equatable, Sendable {
[9/9] Compiling SwiftUIScrollViewInteroperableDragGesture ScrollController.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swiftui-scrollview-interoperable-drag-gesture/Sources/SwiftUIScrollViewInteroperableDragGesture/DragGestureHandler.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | public struct ScrollViewInteroperableDragGestureValue: Equatable, Sendable {
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Rideau/spec.md
BUILD FAILURE 6.1 macosSpm