Build Information
Failed to build FloatingBottomSheet, reference 2.3.0 (bbb8c8
), with Swift 6.0 for macOS (SPM) on 2 Dec 2024 12:36:31 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.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
Build Log
========================================
RunAll
========================================
Builder version: 4.58.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OhKanghoon/FloatingBottomSheet.git
Reference: 2.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OhKanghoon/FloatingBottomSheet
* tag 2.3.0 -> FETCH_HEAD
HEAD is now at bbb8c85 Merge pull request #24 from OhKanghoon/enhance-dismiss-without-animation
Cloned https://github.com/OhKanghoon/FloatingBottomSheet.git
Revision (git rev-parse @):
bbb8c85d996045d4e9557f3c270d9ba8c28905e0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/OhKanghoon/FloatingBottomSheet.git at 2.3.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "floatingbottomsheet",
"name": "FloatingBottomSheet",
"url": "https://github.com/OhKanghoon/FloatingBottomSheet.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FloatingBottomSheet",
"dependencies": [
]
}
]
}
Fetching https://github.com/OhKanghoon/FloatingBottomSheet.git
[1/436] Fetching floatingbottomsheet
Fetched https://github.com/OhKanghoon/FloatingBottomSheet.git from cache (1.20s)
Creating working copy for https://github.com/OhKanghoon/FloatingBottomSheet.git
Working copy of https://github.com/OhKanghoon/FloatingBottomSheet.git resolved at 2.3.0 (bbb8c85)
warning: '.resolve-product-dependencies': dependency 'floatingbottomsheet' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/OhKanghoon/FloatingBottomSheet.git
{
"dependencies" : [
],
"manifest_display_name" : "FloatingBottomSheet",
"name" : "FloatingBottomSheet",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
}
],
"products" : [
{
"name" : "FloatingBottomSheet",
"targets" : [
"FloatingBottomSheet"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FloatingBottomSheetTests",
"module_type" : "SwiftTarget",
"name" : "FloatingBottomSheetTests",
"path" : "Tests/FloatingBottomSheetTests",
"sources" : [
"FloatingBottomSheetTests.swift"
],
"target_dependencies" : [
"FloatingBottomSheet"
],
"type" : "test"
},
{
"c99name" : "FloatingBottomSheet",
"module_type" : "SwiftTarget",
"name" : "FloatingBottomSheet",
"path" : "Sources/FloatingBottomSheet",
"product_memberships" : [
"FloatingBottomSheet"
],
"sources" : [
"Animator/FloatingBottomSheetAnimator.swift",
"Animator/FloatingBottomSheetPresentationAnimator.swift",
"Presentable/FloatingBottomSheet.swift",
"Presentable/FloatingBottomSheetPresentable+Default.swift",
"Presentable/FloatingBottomSheetPresentable+Internal.swift",
"Presentable/FloatingBottomSheetPresentable+UIViewController.swift",
"Presentable/FloatingBottomSheetPresentable.swift",
"Presentation/FloatingBottomSheetContainerView.swift",
"Presentation/FloatingBottomSheetHandleMetric.swift",
"Presentation/FloatingBottomSheetPresentationController.swift",
"Presentation/FloatingBottomSheetPresentationDelegate.swift",
"Presenter/FloatingBottomSheetPresenter.swift",
"Presenter/UIViewController+FloatingBottomSheetPresenter.swift",
"Utils/UIColor+Init.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/16] Compiling FloatingBottomSheet UIViewController+FloatingBottomSheetPresenter.swift
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | enum FloatingBottomSheetAnimator {
[4/17] Compiling FloatingBottomSheet UIColor+Init.swift
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | enum FloatingBottomSheetAnimator {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/17] Emitting module FloatingBottomSheet
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | enum FloatingBottomSheetAnimator {
[6/17] Compiling FloatingBottomSheet FloatingBottomSheetPresentationDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | enum FloatingBottomSheetAnimator {
[7/17] Compiling FloatingBottomSheet FloatingBottomSheetPresenter.swift
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | enum FloatingBottomSheetAnimator {
[8/17] Compiling FloatingBottomSheet FloatingBottomSheetHandleMetric.swift
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | enum FloatingBottomSheetAnimator {
[9/17] Compiling FloatingBottomSheet FloatingBottomSheetPresentationController.swift
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | enum FloatingBottomSheetAnimator {
[10/17] Compiling FloatingBottomSheet FloatingBottomSheetPresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | enum FloatingBottomSheetAnimator {
[11/17] Compiling FloatingBottomSheet FloatingBottomSheetContainerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | enum FloatingBottomSheetAnimator {
[12/17] Compiling FloatingBottomSheet FloatingBottomSheetPresentable+Internal.swift
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | enum FloatingBottomSheetAnimator {
[13/17] Compiling FloatingBottomSheet FloatingBottomSheetPresentable+UIViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | enum FloatingBottomSheetAnimator {
[14/17] Compiling FloatingBottomSheet FloatingBottomSheet.swift
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | enum FloatingBottomSheetAnimator {
[15/17] Compiling FloatingBottomSheet FloatingBottomSheetPresentable+Default.swift
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | enum FloatingBottomSheetAnimator {
[16/17] Compiling FloatingBottomSheet FloatingBottomSheetAnimator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | enum FloatingBottomSheetAnimator {
[17/17] Compiling FloatingBottomSheet FloatingBottomSheetPresentationAnimator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | enum FloatingBottomSheetAnimator {
BUILD FAILURE 6.0 macosSpm