The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftyBeaver, reference main (917417), with Swift 6.1 for macOS (SPM) on 1 May 2025 10:13:21 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MFB-Technologies-Inc/SwiftyBeaver.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MFB-Technologies-Inc/SwiftyBeaver
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9174174 Merge pull request #9 from MFB-Technologies-Inc/feature/export-log-files
Cloned https://github.com/MFB-Technologies-Inc/SwiftyBeaver.git
Revision (git rev-parse @):
9174174fc0d947b9b7e1942aa239e303fa155b69
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/MFB-Technologies-Inc/SwiftyBeaver.git at main
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.62s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.16s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
========================================
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": "swiftybeaver",
      "name": "SwiftyBeaver",
      "url": "https://github.com/MFB-Technologies-Inc/SwiftyBeaver.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyBeaver",
      "dependencies": [
        {
          "identity": "swift-log",
          "name": "swift-log",
          "url": "https://github.com/apple/swift-log.git",
          "version": "1.6.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/MFB-Technologies-Inc/SwiftyBeaver.git
[1/3149] Fetching swiftybeaver
Fetched https://github.com/MFB-Technologies-Inc/SwiftyBeaver.git from cache (1.08s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.51s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.56s)
Creating working copy for https://github.com/MFB-Technologies-Inc/SwiftyBeaver.git
Working copy of https://github.com/MFB-Technologies-Inc/SwiftyBeaver.git resolved at main (9174174)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
warning: '.resolve-product-dependencies': dependency 'swiftybeaver' is not used by any target
Found 1 product dependencies
  - swift-log
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/MFB-Technologies-Inc/SwiftyBeaver.git
https://github.com/MFB-Technologies-Inc/SwiftyBeaver.git
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "SwiftyBeaver",
  "name" : "SwiftyBeaver",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftyBeaver",
      "targets" : [
        "SwiftyBeaver"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftyBeaverSwiftLog",
      "targets" : [
        "SwiftyBeaverSwiftLog"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyBeaverTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyBeaverTests",
      "path" : "Tests/SwiftyBeaverTests",
      "sources" : [
        "BaseDestinationTests.swift",
        "ConsoleDestinationTests.swift",
        "DestinationSetTests.swift",
        "FileDestinationTests.swift",
        "FilterTests.swift",
        "GoogleCloudDestinationTests.swift",
        "SwiftyBeaverTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyBeaver"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyBeaverSwiftLogTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyBeaverSwiftLogTests",
      "path" : "Tests/SwiftyBeaverSwiftLogTests",
      "product_dependencies" : [
        "Logging"
      ],
      "sources" : [
        "LevelConversionTests.swift",
        "SwiftyBeaverLogHandlerTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyBeaver",
        "SwiftyBeaverSwiftLog"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyBeaverSwiftLog",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyBeaverSwiftLog",
      "path" : "Sources/SwiftyBeaverSwiftLog",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "SwiftyBeaverSwiftLog"
      ],
      "sources" : [
        "Logger_Level+SwiftyBeaver_Level.swift",
        "SwiftyBeaverLogHandler.swift",
        "SwiftyBeaver_Level+Logger_Level.swift"
      ],
      "target_dependencies" : [
        "SwiftyBeaver"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftyBeaver",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyBeaver",
      "path" : "Sources/SwiftyBeaver",
      "product_memberships" : [
        "SwiftyBeaver",
        "SwiftyBeaverSwiftLog"
      ],
      "sources" : [
        "BaseDestination.swift",
        "ConsoleDestination.swift",
        "FileDestination.swift",
        "Filter.swift",
        "FilterValidator.swift",
        "GoogleCloudDestination.swift",
        "Internal/UncheckedSendable.swift",
        "SwiftyBeaver+Destinations.swift",
        "SwiftyBeaver.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/19] Compiling Logging MetadataProvider.swift
[6/19] Compiling Logging LogHandler.swift
[7/19] Compiling Logging Locks.swift
[8/19] Compiling Logging Logging.swift
[9/19] Emitting module Logging
[10/19] Compiling SwiftyBeaver SwiftyBeaver.swift
[11/19] Compiling SwiftyBeaver SwiftyBeaver+Destinations.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyBeaver/SwiftyBeaver+Destinations.swift:96:36: warning: 'UncheckedSendable' is deprecated: All silenced errors in 6.0 are warnings in 6.1.
 94 |
 95 |                     if dest.asynchronously {
 96 |                         let dest = UncheckedSendable(wrapped: dest)
    |                                    `- warning: 'UncheckedSendable' is deprecated: All silenced errors in 6.0 are warnings in 6.1.
 97 |                         let context = UncheckedSendable(wrapped: context)
 98 |                         queue.async {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyBeaver/SwiftyBeaver+Destinations.swift:97:39: warning: 'UncheckedSendable' is deprecated: All silenced errors in 6.0 are warnings in 6.1.
 95 |                     if dest.asynchronously {
 96 |                         let dest = UncheckedSendable(wrapped: dest)
 97 |                         let context = UncheckedSendable(wrapped: context)
    |                                       `- warning: 'UncheckedSendable' is deprecated: All silenced errors in 6.0 are warnings in 6.1.
 98 |                         queue.async {
 99 |                             _ = dest.wrapped.send(
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyBeaver/SwiftyBeaver+Destinations.swift:266:33: warning: 'UncheckedSendable' is deprecated: All silenced errors in 6.0 are warnings in 6.1.
264 |                 grp.enter()
265 |                 if dest.asynchronously {
266 |                     let _dest = UncheckedSendable(wrapped: dest)
    |                                 `- warning: 'UncheckedSendable' is deprecated: All silenced errors in 6.0 are warnings in 6.1.
267 |                     queue.async {
268 |                         _dest.wrapped.flush()
[12/19] Compiling SwiftyBeaver GoogleCloudDestination.swift
[13/19] Compiling SwiftyBeaver UncheckedSendable.swift
[14/19] Compiling SwiftyBeaver ConsoleDestination.swift
[15/19] Compiling SwiftyBeaver FilterValidator.swift
[16/19] Compiling SwiftyBeaver Filter.swift
[17/19] Compiling SwiftyBeaver FileDestination.swift
[18/19] Emitting module SwiftyBeaver
[19/19] Compiling SwiftyBeaver BaseDestination.swift
[20/23] Emitting module SwiftyBeaverSwiftLog
[21/23] Compiling SwiftyBeaverSwiftLog Logger_Level+SwiftyBeaver_Level.swift
[22/23] Compiling SwiftyBeaverSwiftLog SwiftyBeaverLogHandler.swift
[23/23] Compiling SwiftyBeaverSwiftLog SwiftyBeaver_Level+Logger_Level.swift
Build complete! (6.05s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "SwiftyBeaver",
  "name" : "SwiftyBeaver",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftyBeaver",
      "targets" : [
        "SwiftyBeaver"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftyBeaverSwiftLog",
      "targets" : [
        "SwiftyBeaverSwiftLog"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyBeaverTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyBeaverTests",
      "path" : "Tests/SwiftyBeaverTests",
      "sources" : [
        "BaseDestinationTests.swift",
        "ConsoleDestinationTests.swift",
        "DestinationSetTests.swift",
        "FileDestinationTests.swift",
        "FilterTests.swift",
        "GoogleCloudDestinationTests.swift",
        "SwiftyBeaverTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyBeaver"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyBeaverSwiftLogTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyBeaverSwiftLogTests",
      "path" : "Tests/SwiftyBeaverSwiftLogTests",
      "product_dependencies" : [
        "Logging"
      ],
      "sources" : [
        "LevelConversionTests.swift",
        "SwiftyBeaverLogHandlerTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyBeaver",
        "SwiftyBeaverSwiftLog"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyBeaverSwiftLog",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyBeaverSwiftLog",
      "path" : "Sources/SwiftyBeaverSwiftLog",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "SwiftyBeaverSwiftLog"
      ],
      "sources" : [
        "Logger_Level+SwiftyBeaver_Level.swift",
        "SwiftyBeaverLogHandler.swift",
        "SwiftyBeaver_Level+Logger_Level.swift"
      ],
      "target_dependencies" : [
        "SwiftyBeaver"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftyBeaver",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyBeaver",
      "path" : "Sources/SwiftyBeaver",
      "product_memberships" : [
        "SwiftyBeaver",
        "SwiftyBeaverSwiftLog"
      ],
      "sources" : [
        "BaseDestination.swift",
        "ConsoleDestination.swift",
        "FileDestination.swift",
        "Filter.swift",
        "FilterValidator.swift",
        "GoogleCloudDestination.swift",
        "Internal/UncheckedSendable.swift",
        "SwiftyBeaver+Destinations.swift",
        "SwiftyBeaver.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/mfb-technologies-inc/swiftybeaver/main
Repository:               MFB-Technologies-Inc/SwiftyBeaver
Swift version used:       6.1
Target:                   SwiftyBeaver
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            release/6.2 -> FETCH_HEAD
 * [new branch]      release/6.2 -> origin/release/6.2
HEAD is now at 8799b69 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'SwiftyBeaver'...
Finished extracting symbol information for 'SwiftyBeaver'. (3.30s)
Building documentation for 'SwiftyBeaver'...
Finished building documentation for 'SwiftyBeaver' (0.17s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/mfb-technologies-inc/swiftybeaver/main
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/apple/swift-log.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.47s)
Updated https://github.com/apple/swift-log.git (0.51s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.97s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.60s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.81s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.42s)
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
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit SemanticVersion.swift
[7/53] Compiling SymbolKit AccessControl.swift
[8/53] Compiling SymbolKit Availability.swift
[9/53] Compiling SymbolKit AvailabilityItem.swift
[10/53] Compiling SymbolKit Domain.swift
[11/57] Compiling SymbolKit Symbol.swift
[12/57] Compiling SymbolKit SymbolKind.swift
[13/57] Compiling SymbolKit SymbolGraph.swift
[14/57] Compiling SymbolKit GraphCollector.swift
[15/57] Compiling SymbolKit Identifier.swift
[16/57] Compiling SymbolKit KindIdentifier.swift
[17/57] Compiling SymbolKit Location.swift
[18/57] Compiling SymbolKit Mutability.swift
[19/57] Emitting module SymbolKit
[20/57] Compiling SymbolKit DeclarationFragments.swift
[21/57] Compiling SymbolKit Fragment.swift
[22/57] Compiling SymbolKit FragmentKind.swift
[23/57] Compiling SymbolKit FunctionParameter.swift
[24/57] Compiling SymbolKit FunctionSignature.swift
[25/57] Compiling SymbolKit Relationship.swift
[26/57] Compiling SymbolKit RelationshipKind.swift
[27/57] Compiling SymbolKit SourceOrigin.swift
[28/57] Compiling SymbolKit GenericConstraints.swift
[29/57] Compiling SymbolKit Swift.swift
[30/57] Compiling SymbolKit Mixin+Equals.swift
[31/57] Compiling SymbolKit Mixin+Hash.swift
[32/57] Compiling SymbolKit Mixin.swift
[33/57] Compiling SymbolKit LineList.swift
[34/57] Compiling SymbolKit Position.swift
[35/57] Compiling SymbolKit Names.swift
[36/57] Compiling SymbolKit SPI.swift
[37/57] Compiling SymbolKit Snippet.swift
[38/57] Compiling SymbolKit Extension.swift
[39/57] Compiling SymbolKit GenericConstraint.swift
[40/57] Compiling SymbolKit GenericParameter.swift
[41/57] Compiling SymbolKit Generics.swift
[42/57] Compiling SymbolKit Namespace.swift
[43/57] Compiling SymbolKit SourceRange.swift
[44/57] Compiling SymbolKit Metadata.swift
[45/57] Compiling SymbolKit Module.swift
[46/57] Compiling SymbolKit OperatingSystem.swift
[47/57] Compiling SymbolKit Platform.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Compiling Snippets SnippetParser.swift
[54/57] Emitting module Snippets
[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! (3.81s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/11] Compiling SwiftyBeaver SwiftyBeaver.swift
[3/11] Compiling SwiftyBeaver UncheckedSendable.swift
[4/11] Compiling SwiftyBeaver FilterValidator.swift
[5/11] Compiling SwiftyBeaver GoogleCloudDestination.swift
[6/11] Compiling SwiftyBeaver Filter.swift
[7/11] Compiling SwiftyBeaver SwiftyBeaver+Destinations.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyBeaver/SwiftyBeaver+Destinations.swift:96:36: warning: 'UncheckedSendable' is deprecated: All silenced errors in 6.0 are warnings in 6.1.
 94 |
 95 |                     if dest.asynchronously {
 96 |                         let dest = UncheckedSendable(wrapped: dest)
    |                                    `- warning: 'UncheckedSendable' is deprecated: All silenced errors in 6.0 are warnings in 6.1.
 97 |                         let context = UncheckedSendable(wrapped: context)
 98 |                         queue.async {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyBeaver/SwiftyBeaver+Destinations.swift:97:39: warning: 'UncheckedSendable' is deprecated: All silenced errors in 6.0 are warnings in 6.1.
 95 |                     if dest.asynchronously {
 96 |                         let dest = UncheckedSendable(wrapped: dest)
 97 |                         let context = UncheckedSendable(wrapped: context)
    |                                       `- warning: 'UncheckedSendable' is deprecated: All silenced errors in 6.0 are warnings in 6.1.
 98 |                         queue.async {
 99 |                             _ = dest.wrapped.send(
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyBeaver/SwiftyBeaver+Destinations.swift:266:33: warning: 'UncheckedSendable' is deprecated: All silenced errors in 6.0 are warnings in 6.1.
264 |                 grp.enter()
265 |                 if dest.asynchronously {
266 |                     let _dest = UncheckedSendable(wrapped: dest)
    |                                 `- warning: 'UncheckedSendable' is deprecated: All silenced errors in 6.0 are warnings in 6.1.
267 |                     queue.async {
268 |                         _dest.wrapped.flush()
[8/11] Compiling SwiftyBeaver FileDestination.swift
[9/11] Compiling SwiftyBeaver ConsoleDestination.swift
[10/11] Emitting module SwiftyBeaver
[11/11] Compiling SwiftyBeaver BaseDestination.swift
Build of target: 'SwiftyBeaver' complete! (1.33s)
Target:                   SwiftyBeaverSwiftLog
Extracting symbol information for 'SwiftyBeaverSwiftLog'...
Finished extracting symbol information for 'SwiftyBeaverSwiftLog'. (1.09s)
Building documentation for 'SwiftyBeaverSwiftLog'...
Finished building documentation for 'SwiftyBeaverSwiftLog' (0.05s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/mfb-technologies-inc/swiftybeaver/main
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.23s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/6] Compiling Logging MetadataProvider.swift
[3/6] Compiling Logging Locks.swift
[4/6] Compiling Logging Logging.swift
[5/6] Compiling Logging LogHandler.swift
[6/6] Emitting module Logging
[7/10] Compiling SwiftyBeaverSwiftLog SwiftyBeaver_Level+Logger_Level.swift
[8/10] Compiling SwiftyBeaverSwiftLog Logger_Level+SwiftyBeaver_Level.swift
[9/10] Emitting module SwiftyBeaverSwiftLog
[10/10] Compiling SwiftyBeaverSwiftLog SwiftyBeaverLogHandler.swift
Build of target: 'SwiftyBeaverSwiftLog' complete! (0.96s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/mfb-technologies-inc/swiftybeaver/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/mfb-technologies-inc/swiftybeaver/main/linkable-paths.json
     438
4	/Users/admin/builder/spi-builder-workspace/.docs/mfb-technologies-inc/swiftybeaver/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/mfb-technologies-inc/swiftybeaver/main
File count: 438
Doc size:   4.0MB
Preparing doc bundle ...
Uploading prod-mfb-technologies-inc-swiftybeaver-main-ec4b5005.zip to s3://spi-docs-inbox/prod-mfb-technologies-inc-swiftybeaver-main-ec4b5005.zip
Copying... [17%]
Copying... [25%]
Copying... [34%]
Copying... [42%]
Copying... [51%]
Copying... [68%]
Copying... [76%]
Copying... [85%]
Copying... [93%]
Copying... [100%]
Done.