Build Information
Failed to build BottomSheet, reference 3.1.1 (720ddb
), with Swift 5.10 for macOS (SPM) on 1 Jun 2025 07:55:11 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lucaszischka/BottomSheet.git
Reference: 3.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lucaszischka/BottomSheet
* tag 3.1.1 -> FETCH_HEAD
HEAD is now at 720ddbd Release v3.1.1
Cloned https://github.com/lucaszischka/BottomSheet.git
Revision (git rev-parse @):
720ddbd1371fef2a09cc1ab65fc503df37767f9c
SUCCESS checkout https://github.com/lucaszischka/BottomSheet.git at 3.1.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/lucaszischka/BottomSheet.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/38] Emitting module BottomSheet
/Users/admin/builder/spi-builder-workspace/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+CustomBackground.swift:182:27: warning: generic parameter 'V' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func customBackground<V>(
^
/Users/admin/builder/spi-builder-workspace/Sources/BottomSheet/BottomSheet.swift:10:59: note: 'V' previously declared here
public struct BottomSheet<HContent: View, MContent: View, V: View>: View {
^
[4/41] Compiling BottomSheet BottomSheetConfiguration.swift
[5/41] Compiling BottomSheet BottomSheetPosition.swift
[6/41] Compiling BottomSheet BottomSheetWidth.swift
[7/41] Compiling BottomSheet UIScrollViewWrapper.swift
[8/41] Compiling BottomSheet BundleExtension.swift
[9/41] Compiling BottomSheet ColorExtension.swift
[10/41] Compiling BottomSheet UIApplicationExtension.swift
[11/41] Compiling BottomSheet BottomSheet+DragGesture.swift
[12/41] Compiling BottomSheet BottomSheet+DragIndicator.swift
[13/41] Compiling BottomSheet BottomSheet+FlickThrough.swift
[14/41] Compiling BottomSheet BottomSheet+FloatingIPadSheet.swift
[15/41] Compiling BottomSheet BottomSheetView+SwitchPosition.swift
[16/41] Compiling BottomSheet BottomSheetView.swift
[17/41] Compiling BottomSheet DragGestureExtension.swift
[18/41] Compiling BottomSheet TimerAnimation.swift
[19/41] Compiling BottomSheet BottomSheet+TapToDismiss.swift
[20/41] Compiling BottomSheet BottomSheet+Threshold.swift
[21/41] Compiling BottomSheet BottomSheet.swift
[22/41] Compiling BottomSheet BottomSheetView+Calculations.swift
[23/41] Compiling BottomSheet BottomSheet+OnDismiss.swift
[24/41] Compiling BottomSheet BottomSheet+Resizable.swift
[25/41] Compiling BottomSheet BottomSheet+SheetWidth.swift
[26/41] Compiling BottomSheet BottomSheet+SwipeToDismiss.swift
[27/41] Compiling BottomSheet BottomSheetView+DragIndicatorAction.swift
/Users/admin/builder/spi-builder-workspace/Sources/BottomSheet/BottomSheetView/BottomSheetView+HelperViews.swift:332:32: error: type 'Bundle' has no member 'module'
bundle: Bundle.module
~~~~~~ ^~~~~~
[28/41] Compiling BottomSheet BottomSheetView+Gestures.swift
/Users/admin/builder/spi-builder-workspace/Sources/BottomSheet/BottomSheetView/BottomSheetView+HelperViews.swift:332:32: error: type 'Bundle' has no member 'module'
bundle: Bundle.module
~~~~~~ ^~~~~~
[29/41] Compiling BottomSheet BottomSheetView+HelperViews.swift
/Users/admin/builder/spi-builder-workspace/Sources/BottomSheet/BottomSheetView/BottomSheetView+HelperViews.swift:332:32: error: type 'Bundle' has no member 'module'
bundle: Bundle.module
~~~~~~ ^~~~~~
[30/41] Compiling BottomSheet BottomSheetView+KeyboardHeight.swift
/Users/admin/builder/spi-builder-workspace/Sources/BottomSheet/BottomSheetView/BottomSheetView+HelperViews.swift:332:32: error: type 'Bundle' has no member 'module'
bundle: Bundle.module
~~~~~~ ^~~~~~
[31/41] Compiling BottomSheet IgnoresSafeAreaCompatible.swift
[32/41] Compiling BottomSheet RoundedCornerViewModifier.swift
[33/41] Compiling BottomSheet VisualEffectView.swift
[34/41] Compiling BottomSheet BottomSheet+ContentDrag.swift
/Users/admin/builder/spi-builder-workspace/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+CustomBackground.swift:182:27: warning: generic parameter 'V' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func customBackground<V>(
^
/Users/admin/builder/spi-builder-workspace/Sources/BottomSheet/BottomSheet.swift:10:59: note: 'V' previously declared here
public struct BottomSheet<HContent: View, MContent: View, V: View>: View {
^
[35/41] Compiling BottomSheet BottomSheet+CustomAnimation.swift
/Users/admin/builder/spi-builder-workspace/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+CustomBackground.swift:182:27: warning: generic parameter 'V' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func customBackground<V>(
^
/Users/admin/builder/spi-builder-workspace/Sources/BottomSheet/BottomSheet.swift:10:59: note: 'V' previously declared here
public struct BottomSheet<HContent: View, MContent: View, V: View>: View {
^
[36/41] Compiling BottomSheet BottomSheet+CustomBackground+iOS15.swift
/Users/admin/builder/spi-builder-workspace/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+CustomBackground.swift:182:27: warning: generic parameter 'V' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func customBackground<V>(
^
/Users/admin/builder/spi-builder-workspace/Sources/BottomSheet/BottomSheet.swift:10:59: note: 'V' previously declared here
public struct BottomSheet<HContent: View, MContent: View, V: View>: View {
^
[37/41] Compiling BottomSheet BottomSheet+CustomBackground.swift
/Users/admin/builder/spi-builder-workspace/Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+CustomBackground.swift:182:27: warning: generic parameter 'V' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func customBackground<V>(
^
/Users/admin/builder/spi-builder-workspace/Sources/BottomSheet/BottomSheet.swift:10:59: note: 'V' previously declared here
public struct BottomSheet<HContent: View, MContent: View, V: View>: View {
^
[38/41] Compiling BottomSheet BottomSheet+AccountingForKeyboardHeight.swift
[39/41] Compiling BottomSheet BottomSheet+AppleScrollBehavior.swift
[40/41] Compiling BottomSheet BottomSheet+BackgroundBlur.swift
[41/41] Compiling BottomSheet BottomSheet+CloseButton.swift
error: fatalError
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/Sources/BottomSheet/Media.xcassets
BUILD FAILURE 5.10 macosSpm