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 3.1.0 (917417), with Swift 6.0 for macOS (SPM) on 16 Apr 2025 18:22:51 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MFB-Technologies-Inc/SwiftyBeaver.git
Reference: 3.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MFB-Technologies-Inc/SwiftyBeaver
 * tag               3.1.0      -> FETCH_HEAD
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 3.1.0
Fetching https://github.com/apple/swift-log.git
[1/3832] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.96s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.49s)
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.09s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.47s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.03s)
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
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 3.1.0 (9174174)
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.0
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.2.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-5BDAB9E9C0126B9D.txt
[5/19] Compiling Logging MetadataProvider.swift
[6/19] Compiling Logging LogHandler.swift
[7/19] Emitting module Logging
[8/19] Compiling Logging Locks.swift
[9/19] Compiling Logging Logging.swift
[10/19] Compiling SwiftyBeaver SwiftyBeaver.swift
[11/19] Compiling SwiftyBeaver UncheckedSendable.swift
[12/19] Compiling SwiftyBeaver GoogleCloudDestination.swift
[13/19] Compiling SwiftyBeaver SwiftyBeaver+Destinations.swift
[14/19] Compiling SwiftyBeaver FilterValidator.swift
[15/19] Compiling SwiftyBeaver FileDestination.swift
[16/19] Compiling SwiftyBeaver Filter.swift
[17/19] Compiling SwiftyBeaver ConsoleDestination.swift
[18/19] Emitting module SwiftyBeaver
[19/19] Compiling SwiftyBeaver BaseDestination.swift
[20/23] Emitting module SwiftyBeaverSwiftLog
[21/23] Compiling SwiftyBeaverSwiftLog SwiftyBeaverLogHandler.swift
[22/23] Compiling SwiftyBeaverSwiftLog SwiftyBeaver_Level+Logger_Level.swift
[23/23] Compiling SwiftyBeaverSwiftLog Logger_Level+SwiftyBeaver_Level.swift
Build complete! (15.96s)
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/3.1.0
Repository:               MFB-Technologies-Inc/SwiftyBeaver
Swift version used:       6.0
Target:                   SwiftyBeaver
Extracting symbol information for 'SwiftyBeaver'...
Finished extracting symbol information for 'SwiftyBeaver'. (2.95s)
Building documentation for 'SwiftyBeaver'...
Finished building documentation for 'SwiftyBeaver' (0.20s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/mfb-technologies-inc/swiftybeaver/3.1.0
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/apple/swift-log.git
Updated https://github.com/apple/swift-log.git (0.52s)
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.11s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.43s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.39s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3366] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.06s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.63s)
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-5BDAB9E9C0126B9D.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Mixin+Equals.swift
[8/57] Compiling SymbolKit Mixin+Hash.swift
[9/57] Compiling SymbolKit Mixin.swift
[10/57] Compiling SymbolKit LineList.swift
[11/57] Compiling SymbolKit Position.swift
[12/57] Compiling SymbolKit DeclarationFragments.swift
[13/57] Compiling SymbolKit Fragment.swift
[14/57] Compiling SymbolKit FragmentKind.swift
[15/57] Compiling SymbolKit FunctionParameter.swift
[16/57] Compiling SymbolKit FunctionSignature.swift
[17/57] Compiling SymbolKit Identifier.swift
[18/57] Compiling SymbolKit KindIdentifier.swift
[19/57] Compiling SymbolKit Location.swift
[20/57] Compiling SymbolKit Mutability.swift
[21/57] Compiling SymbolKit Relationship.swift
[22/57] Compiling SymbolKit RelationshipKind.swift
[23/57] Compiling SymbolKit SourceOrigin.swift
[24/57] Compiling SymbolKit GenericConstraints.swift
[25/57] Compiling SymbolKit Swift.swift
[26/57] Compiling SymbolKit Names.swift
[27/57] Compiling SymbolKit SPI.swift
[28/57] Compiling SymbolKit Snippet.swift
[29/57] Compiling SymbolKit Extension.swift
[30/57] Compiling SymbolKit GenericConstraint.swift
[31/57] Compiling SymbolKit GenericParameter.swift
[32/57] Compiling SymbolKit Generics.swift
[33/57] Compiling SymbolKit Namespace.swift
[34/57] Compiling SymbolKit Symbol.swift
[35/57] Compiling SymbolKit SymbolKind.swift
[36/57] Compiling SymbolKit SymbolGraph.swift
[37/57] Compiling SymbolKit GraphCollector.swift
[38/57] Compiling SymbolKit SemanticVersion.swift
[39/57] Compiling SymbolKit AccessControl.swift
[40/57] Compiling SymbolKit Availability.swift
[41/57] Compiling SymbolKit AvailabilityItem.swift
[42/57] Compiling SymbolKit Domain.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] Emitting module Snippets
[53/57] Compiling Snippets SnippetParser.swift
[54/57] Compiling Snippets Snippet.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.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.82s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/11] Compiling SwiftyBeaver SwiftyBeaver.swift
[3/11] Compiling SwiftyBeaver SwiftyBeaver+Destinations.swift
[4/11] Compiling SwiftyBeaver UncheckedSendable.swift
[5/11] Compiling SwiftyBeaver FilterValidator.swift
[6/11] Compiling SwiftyBeaver GoogleCloudDestination.swift
[7/11] Compiling SwiftyBeaver ConsoleDestination.swift
[8/11] Compiling SwiftyBeaver Filter.swift
[9/11] Compiling SwiftyBeaver FileDestination.swift
[10/11] Emitting module SwiftyBeaver
[11/11] Compiling SwiftyBeaver BaseDestination.swift
Build of target: 'SwiftyBeaver' complete! (0.88s)
Target:                   SwiftyBeaverSwiftLog
Extracting symbol information for 'SwiftyBeaverSwiftLog'...
Finished extracting symbol information for 'SwiftyBeaverSwiftLog'. (1.07s)
Building documentation for 'SwiftyBeaverSwiftLog'...
Finished building documentation for 'SwiftyBeaverSwiftLog' (0.06s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/mfb-technologies-inc/swiftybeaver/3.1.0
Building for debugging...
[0/3] Write swift-version-5BDAB9E9C0126B9D.txt
Build of product 'snippet-extract' complete! (0.18s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/6] Compiling Logging MetadataProvider.swift
[3/6] Compiling Logging LogHandler.swift
[4/6] Compiling Logging Locks.swift
[5/6] Emitting module Logging
[6/6] Compiling Logging Logging.swift
[7/10] Compiling SwiftyBeaverSwiftLog SwiftyBeaver_Level+Logger_Level.swift
[8/10] Compiling SwiftyBeaverSwiftLog Logger_Level+SwiftyBeaver_Level.swift
[9/10] Compiling SwiftyBeaverSwiftLog SwiftyBeaverLogHandler.swift
[10/10] Emitting module SwiftyBeaverSwiftLog
Build of target: 'SwiftyBeaverSwiftLog' complete! (0.88s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/mfb-technologies-inc/swiftybeaver/3.1.0/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/mfb-technologies-inc/swiftybeaver/3.1.0/linkable-paths.json
     438
4	/Users/admin/builder/spi-builder-workspace/.docs/mfb-technologies-inc/swiftybeaver/3.1.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/mfb-technologies-inc/swiftybeaver/3.1.0
File count: 438
Doc size:   4.0MB
Preparing doc bundle ...
Uploading prod-mfb-technologies-inc-swiftybeaver-3.1.0-5b86bfd0.zip to s3://spi-docs-inbox/prod-mfb-technologies-inc-swiftybeaver-3.1.0-5b86bfd0.zip
Copying... [17%]
Copying... [25%]
Copying... [34%]
Copying... [42%]
Copying... [51%]
Copying... [68%]
Copying... [76%]
Copying... [85%]
Copying... [93%]
Copying... [100%]
Done.