Build Information
Successful build of SwiftyBeaver, reference 3.1.0 (917417
), with Swift 6.1 for macOS (SPM) on 1 May 2025 10:13:40 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: 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 from cache
Fetched https://github.com/apple/swift-log.git from cache (0.52s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.01s)
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.20s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.56s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.61s)
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.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] Emitting module Logging
[8/19] Compiling Logging Logging.swift
[9/19] Compiling Logging Locks.swift
[10/19] Compiling SwiftyBeaver SwiftyBeaver.swift
[11/19] Compiling SwiftyBeaver FilterValidator.swift
[12/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()
[13/19] Compiling SwiftyBeaver UncheckedSendable.swift
[14/19] Compiling SwiftyBeaver Filter.swift
[15/19] Compiling SwiftyBeaver GoogleCloudDestination.swift
[16/19] Compiling SwiftyBeaver ConsoleDestination.swift
[17/19] Compiling SwiftyBeaver FileDestination.swift
[18/19] Emitting module SwiftyBeaver
[19/19] Compiling SwiftyBeaver BaseDestination.swift
[20/23] Compiling SwiftyBeaverSwiftLog SwiftyBeaver_Level+Logger_Level.swift
[21/23] Compiling SwiftyBeaverSwiftLog Logger_Level+SwiftyBeaver_Level.swift
[22/23] Emitting module SwiftyBeaverSwiftLog
[23/23] Compiling SwiftyBeaverSwiftLog SwiftyBeaverLogHandler.swift
Build complete! (5.74s)
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.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.28s)
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 from cache
Updating https://github.com/apple/swift-log.git
Updated https://github.com/apple/swift-log.git (0.40s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.96s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.63s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.79s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.40s)
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
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Emitting module SymbolKit
[11/57] Compiling SymbolKit SourceRange.swift
[12/57] Compiling SymbolKit Metadata.swift
[13/57] Compiling SymbolKit Module.swift
[14/57] Compiling SymbolKit OperatingSystem.swift
[15/57] Compiling SymbolKit Platform.swift
[16/57] Compiling SymbolKit Mixin+Equals.swift
[17/57] Compiling SymbolKit Mixin+Hash.swift
[18/57] Compiling SymbolKit Mixin.swift
[19/57] Compiling SymbolKit LineList.swift
[20/57] Compiling SymbolKit Position.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 DeclarationFragments.swift
[27/57] Compiling SymbolKit Fragment.swift
[28/57] Compiling SymbolKit FragmentKind.swift
[29/57] Compiling SymbolKit FunctionParameter.swift
[30/57] Compiling SymbolKit FunctionSignature.swift
[31/57] Compiling SymbolKit Symbol.swift
[32/57] Compiling SymbolKit SymbolKind.swift
[33/57] Compiling SymbolKit SymbolGraph.swift
[34/57] Compiling SymbolKit GraphCollector.swift
[35/57] Compiling SymbolKit Identifier.swift
[36/57] Compiling SymbolKit KindIdentifier.swift
[37/57] Compiling SymbolKit Location.swift
[38/57] Compiling SymbolKit Mutability.swift
[39/57] Compiling SymbolKit Names.swift
[40/57] Compiling SymbolKit SPI.swift
[41/57] Compiling SymbolKit Snippet.swift
[42/57] Compiling SymbolKit Extension.swift
[43/57] Compiling SymbolKit Relationship.swift
[44/57] Compiling SymbolKit RelationshipKind.swift
[45/57] Compiling SymbolKit SourceOrigin.swift
[46/57] Compiling SymbolKit GenericConstraints.swift
[47/57] Compiling SymbolKit Swift.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] Emitting module Snippets
[54/57] Compiling Snippets SnippetParser.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.12s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/11] Compiling SwiftyBeaver UncheckedSendable.swift
[3/11] Compiling SwiftyBeaver SwiftyBeaver.swift
[4/11] Compiling SwiftyBeaver GoogleCloudDestination.swift
[5/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()
[6/11] Compiling SwiftyBeaver FilterValidator.swift
[7/11] Compiling SwiftyBeaver Filter.swift
[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.16s)
Target: SwiftyBeaverSwiftLog
Extracting symbol information for 'SwiftyBeaverSwiftLog'...
Finished extracting symbol information for 'SwiftyBeaverSwiftLog'. (1.14s)
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-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 LogHandler.swift
[4/6] Emitting module Logging
[5/6] Compiling Logging Locks.swift
[6/6] Compiling Logging Logging.swift
[7/10] Compiling SwiftyBeaverSwiftLog Logger_Level+SwiftyBeaver_Level.swift
[8/10] Emitting module SwiftyBeaverSwiftLog
[9/10] Compiling SwiftyBeaverSwiftLog SwiftyBeaverLogHandler.swift
[10/10] Compiling SwiftyBeaverSwiftLog SwiftyBeaver_Level+Logger_Level.swift
Build of target: 'SwiftyBeaverSwiftLog' complete! (1.01s)
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-92f5cdef.zip to s3://spi-docs-inbox/prod-mfb-technologies-inc-swiftybeaver-3.1.0-92f5cdef.zip
Copying... [17%]
Copying... [25%]
Copying... [34%]
Copying... [42%]
Copying... [51%]
Copying... [68%]
Copying... [76%]
Copying... [85%]
Copying... [93%]
Copying... [100%]
Done.