Build Information
Successful build of swiftui-bottom-sheet-drawer, reference 1.0.2 (b2abe8
), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 10:20:44 UTC.
Swift 6 data race errors: 0
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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftuiux/swiftui-bottomsheet-drawer.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swiftuiux/swiftui-bottomsheet-drawer
* tag 1.0.2 -> FETCH_HEAD
HEAD is now at b2abe86 Update .spi.yml
Cloned https://github.com/swiftuiux/swiftui-bottomsheet-drawer.git
Revision (git rev-parse @):
b2abe86a61e38a22009074d2d1393c31b56fba97
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftuiux/swiftui-bottomsheet-drawer.git at 1.0.2
========================================
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": "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",
"dependencies": [
]
}
]
}
Fetching https://github.com/swiftuiux/swiftui-bottomsheet-drawer.git
[5/221] Fetching swiftui-bottomsheet-drawer
Fetched https://github.com/swiftuiux/swiftui-bottomsheet-drawer.git from cache (1.79s)
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 1.0.2 (b2abe86)
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.0
Building package at path: $PWD
https://github.com/swiftuiux/swiftui-bottomsheet-drawer.git
{
"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"
}
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/11] Compiling swiftui_bottom_sheet_drawer RoundedCornersShape.swift
[4/11] Compiling swiftui_bottom_sheet_drawer IBottomSheetView.swift
[5/11] Compiling swiftui_bottom_sheet_drawer Comparable+clamped.swift
[6/11] Compiling swiftui_bottom_sheet_drawer SizePreferenceKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/swiftui-bottom-sheet-drawer/key/SizePreferenceKey.swift:14:23: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
12 | public struct SizePreferenceKey: PreferenceKey {
13 |
14 | public static var defaultValue = CGSize(width: 0, height: 0)
| |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | public static func reduce(value: inout CGSize, nextValue: () -> CGSize) {
[7/11] Compiling swiftui_bottom_sheet_drawer BottomSheetPosition.swift
[8/11] Compiling swiftui_bottom_sheet_drawer BottomSheet.swift
[9/11] Emitting module swiftui_bottom_sheet_drawer
/Users/admin/builder/spi-builder-workspace/Sources/swiftui-bottom-sheet-drawer/key/BottomSheetPositionKey.swift:14:23: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
12 | public struct BottomSheetPositionKey: PreferenceKey {
13 |
14 | static public var defaultValue: BottomSheetPosition = .down(0)
| |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | static public func reduce(value: inout BottomSheetPosition, nextValue: () -> BottomSheetPosition) {
/Users/admin/builder/spi-builder-workspace/Sources/swiftui-bottom-sheet-drawer/key/SizePreferenceKey.swift:14:23: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
12 | public struct SizePreferenceKey: PreferenceKey {
13 |
14 | public static var defaultValue = CGSize(width: 0, height: 0)
| |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | public static func reduce(value: inout CGSize, nextValue: () -> CGSize) {
[10/11] Compiling swiftui_bottom_sheet_drawer View+MessureSize.swift
[11/11] Compiling swiftui_bottom_sheet_drawer BottomSheetPositionKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/swiftui-bottom-sheet-drawer/key/BottomSheetPositionKey.swift:14:23: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
12 | public struct BottomSheetPositionKey: PreferenceKey {
13 |
14 | static public var defaultValue: BottomSheetPosition = .down(0)
| |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | static public func reduce(value: inout BottomSheetPosition, nextValue: () -> BottomSheetPosition) {
Build complete! (18.66s)
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/1.0.2
Repository: swiftuiux/swiftui-bottomsheet-drawer
Swift version used: 6.0
Target: swiftui-bottom-sheet-drawer
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
* branch 88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'swiftui-bottom-sheet-drawer'...
Finished extracting symbol information for 'swiftui-bottom-sheet-drawer'. (5.57s)
Building documentation for 'swiftui-bottom-sheet-drawer'...
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' (0.48s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftuiux/swiftui-bottomsheet-drawer/1.0.2
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.31s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.58s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3186] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.59s)
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.3
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
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Compiling SymbolKit DeclarationFragments.swift
[7/53] Compiling SymbolKit Fragment.swift
[8/53] Compiling SymbolKit FragmentKind.swift
[9/53] Compiling SymbolKit FunctionParameter.swift
[10/53] Compiling SymbolKit FunctionSignature.swift
[11/57] Emitting module SymbolKit
[12/57] Compiling SymbolKit GenericConstraint.swift
[13/57] Compiling SymbolKit GenericParameter.swift
[14/57] Compiling SymbolKit Generics.swift
[15/57] Compiling SymbolKit Namespace.swift
[16/57] Compiling SymbolKit Relationship.swift
[17/57] Compiling SymbolKit RelationshipKind.swift
[18/57] Compiling SymbolKit SourceOrigin.swift
[19/57] Compiling SymbolKit GenericConstraints.swift
[20/57] Compiling SymbolKit Swift.swift
[21/57] Compiling SymbolKit SemanticVersion.swift
[22/57] Compiling SymbolKit AccessControl.swift
[23/57] Compiling SymbolKit Availability.swift
[24/57] Compiling SymbolKit AvailabilityItem.swift
[25/57] Compiling SymbolKit Domain.swift
[26/57] Compiling SymbolKit Symbol.swift
[27/57] Compiling SymbolKit SymbolKind.swift
[28/57] Compiling SymbolKit SymbolGraph.swift
[29/57] Compiling SymbolKit GraphCollector.swift
[30/57] Compiling SymbolKit SourceRange.swift
[31/57] Compiling SymbolKit Metadata.swift
[32/57] Compiling SymbolKit Module.swift
[33/57] Compiling SymbolKit OperatingSystem.swift
[34/57] Compiling SymbolKit Platform.swift
[35/57] Compiling Snippets SnippetParser.swift
[36/57] Emitting module Snippets
[37/57] Compiling Snippets Snippet.swift
[38/57] Compiling SymbolKit Mixin+Equals.swift
[39/57] Compiling SymbolKit Mixin+Hash.swift
[40/57] Compiling SymbolKit Mixin.swift
[41/57] Compiling SymbolKit LineList.swift
[42/57] Compiling SymbolKit Position.swift
[43/57] Compiling SymbolKit Identifier.swift
[44/57] Compiling SymbolKit KindIdentifier.swift
[45/57] Compiling SymbolKit Location.swift
[46/57] Compiling SymbolKit Mutability.swift
[47/57] Compiling SymbolKit Names.swift
[48/57] Compiling SymbolKit SPI.swift
[49/57] Compiling SymbolKit Snippet.swift
[50/57] Compiling SymbolKit Extension.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 URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.26s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/10] Compiling swiftui_bottom_sheet_drawer IBottomSheetView.swift
[3/10] Compiling swiftui_bottom_sheet_drawer Comparable+clamped.swift
[4/10] Compiling swiftui_bottom_sheet_drawer SizePreferenceKey.swift
[5/10] Compiling swiftui_bottom_sheet_drawer RoundedCornersShape.swift
[6/10] Compiling swiftui_bottom_sheet_drawer BottomSheetPositionKey.swift
[7/10] Compiling swiftui_bottom_sheet_drawer BottomSheetPosition.swift
[8/10] Compiling swiftui_bottom_sheet_drawer View+MessureSize.swift
[9/10] Emitting module swiftui_bottom_sheet_drawer
[10/10] Compiling swiftui_bottom_sheet_drawer BottomSheet.swift
Build of target: 'swiftui-bottom-sheet-drawer' complete! (1.46s)
1528
12 /Users/admin/builder/spi-builder-workspace/.docs/swiftuiux/swiftui-bottomsheet-drawer/1.0.2
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/swiftuiux/swiftui-bottomsheet-drawer/1.0.2
File count: 1528
Doc size: 12.0MB
Preparing doc bundle ...
Uploading prod-swiftuiux-swiftui-bottomsheet-drawer-1.0.2-3fd4f867.zip to s3://spi-docs-inbox/prod-swiftuiux-swiftui-bottomsheet-drawer-1.0.2-3fd4f867.zip
Copying... [11%]
Copying... [22%]
Copying... [30%]
Copying... [41%]
Copying... [52%]
Copying... [60%]
Copying... [71%]
Copying... [82%]
Copying... [91%]
Copying... [100%]
Done.