The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LBBottomSheet, reference master (819228), with Swift 6.1 for Wasm on 28 May 2025 06:41:20 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LunabeeStudio/LBBottomSheet.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/LunabeeStudio/LBBottomSheet
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 819228f Update README.md
Cloned https://github.com/LunabeeStudio/LBBottomSheet.git
Revision (git rev-parse @):
819228f22c6bba586410d28e4afeab9543a4a7aa
SUCCESS checkout https://github.com/LunabeeStudio/LBBottomSheet.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/LunabeeStudio/LBBottomSheet.git
https://github.com/LunabeeStudio/LBBottomSheet.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LBBottomSheet",
  "name" : "LBBottomSheet",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "LBBottomSheet",
      "targets" : [
        "LBBottomSheet"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "LBBottomSheet",
      "module_type" : "SwiftTarget",
      "name" : "LBBottomSheet",
      "path" : "Sources/LBBottomSheet",
      "product_memberships" : [
        "LBBottomSheet"
      ],
      "sources" : [
        "BottomSheetConstant.swift",
        "Model/BottomSheetController+Behavior.swift",
        "Model/BottomSheetController+Theme.swift",
        "Protocols/BottomSheetInteractionDelegate.swift",
        "Protocols/BottomSheetPositionDelegate.swift",
        "UI/BottomSheetController.swift",
        "Utils/Components/ForwardingEventsView.swift",
        "Utils/Extensions/CACornerMask+Extension.swift",
        "Utils/Extensions/Mirror+Extension.swift",
        "Utils/Extensions/UIApplication+Extension.swift",
        "Utils/Extensions/UIColor+Extension.swift",
        "Utils/Extensions/UIGestureRecognizer+Extensions.swift",
        "Utils/Extensions/UIScreen+Extension.swift",
        "Utils/Extensions/UIScrollView+Extension.swift",
        "Utils/Extensions/UIView+Extension.swift",
        "Utils/Extensions/UIViewController+Extension.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/LBBottomSheet/UI/BottomSheet.storyboard
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/17] Compiling LBBottomSheet ForwardingEventsView.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[4/17] Compiling LBBottomSheet CACornerMask+Extension.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[5/19] Compiling LBBottomSheet UIView+Extension.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[6/19] Compiling LBBottomSheet UIViewController+Extension.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/19] Compiling LBBottomSheet BottomSheetConstant.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[8/19] Compiling LBBottomSheet BottomSheetController+Behavior.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[9/19] Compiling LBBottomSheet BottomSheetController+Theme.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[10/19] Compiling LBBottomSheet BottomSheetInteractionDelegate.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[11/19] Emitting module LBBottomSheet
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[12/19] Compiling LBBottomSheet UIScreen+Extension.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[13/19] Compiling LBBottomSheet UIScrollView+Extension.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[14/19] Compiling LBBottomSheet UIColor+Extension.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[15/19] Compiling LBBottomSheet UIGestureRecognizer+Extensions.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[16/19] Compiling LBBottomSheet Mirror+Extension.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[17/19] Compiling LBBottomSheet UIApplication+Extension.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[18/19] Compiling LBBottomSheet BottomSheetPositionDelegate.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[19/19] Compiling LBBottomSheet BottomSheetController.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/LBBottomSheet/UI/BottomSheet.storyboard
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/16] Compiling LBBottomSheet UIScreen+Extension.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[3/16] Compiling LBBottomSheet UIScrollView+Extension.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[4/18] Compiling LBBottomSheet UIColor+Extension.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[5/18] Compiling LBBottomSheet UIGestureRecognizer+Extensions.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[6/18] Compiling LBBottomSheet ForwardingEventsView.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[7/18] Compiling LBBottomSheet CACornerMask+Extension.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[8/18] Compiling LBBottomSheet Mirror+Extension.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[9/18] Compiling LBBottomSheet UIApplication+Extension.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[10/18] Compiling LBBottomSheet UIView+Extension.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[11/18] Compiling LBBottomSheet UIViewController+Extension.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/18] Emitting module LBBottomSheet
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[13/18] Compiling LBBottomSheet BottomSheetController+Theme.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[14/18] Compiling LBBottomSheet BottomSheetInteractionDelegate.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[15/18] Compiling LBBottomSheet BottomSheetConstant.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[16/18] Compiling LBBottomSheet BottomSheetController+Behavior.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[17/18] Compiling LBBottomSheet BottomSheetPositionDelegate.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
[18/18] Compiling LBBottomSheet BottomSheetController.swift
/host/spi-builder-workspace/Sources/LBBottomSheet/BottomSheetConstant.swift:21:8: error: no such module 'CoreGraphics'
19 | //
20 |
21 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
22 |
23 | /// Bottom sheet constants.
BUILD FAILURE 6.1 wasm