Build Information
Successful build of swiftui-bottom-sheet-drawer, reference main (b9bac4), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 09:07:34 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftuiux/swiftui-bottomsheet-drawer.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swiftuiux/swiftui-bottomsheet-drawer
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b9bac4b Update LICENSE
Cloned https://github.com/swiftuiux/swiftui-bottomsheet-drawer.git
Revision (git rev-parse @):
b9bac4bb2e6bb6ebea9c9c94a2184be98f6c71a6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftuiux/swiftui-bottomsheet-drawer.git at main
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swiftui-bottomsheet-drawer",
"name": "swiftui-bottom-sheet-drawer",
"url": "https://github.com/swiftuiux/swiftui-bottomsheet-drawer.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftui-bottomsheet-drawer",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/swiftuiux/swiftui-bottomsheet-drawer.git
[1/224] Fetching swiftui-bottomsheet-drawer
Fetched https://github.com/swiftuiux/swiftui-bottomsheet-drawer.git from cache (1.51s)
Creating working copy for https://github.com/swiftuiux/swiftui-bottomsheet-drawer.git
Working copy of https://github.com/swiftuiux/swiftui-bottomsheet-drawer.git resolved at main (b9bac4b)
warning: '.resolve-product-dependencies': dependency 'swiftui-bottomsheet-drawer' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/swiftuiux/swiftui-bottomsheet-drawer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/11] Compiling swiftui_bottom_sheet_drawer IBottomSheetView.swift
[4/11] Compiling swiftui_bottom_sheet_drawer Comparable+clamped.swift
[5/11] Compiling swiftui_bottom_sheet_drawer View+MessureSize.swift
[6/11] Compiling swiftui_bottom_sheet_drawer SizePreferenceKey.swift
[7/11] Compiling swiftui_bottom_sheet_drawer RoundedCornersShape.swift
[8/11] Emitting module swiftui_bottom_sheet_drawer
[9/11] Compiling swiftui_bottom_sheet_drawer BottomSheetPositionKey.swift
[10/11] Compiling swiftui_bottom_sheet_drawer BottomSheetPosition.swift
[11/11] Compiling swiftui_bottom_sheet_drawer BottomSheet.swift
Build complete! (9.93s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swiftui-bottom-sheet-drawer",
"name" : "swiftui-bottom-sheet-drawer",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12"
},
{
"name" : "ios",
"version" : "15"
},
{
"name" : "watchos",
"version" : "10"
}
],
"products" : [
{
"name" : "swiftui-bottom-sheet-drawer",
"targets" : [
"swiftui-bottom-sheet-drawer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "swiftui_bottom_sheet_drawerTests",
"module_type" : "SwiftTarget",
"name" : "swiftui-bottom-sheet-drawerTests",
"path" : "Tests/swiftui-bottom-sheet-drawerTests",
"sources" : [
"swiftui_bottom_sheet_drawerTests.swift"
],
"target_dependencies" : [
"swiftui-bottom-sheet-drawer"
],
"type" : "test"
},
{
"c99name" : "swiftui_bottom_sheet_drawer",
"module_type" : "SwiftTarget",
"name" : "swiftui-bottom-sheet-drawer",
"path" : "Sources/swiftui-bottom-sheet-drawer",
"product_memberships" : [
"swiftui-bottom-sheet-drawer"
],
"sources" : [
"BottomSheet.swift",
"enum/BottomSheetPosition.swift",
"ext/Comparable+clamped.swift",
"ext/View+MessureSize.swift",
"key/BottomSheetPositionKey.swift",
"key/SizePreferenceKey.swift",
"protocol/IBottomSheetView.swift",
"shape/RoundedCornersShape.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/swiftuiux/swiftui-bottomsheet-drawer/main
Repository: swiftuiux/swiftui-bottomsheet-drawer
Swift version used: 6.3
Target: swiftui-bottom-sheet-drawer
Extracting symbol information for 'swiftui-bottom-sheet-drawer'...
Finished extracting symbol information for 'swiftui-bottom-sheet-drawer'. (44.87s)
Building documentation for 'swiftui-bottom-sheet-drawer'...
warning: No valid content was found in this file
A '.' file should contain a top-level directive ('Tutorials', 'Tutorial', or 'Article') and valid child content. Only '.md' files support content without a top-level directive
--> ../../../../..:1:1-5:2
1 + # ``swiftui_bottom_sheet_drawer``
2 +
3 + @Metadata {
4 + @DisplayName("swiftui-bottom-sheet-drawer")
5 + }
warning: Parameter 'showDragButton' not found in initializer declaration
--> Sources/swiftui-bottom-sheet-drawer/BottomSheet.swift:53:11-53:53
51 | /// - shift: Visible height of the sheet drawer
52 | /// - topIndentation: Space from the very top to the max height drawer can reach
53 + /// - showDragButton: Hide or show drag button
| ╰─suggestion: Remove 'showDragButton' parameter documentation
54 | /// - draggerHeight: Space sensitive for dragging
55 | /// - dragThresholdToAct: Dragging length after which trigger move to the next level depends on the direction of moving
warning: Parameter 'doAnimation' not found in initializer declaration
--> Sources/swiftui-bottom-sheet-drawer/BottomSheet.swift:56:11-56:38
54 | /// - draggerHeight: Space sensitive for dragging
55 | /// - dragThresholdToAct: Dragging length after which trigger move to the next level depends on the direction of moving
56 + /// - doAnimation: Animate move
| ╰─suggestion: Remove 'doAnimation' parameter documentation
57 | public init(
58 | content: Content,
Finished building documentation for 'swiftui-bottom-sheet-drawer' (1.07s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftuiux/swiftui-bottomsheet-drawer/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2275] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.21s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (2.00s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.21s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.02s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling Snippets Snippet.swift
[7/53] Emitting module Snippets
[8/53] Compiling Snippets SnippetParser.swift
[9/53] Compiling SymbolKit Identifier.swift
[10/53] Compiling SymbolKit KindIdentifier.swift
[11/53] Compiling SymbolKit Location.swift
[12/53] Compiling SymbolKit Mutability.swift
[13/57] Compiling SymbolKit DeclarationFragments.swift
[14/57] Compiling SymbolKit Fragment.swift
[15/57] Compiling SymbolKit FragmentKind.swift
[16/57] Compiling SymbolKit FunctionParameter.swift
[17/57] Compiling SymbolKit FunctionSignature.swift
[18/57] Compiling SymbolKit GenericConstraint.swift
[19/57] Compiling SymbolKit GenericParameter.swift
[20/57] Compiling SymbolKit Generics.swift
[21/57] Compiling SymbolKit Namespace.swift
[22/57] Emitting module SymbolKit
[23/57] Compiling SymbolKit Mixin+Equals.swift
[24/57] Compiling SymbolKit Mixin+Hash.swift
[25/57] Compiling SymbolKit Mixin.swift
[26/57] Compiling SymbolKit LineList.swift
[27/57] Compiling SymbolKit Position.swift
[28/57] Compiling SymbolKit SemanticVersion.swift
[29/57] Compiling SymbolKit AccessControl.swift
[30/57] Compiling SymbolKit Availability.swift
[31/57] Compiling SymbolKit AvailabilityItem.swift
[32/57] Compiling SymbolKit Domain.swift
[33/57] Compiling SymbolKit Relationship.swift
[34/57] Compiling SymbolKit RelationshipKind.swift
[35/57] Compiling SymbolKit SourceOrigin.swift
[36/57] Compiling SymbolKit GenericConstraints.swift
[37/57] Compiling SymbolKit Swift.swift
[38/57] Compiling SymbolKit SourceRange.swift
[39/57] Compiling SymbolKit Metadata.swift
[40/57] Compiling SymbolKit Module.swift
[41/57] Compiling SymbolKit OperatingSystem.swift
[42/57] Compiling SymbolKit Platform.swift
[43/57] Compiling SymbolKit Names.swift
[44/57] Compiling SymbolKit SPI.swift
[45/57] Compiling SymbolKit Snippet.swift
[46/57] Compiling SymbolKit Extension.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SnippetBuildCommand.swift
[56/61] Emitting module snippet_extract
[57/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Compiling snippet_extract URL+Status.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (5.68s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'swiftui-bottom-sheet-drawer' complete! (0.20s)
1776
13 /Users/admin/builder/spi-builder-workspace/.docs/swiftuiux/swiftui-bottomsheet-drawer/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/swiftuiux/swiftui-bottomsheet-drawer/main
File count: 1776
Doc size: 13.0MB
Preparing doc bundle ...
Uploading prod-swiftuiux-swiftui-bottomsheet-drawer-main-259e4118.zip to s3://spi-docs-inbox/prod-swiftuiux-swiftui-bottomsheet-drawer-main-259e4118.zip
Copying... [10%]
Copying... [21%]
Copying... [31%]
Copying... [42%]
Copying... [52%]
Copying... [60%]
Copying... [71%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.