Build Information
Successful build of PlusNightMode, reference main (b77d7c
), with Swift 6.0 for macOS (SPM) on 5 Nov 2024 16:55:56 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
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DandyLyons/PlusNightMode.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DandyLyons/PlusNightMode
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b77d7c7 update availability
Cloned https://github.com/DandyLyons/PlusNightMode.git
Revision (git rev-parse @):
b77d7c7f3e7fccaa4bbfe3ff0e7aa072c0564803
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/DandyLyons/PlusNightMode.git at main
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
[1/12446] Fetching swift-snapshot-testing
[4233/78854] Fetching swift-snapshot-testing, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (8.90s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (8.90s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.17.4 (3.35s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.0-prerelease-2024-07-30 (0.75s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.17.4
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.0-prerelease-2024-07-30
========================================
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": "plusnightmode",
"name": "PlusNightMode",
"url": "https://github.com/DandyLyons/PlusNightMode.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PlusNightMode",
"dependencies": [
]
}
]
}
Fetching https://github.com/DandyLyons/PlusNightMode.git
[1/205] Fetching plusnightmode
Fetched https://github.com/DandyLyons/PlusNightMode.git from cache (1.27s)
Creating working copy for https://github.com/DandyLyons/PlusNightMode.git
Working copy of https://github.com/DandyLyons/PlusNightMode.git resolved at main (b77d7c7)
warning: '.resolve-product-dependencies': dependency 'plusnightmode' 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/DandyLyons/PlusNightMode.git
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
Building for debugging...
[0/3] Write sources
[1/3] Copying Assets.xcassets
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/12] Compiling PlusNightMode resource_bundle_accessor.swift
[5/12] Compiling PlusNightMode View + Night Mode.swift
[6/12] Compiling PlusNightMode ColorSchemeModeModifier.swift
[7/12] Compiling PlusNightMode monochromed.swift
[8/12] Compiling PlusNightMode ColorSchemeMode.swift
[9/12] Compiling PlusNightMode ExampleNightModeView.swift
[10/12] Emitting module PlusNightMode
/Users/admin/builder/spi-builder-workspace/Sources/PlusNightMode/ColorScheme+.swift:3:1: warning: extension declares a conformance of imported type 'ColorScheme' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
1 | import SwiftUI
2 |
3 | extension ColorScheme: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'ColorScheme' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4 | public var debugDescription: String {
5 | switch self {
[11/12] Compiling PlusNightMode ColorSchemeMode+.swift
[12/12] Compiling PlusNightMode ColorScheme+.swift
/Users/admin/builder/spi-builder-workspace/Sources/PlusNightMode/ColorScheme+.swift:3:1: warning: extension declares a conformance of imported type 'ColorScheme' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
1 | import SwiftUI
2 |
3 | extension ColorScheme: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'ColorScheme' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4 | public var debugDescription: String {
5 | switch self {
Build complete! (22.22s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.17.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
}
],
"manifest_display_name" : "PlusNightMode",
"name" : "PlusNightMode",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
}
],
"products" : [
{
"name" : "PlusNightMode",
"targets" : [
"PlusNightMode"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PlusNightModeTests",
"module_type" : "SwiftTarget",
"name" : "PlusNightModeTests",
"path" : "Tests",
"product_dependencies" : [
"SnapshotTesting",
"InlineSnapshotTesting"
],
"sources" : [
"Plus Night ModeTests/PlusNightModeTests.swift"
],
"target_dependencies" : [
"PlusNightMode"
],
"type" : "test"
},
{
"c99name" : "PlusNightMode",
"module_type" : "SwiftTarget",
"name" : "PlusNightMode",
"path" : "Sources/PlusNightMode",
"product_memberships" : [
"PlusNightMode"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/PlusNightMode/Resources/Assets.xcassets",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"ColorScheme+.swift",
"ColorSchemeMode+.swift",
"ColorSchemeMode.swift",
"ColorSchemeModeModifier.swift",
"ExampleNightModeView.swift",
"View + Night Mode.swift",
"monochromed.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/dandylyons/plusnightmode/main
Repository: DandyLyons/PlusNightMode
Swift version used: 6.0
Target: PlusNightMode
Extracting symbol information for 'PlusNightMode'...
Finished extracting symbol information for 'PlusNightMode'. (5.91s)
Building documentation for 'PlusNightMode'...
warning: Parameter 'colorScheme' not found in instance method declaration
--> ../ColorScheme+.swift:41:9-41:49
39 | /// A convenience `View` that will override the light and dark appearance.
40 | /// - Parameters:
41 + /// - colorScheme: The SwiftUI `ColorScheme`
| ╰─suggestion: Remove 'colorScheme' parameter documentation
42 | /// - light: The View to display when `colorScheme` is `.light`
43 | /// - dark: The View to display when `colorScheme` is `.dark`
warning: Parameter 'colorScheme' not found in instance method declaration
--> ../ColorScheme+.swift:41:9-41:49
39 | /// A convenience `View` that will override the light and dark appearance.
40 | /// - Parameters:
41 + /// - colorScheme: The SwiftUI `ColorScheme`
| ╰─suggestion: Remove 'colorScheme' parameter documentation
42 | /// - light: The View to display when `colorScheme` is `.light`
43 | /// - dark: The View to display when `colorScheme` is `.dark`
warning: Parameter 'colorScheme' not found in instance method declaration
--> ../ColorScheme+.swift:41:9-41:49
39 | /// A convenience `View` that will override the light and dark appearance.
40 | /// - Parameters:
41 + /// - colorScheme: The SwiftUI `ColorScheme`
| ╰─suggestion: Remove 'colorScheme' parameter documentation
42 | /// - light: The View to display when `colorScheme` is `.light`
43 | /// - dark: The View to display when `colorScheme` is `.dark`
warning: 'ColorSchemeMode.Value.light' doesn't exist at '/PlusNightMode/Getting-Started'
--> Getting Started.md:8:6-8:33
6 |
7 | ``PlusNightMode`` supports 4 appearance settings:
8 + 1. ``ColorSchemeMode.Value.light``: A light mode appearance
| ╰─suggestion: Replace 'ColorSchemeMode.Value.light' with 'ColorScheme-vs-ColorSchemeMode'
9 | 2. ``ColorSchemeMode.Value.dark``: A dark mode appearance
10 | 3. ``ColorSchemeMode.Value.auto``: An appearance that will automatically switch between light and dark appearance according to the parent View's color scheme. (If every ancestor View has a color scheme that has not been overridden, then this appearance will follow the appearance of the device.)
warning: 'ColorSchemeMode.Value.dark' doesn't exist at '/PlusNightMode/Getting-Started'
--> Getting Started.md:9:6-9:32
7 | ``PlusNightMode`` supports 4 appearance settings:
8 | 1. ``ColorSchemeMode.Value.light``: A light mode appearance
9 + 2. ``ColorSchemeMode.Value.dark``: A dark mode appearance
| ╰─suggestion: Replace 'ColorSchemeMode.Value.dark' with 'ColorScheme-vs-ColorSchemeMode'
10 | 3. ``ColorSchemeMode.Value.auto``: An appearance that will automatically switch between light and dark appearance according to the parent View's color scheme. (If every ancestor View has a color scheme that has not been overridden, then this appearance will follow the appearance of the device.)
11 | 4. ``ColorSchemeMode.Value.night``: A night mode appearance
warning: 'ColorSchemeMode.Value.auto' doesn't exist at '/PlusNightMode/Getting-Started'
--> Getting Started.md:10:6-10:32
8 | 1. ``ColorSchemeMode.Value.light``: A light mode appearance
9 | 2. ``ColorSchemeMode.Value.dark``: A dark mode appearance
10 + 3. ``ColorSchemeMode.Value.auto``: An appearance that will automatically switch between light and dark appearance according to the parent View's color scheme. (If every ancestor View has a color scheme that has not been overridden, then this appearance will follow the appearance of the device.)
| ╰─suggestion: Replace 'ColorSchemeMode.Value.auto' with 'ColorScheme-vs-ColorSchemeMode'
11 | 4. ``ColorSchemeMode.Value.night``: A night mode appearance
12 |
warning: 'ColorSchemeMode.Value.night' doesn't exist at '/PlusNightMode/Getting-Started'
--> Getting Started.md:11:6-11:33
9 | 2. ``ColorSchemeMode.Value.dark``: A dark mode appearance
10 | 3. ``ColorSchemeMode.Value.auto``: An appearance that will automatically switch between light and dark appearance according to the parent View's color scheme. (If every ancestor View has a color scheme that has not been overridden, then this appearance will follow the appearance of the device.)
11 + 4. ``ColorSchemeMode.Value.night``: A night mode appearance
| ╰─suggestion: Replace 'ColorSchemeMode.Value.night' with 'ColorScheme-vs-ColorSchemeMode'
12 |
13 | ## What's Night Mode
warning: 'nightModed(if:)' doesn't exist at '/PlusNightMode/Getting-Started'
--> Getting Started.md:28:51-28:66
26 |
27 | ## Adding Night Mode
28 + The easiest way to add night mode is to use the ``nightModed(if:)`` method and pass it a value of `true`. This method will force the View (and all its children to have a night mode appearance). (However, it will pay no attention to users settings in the app, nor in device settings.)
29 |
30 | ```swift
warning: 'colorSchemeMode(_:)' doesn't exist at '/PlusNightMode/Getting-Started'
--> Getting Started.md:37:61-37:80
35 | ```
36 |
37 + But the best way to add night mode to your View is to use ``colorSchemeMode(_:)``. This will ensure that the SwiftUI View (and all its children) will dynamically update to match the user's current settings both in the app and in the device settings.
| ╰─suggestion: Replace 'colorSchemeMode(_:)' with 'ColorScheme-vs-ColorSchemeMode'
38 |
39 | ```swift
warning: 'colorSchemeMode(_:)' doesn't exist at '/PlusNightMode/Getting-Started'
--> Getting Started.md:62:32-62:51
60 |
61 | ## On View Hierarchy
62 + It is important to note that ``colorSchemeMode(_:)`` can only apply the night mode appearance to children views. It cannot apply the night mode appearance to parent or sibling views. Because of this, it is best practice to:
| ╰─suggestion: Replace 'colorSchemeMode(_:)' with 'ColorScheme-vs-ColorSchemeMode'
63 | 1. Apply ``colorSchemeMode(_:)`` at the highest possible level of each View hierarchy. The higher the better, since only children will be affected.
64 | 2. Reapply ``colorSchemeMode(_:)`` when creating a branching view hierarchy:
warning: 'colorSchemeMode(_:)' doesn't exist at '/PlusNightMode/Getting-Started'
--> Getting Started.md:63:12-63:31
61 | ## On View Hierarchy
62 | It is important to note that ``colorSchemeMode(_:)`` can only apply the night mode appearance to children views. It cannot apply the night mode appearance to parent or sibling views. Because of this, it is best practice to:
63 + 1. Apply ``colorSchemeMode(_:)`` at the highest possible level of each View hierarchy. The higher the better, since only children will be affected.
| ╰─suggestion: Replace 'colorSchemeMode(_:)' with 'ColorScheme-vs-ColorSchemeMode'
64 | 2. Reapply ``colorSchemeMode(_:)`` when creating a branching view hierarchy:
65 | - Certain views such as view presentations, like SwiftUI's `.sheet` create an entirely new View hierarchy. For this you need to reapply ``colorSchemeMode(_:)`` to the presented View.
warning: 'colorSchemeMode(_:)' doesn't exist at '/PlusNightMode/Getting-Started'
--> Getting Started.md:64:14-64:33
62 | It is important to note that ``colorSchemeMode(_:)`` can only apply the night mode appearance to children views. It cannot apply the night mode appearance to parent or sibling views. Because of this, it is best practice to:
63 | 1. Apply ``colorSchemeMode(_:)`` at the highest possible level of each View hierarchy. The higher the better, since only children will be affected.
64 + 2. Reapply ``colorSchemeMode(_:)`` when creating a branching view hierarchy:
| ╰─suggestion: Replace 'colorSchemeMode(_:)' with 'ColorScheme-vs-ColorSchemeMode'
65 | - Certain views such as view presentations, like SwiftUI's `.sheet` create an entirely new View hierarchy. For this you need to reapply ``colorSchemeMode(_:)`` to the presented View.
66 |
warning: 'colorSchemeMode(_:)' doesn't exist at '/PlusNightMode/Getting-Started'
--> Getting Started.md:65:141-65:160
63 | 1. Apply ``colorSchemeMode(_:)`` at the highest possible level of each View hierarchy. The higher the better, since only children will be affected.
64 | 2. Reapply ``colorSchemeMode(_:)`` when creating a branching view hierarchy:
65 + - Certain views such as view presentations, like SwiftUI's `.sheet` create an entirely new View hierarchy. For this you need to reapply ``colorSchemeMode(_:)`` to the presented View.
| ╰─suggestion: Replace 'colorSchemeMode(_:)' with 'ColorScheme-vs-ColorSchemeMode'
66 |
67 | ```swiftFinished building documentation for 'PlusNightMode' (1.02s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/dandylyons/plusnightmode/main
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/swiftlang/swift-syntax
[1/2038] Fetching swift-docc-plugin
Updated https://github.com/swiftlang/swift-syntax (0.88s)
Updating https://github.com/pointfreeco/swift-snapshot-testing.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.32s)
Updated https://github.com/pointfreeco/swift-snapshot-testing.git (0.60s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.17.4 (0.68s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.65s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3153] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.29s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.65s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.0-prerelease-2024-07-30 (0.73s)
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
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
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Identifier.swift
[8/57] Compiling SymbolKit KindIdentifier.swift
[9/57] Compiling SymbolKit Location.swift
[10/57] Compiling SymbolKit Mutability.swift
[11/57] Compiling SymbolKit DeclarationFragments.swift
[12/57] Compiling SymbolKit Fragment.swift
[13/57] Compiling SymbolKit FragmentKind.swift
[14/57] Compiling SymbolKit FunctionParameter.swift
[15/57] Compiling SymbolKit FunctionSignature.swift
[16/57] Compiling SymbolKit Symbol.swift
[17/57] Compiling SymbolKit SymbolKind.swift
[18/57] Compiling SymbolKit SymbolGraph.swift
[19/57] Compiling SymbolKit GraphCollector.swift
[20/57] Compiling Snippets Snippet.swift
[21/57] Emitting module Snippets
[22/57] Compiling Snippets SnippetParser.swift
[23/57] Compiling SymbolKit SemanticVersion.swift
[24/57] Compiling SymbolKit AccessControl.swift
[25/57] Compiling SymbolKit Availability.swift
[26/57] Compiling SymbolKit AvailabilityItem.swift
[27/57] Compiling SymbolKit Domain.swift
[28/57] Compiling SymbolKit GenericConstraint.swift
[29/57] Compiling SymbolKit GenericParameter.swift
[30/57] Compiling SymbolKit Generics.swift
[31/57] Compiling SymbolKit Namespace.swift
[32/57] Compiling SymbolKit Relationship.swift
[33/57] Compiling SymbolKit RelationshipKind.swift
[34/57] Compiling SymbolKit SourceOrigin.swift
[35/57] Compiling SymbolKit GenericConstraints.swift
[36/57] Compiling SymbolKit Swift.swift
[37/57] Compiling SymbolKit SourceRange.swift
[38/57] Compiling SymbolKit Metadata.swift
[39/57] Compiling SymbolKit Module.swift
[40/57] Compiling SymbolKit OperatingSystem.swift
[41/57] Compiling SymbolKit Platform.swift
[42/57] Compiling SymbolKit Mixin+Equals.swift
[43/57] Compiling SymbolKit Mixin+Hash.swift
[44/57] Compiling SymbolKit Mixin.swift
[45/57] Compiling SymbolKit LineList.swift
[46/57] Compiling SymbolKit Position.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] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.90s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/10] Compiling PlusNightMode monochromed.swift
[3/10] Compiling PlusNightMode resource_bundle_accessor.swift
[4/10] Compiling PlusNightMode View + Night Mode.swift
[5/10] Compiling PlusNightMode ColorSchemeModeModifier.swift
[6/10] Compiling PlusNightMode ColorSchemeMode.swift
[7/10] Compiling PlusNightMode ExampleNightModeView.swift
[8/10] Emitting module PlusNightMode
/Users/admin/builder/spi-builder-workspace/Sources/PlusNightMode/ColorScheme+.swift:3:1: warning: extension declares a conformance of imported type 'ColorScheme' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
1 | import SwiftUI
2 |
3 | extension ColorScheme: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'ColorScheme' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4 | public var debugDescription: String {
5 | switch self {
[9/10] Compiling PlusNightMode ColorScheme+.swift
/Users/admin/builder/spi-builder-workspace/Sources/PlusNightMode/ColorScheme+.swift:3:1: warning: extension declares a conformance of imported type 'ColorScheme' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
1 | import SwiftUI
2 |
3 | extension ColorScheme: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'ColorScheme' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4 | public var debugDescription: String {
5 | switch self {
[10/10] Compiling PlusNightMode ColorSchemeMode+.swift
Build of target: 'PlusNightMode' complete! (1.27s)
3022
23 /Users/admin/builder/spi-builder-workspace/.docs/dandylyons/plusnightmode/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/dandylyons/plusnightmode/main
File count: 3022
Doc size: 23.0MB
Preparing doc bundle ...
Uploading prod-dandylyons-plusnightmode-main-30fbaabc.zip to s3://spi-docs-inbox/prod-dandylyons-plusnightmode-main-30fbaabc.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [41%]
Copying... [51%]
Copying... [61%]
Copying... [71%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.