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 BottomSheet, reference main (024e9b), with Swift 6.0 for macOS (SPM) on 1 Jun 2025 08:00:23 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lucaszischka/BottomSheet
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 024e9b4 Fix generic type shadowing to avoid Swift 6 incompatibility (#174)
Cloned https://github.com/lucaszischka/BottomSheet.git
Revision (git rev-parse @):
024e9b4710d4f3e4d1783c51a3ed4ab07ef6846a
SUCCESS checkout https://github.com/lucaszischka/BottomSheet.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/lucaszischka/BottomSheet.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/39] Emitting module BottomSheet
[4/42] Compiling BottomSheet BottomSheet+OnDismiss.swift
[5/42] Compiling BottomSheet BottomSheet+Resizable.swift
[6/42] Compiling BottomSheet BottomSheet+SheetWidth.swift
[7/42] Compiling BottomSheet BottomSheet+SwipeToDismiss.swift
[8/42] Compiling BottomSheet BottomSheetConfiguration.swift
[9/42] Compiling BottomSheet BottomSheetPosition.swift
[10/42] Compiling BottomSheet BottomSheetWidth.swift
[11/42] Compiling BottomSheet BottomSheet+DragGesture.swift
[12/42] Compiling BottomSheet BottomSheet+DragIndicator.swift
[13/42] Compiling BottomSheet BottomSheet+FlickThrough.swift
[14/42] Compiling BottomSheet BottomSheet+FloatingIPadSheet.swift
[15/42] Compiling BottomSheet BottomSheet+TapToDismiss.swift
[16/42] Compiling BottomSheet BottomSheet+Threshold.swift
[17/42] Compiling BottomSheet BottomSheet.swift
[18/42] Compiling BottomSheet BottomSheetView+Calculations.swift
[19/42] Compiling BottomSheet BottomSheet+AccountingForKeyboardHeight.swift
[20/42] Compiling BottomSheet BottomSheet+AppleScrollBehavior.swift
[21/42] Compiling BottomSheet BottomSheet+BackgroundBlur.swift
[22/42] Compiling BottomSheet BottomSheet+CloseButton.swift
[23/42] Compiling BottomSheet UIScrollViewWrapper.swift
[24/42] Compiling BottomSheet BundleExtension.swift
[25/42] Compiling BottomSheet ColorExtension.swift
[26/42] Compiling BottomSheet UIApplicationExtension.swift
[27/42] Compiling BottomSheet BottomSheetView+SwitchPosition.swift
[28/42] Compiling BottomSheet BottomSheetView.swift
[29/42] Compiling BottomSheet DragGestureExtension.swift
[30/42] Compiling BottomSheet TimerAnimation.swift
[31/42] Compiling BottomSheet BottomSheet+ContentDrag.swift
[32/42] Compiling BottomSheet BottomSheet+CustomAnimation.swift
[33/42] Compiling BottomSheet BottomSheet+CustomBackground+iOS15.swift
[34/42] Compiling BottomSheet BottomSheet+CustomBackground.swift
[35/42] Compiling BottomSheet ViewExtension.swift
[36/42] Compiling BottomSheet IgnoresSafeAreaCompatible.swift
[37/42] Compiling BottomSheet RoundedCornerViewModifier.swift
[38/42] Compiling BottomSheet VisualEffectView.swift
[39/42] Compiling BottomSheet BottomSheetView+DragIndicatorAction.swift
/Users/admin/builder/spi-builder-workspace/Sources/BottomSheet/BottomSheetView/BottomSheetView+HelperViews.swift:333:32: error: type 'Bundle' has no member 'module'
331 |             Image(
332 |                 "xmark.circle.fill",
333 |                 bundle: Bundle.module
    |                                `- error: type 'Bundle' has no member 'module'
334 |             )
335 |             // Design of the close button
[40/42] Compiling BottomSheet BottomSheetView+Gestures.swift
/Users/admin/builder/spi-builder-workspace/Sources/BottomSheet/BottomSheetView/BottomSheetView+HelperViews.swift:333:32: error: type 'Bundle' has no member 'module'
331 |             Image(
332 |                 "xmark.circle.fill",
333 |                 bundle: Bundle.module
    |                                `- error: type 'Bundle' has no member 'module'
334 |             )
335 |             // Design of the close button
[41/42] Compiling BottomSheet BottomSheetView+HelperViews.swift
/Users/admin/builder/spi-builder-workspace/Sources/BottomSheet/BottomSheetView/BottomSheetView+HelperViews.swift:333:32: error: type 'Bundle' has no member 'module'
331 |             Image(
332 |                 "xmark.circle.fill",
333 |                 bundle: Bundle.module
    |                                `- error: type 'Bundle' has no member 'module'
334 |             )
335 |             // Design of the close button
[42/42] Compiling BottomSheet BottomSheetView+KeyboardHeight.swift
/Users/admin/builder/spi-builder-workspace/Sources/BottomSheet/BottomSheetView/BottomSheetView+HelperViews.swift:333:32: error: type 'Bundle' has no member 'module'
331 |             Image(
332 |                 "xmark.circle.fill",
333 |                 bundle: Bundle.module
    |                                `- error: type 'Bundle' has no member 'module'
334 |             )
335 |             // Design of the close button
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 6.0 macosSpm