Build Information
Successful build of swift-logging-extras, reference 0.1.1 (c07a8e), with Swift 6.2 for macOS (SPM) on 30 Oct 2025 17:57:53 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/swift-logging-extras.git
Reference: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/coenttb/swift-logging-extras
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at c07a8e4 fix: remove trailing comma in Package.swift for Swift 6.0 compatibility
Cloned https://github.com/coenttb/swift-logging-extras.git
Revision (git rev-parse @):
c07a8e4f63d9581b6ea353bf669a4e3d04fb8cc3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-logging-extras.git at 0.1.1
Fetching https://github.com/apple/swift-log
Fetching https://github.com/pointfreeco/swift-dependencies
[1/6392] Fetching swift-dependencies
[129/10547] Fetching swift-dependencies, swift-log
Fetched https://github.com/apple/swift-log from cache (1.08s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.11s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (1.71s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (0.56s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/swiftlang/swift-syntax
[1/2522] Fetching combine-schedulers
[128/3814] Fetching combine-schedulers, swift-clocks
[232/4697] Fetching combine-schedulers, swift-clocks, swift-concurrency-extras
[1778/10249] Fetching combine-schedulers, swift-clocks, swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.00s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.00s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.00s)
[667/5552] Fetching xctest-dynamic-overlay
[5553/78229] Fetching xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.47s)
[727/72677] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (3.67s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (4.25s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.53s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.52s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.51s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (2.14s)
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.10.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.18s)
========================================
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": "swift-logging-extras",
"name": "swift-logging-extras",
"url": "https://github.com/coenttb/swift-logging-extras.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-logging-extras",
"dependencies": [
{
"identity": "swift-dependencies",
"name": "swift-dependencies",
"url": "https://github.com/pointfreeco/swift-dependencies",
"version": "1.10.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-dependencies",
"dependencies": [
{
"identity": "combine-schedulers",
"name": "combine-schedulers",
"url": "https://github.com/pointfreeco/combine-schedulers",
"version": "1.0.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/combine-schedulers",
"dependencies": [
{
"identity": "swift-concurrency-extras",
"name": "swift-concurrency-extras",
"url": "https://github.com/pointfreeco/swift-concurrency-extras",
"version": "1.3.2",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-concurrency-extras",
"dependencies": [
]
},
{
"identity": "xctest-dynamic-overlay",
"name": "xctest-dynamic-overlay",
"url": "https://github.com/pointfreeco/xctest-dynamic-overlay",
"version": "1.7.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xctest-dynamic-overlay",
"dependencies": [
]
}
]
},
{
"identity": "swift-clocks",
"name": "swift-clocks",
"url": "https://github.com/pointfreeco/swift-clocks",
"version": "1.0.6",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-clocks",
"dependencies": [
{
"identity": "swift-concurrency-extras",
"name": "swift-concurrency-extras",
"url": "https://github.com/pointfreeco/swift-concurrency-extras",
"version": "1.3.2",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-concurrency-extras",
"dependencies": [
]
},
{
"identity": "xctest-dynamic-overlay",
"name": "xctest-dynamic-overlay",
"url": "https://github.com/pointfreeco/xctest-dynamic-overlay",
"version": "1.7.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xctest-dynamic-overlay",
"dependencies": [
]
}
]
},
{
"identity": "swift-concurrency-extras",
"name": "swift-concurrency-extras",
"url": "https://github.com/pointfreeco/swift-concurrency-extras",
"version": "1.3.2",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-concurrency-extras",
"dependencies": [
]
},
{
"identity": "xctest-dynamic-overlay",
"name": "xctest-dynamic-overlay",
"url": "https://github.com/pointfreeco/xctest-dynamic-overlay",
"version": "1.7.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xctest-dynamic-overlay",
"dependencies": [
]
},
{
"identity": "swift-syntax",
"name": "swift-syntax",
"url": "https://github.com/swiftlang/swift-syntax",
"version": "602.0.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
"dependencies": [
]
}
]
},
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log",
"version": "1.6.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/coenttb/swift-logging-extras.git
[1/29] Fetching swift-logging-extras
Fetched https://github.com/coenttb/swift-logging-extras.git from cache (0.65s)
Fetching https://github.com/pointfreeco/swift-dependencies from cache
Fetching https://github.com/apple/swift-log from cache
Fetched https://github.com/pointfreeco/swift-dependencies from cache (2.19s)
Fetched https://github.com/apple/swift-log from cache (2.19s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (2.25s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (0.04s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetching https://github.com/pointfreeco/swift-clocks from cache
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetching https://github.com/pointfreeco/combine-schedulers from cache
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.07s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.07s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.07s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.07s)
Fetched https://github.com/swiftlang/swift-syntax from cache (1.07s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (1.15s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.04s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.04s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.04s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (0.03s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.10.0
Creating working copy for https://github.com/coenttb/swift-logging-extras.git
Working copy of https://github.com/coenttb/swift-logging-extras.git resolved at 0.1.1 (c07a8e4)
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
warning: '.resolve-product-dependencies': dependency 'swift-logging-extras' is not used by any target
Found 2 product dependencies
- swift-dependencies
- swift-log
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/coenttb/swift-logging-extras.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/13] Write sources
[10/13] Write swift-version-49B95AFC49DCD68C.txt
[12/31] Compiling IssueReportingPackageSupport _Test.swift
[13/31] Emitting module IssueReportingPackageSupport
[14/53] Compiling Logging Logging.swift
[15/53] Compiling Logging LogHandler.swift
[16/53] Compiling Logging Locks.swift
[17/53] Compiling Logging MetadataProvider.swift
[18/53] Emitting module Logging
[19/53] Emitting module IssueReporting
[20/55] Compiling ConcurrencyExtras AsyncStream.swift
[21/55] Emitting module ConcurrencyExtras
[22/55] Compiling IssueReporting Deprecations.swift
[23/55] Compiling IssueReporting FailureObserver.swift
[24/56] Compiling IssueReporting BreakpointReporter.swift
[25/56] Compiling IssueReporting FatalErrorReporter.swift
[26/56] Compiling IssueReporting IsTesting.swift
[27/56] Compiling IssueReporting IssueReporter.swift
[28/56] Compiling IssueReporting LockIsolated.swift
[29/56] Compiling IssueReporting Rethrows.swift
[30/56] Compiling IssueReporting Warn.swift
[31/56] Compiling IssueReporting XCTest.swift
[32/56] Compiling IssueReporting SwiftTesting.swift
[33/56] Compiling IssueReporting UncheckedSendable.swift
[34/56] Compiling IssueReporting TestContext.swift
[35/56] Compiling IssueReporting Unimplemented.swift
[38/56] Compiling IssueReporting ErrorReporting.swift
[39/56] Compiling IssueReporting AppHostWarning.swift
[40/56] Compiling IssueReporting RuntimeWarningReporter.swift
[41/56] Compiling IssueReporting ReportIssue.swift
[42/56] Compiling ConcurrencyExtras MainSerialExecutor.swift
[43/56] Compiling ConcurrencyExtras LockIsolated.swift
[44/56] Compiling ConcurrencyExtras UncheckedBox.swift
[45/56] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[46/56] Compiling ConcurrencyExtras Locking.swift
[47/56] Compiling ConcurrencyExtras Result.swift
[48/56] Compiling ConcurrencyExtras Task.swift
[49/56] Compiling ConcurrencyExtras UncheckedSendable.swift
[50/56] Compiling IssueReporting WithExpectedIssue.swift
[51/56] Compiling IssueReporting WithIssueContext.swift
[52/80] Compiling XCTestDynamicOverlay Exports.swift
[53/80] Emitting module XCTestDynamicOverlay
[54/80] Compiling XCTestDynamicOverlay Deprecations.swift
[55/80] Compiling CombineSchedulers UIScheduler.swift
[56/81] Compiling Clocks UnimplementedClock.swift
[57/81] Compiling CombineSchedulers ImmediateScheduler.swift
[58/81] Compiling CombineSchedulers Deprecations.swift
[59/81] Emitting module CombineSchedulers
[60/81] Compiling CombineSchedulers AnyScheduler.swift
[61/81] Compiling CombineSchedulers Concurrency.swift
[62/81] Compiling CombineSchedulers UIKit.swift
[63/81] Compiling Clocks Timer.swift
[64/81] Compiling CombineSchedulers TestScheduler.swift
[65/81] Compiling CombineSchedulers Timer.swift
[66/81] Compiling Clocks TestClock.swift
[67/81] Compiling CombineSchedulers UnimplementedScheduler.swift
[68/81] Compiling IssueReportingTestSupport SwiftTesting.swift
[69/81] Compiling IssueReportingTestSupport XCTest.swift
[70/81] Emitting module IssueReportingTestSupport
[70/81] Write Objects.LinkFileList
[72/81] Compiling Clocks _AsyncTimerSequence.swift
[73/81] Compiling Clocks ImmediateClock.swift
[74/81] Compiling Clocks Lock.swift
[75/81] Compiling Clocks AnyClock.swift
[76/81] Emitting module Clocks
[77/81] Compiling Clocks SwiftUI.swift
ld: warning: building for macOS-11.0, but linking with dylib '@rpath/Testing.framework/Versions/A/Testing' which was built for newer version 14.0
ld: warning: building for macOS-11.0, but linking with dylib '@rpath/libXCTestSwiftSupport.dylib' which was built for newer version 14.0
[77/81] Linking libIssueReportingTestSupport.dylib
[79/81] Compiling CombineSchedulers Lock.swift
[80/81] Compiling CombineSchedulers NSRecursiveLock.swift
[81/81] Compiling CombineSchedulers SwiftUI.swift
[82/106] Compiling Dependencies Clocks.swift
[83/106] Compiling Dependencies Context.swift
[84/106] Compiling Dependencies Date.swift
[85/108] Emitting module Dependencies
[86/108] Compiling Dependencies FireAndForget.swift
[87/108] Compiling Dependencies Locale.swift
[88/108] Compiling Dependencies MainQueue.swift
[89/108] Compiling Dependencies Dependency.swift
[90/108] Compiling Dependencies DependencyContext.swift
[91/108] Compiling Dependencies DependencyKey.swift
[92/108] Compiling Dependencies MainRunLoop.swift
[93/108] Compiling Dependencies NotificationCenter.swift
[94/108] Compiling Dependencies OpenURL.swift
[95/108] Compiling Dependencies TypeName.swift
[96/108] Compiling Dependencies PreviewTrait.swift
[97/108] Compiling Dependencies Deprecations.swift
[98/108] Compiling Dependencies Exports.swift
[99/108] Compiling Dependencies WithRandomNumberGenerator.swift
[100/108] Compiling Dependencies AppEntryPoint.swift
[101/108] Compiling Dependencies TimeZone.swift
[102/108] Compiling Dependencies URLSession.swift
[103/108] Compiling Dependencies UUID.swift
[104/108] Compiling Dependencies DependencyValues.swift
[105/108] Compiling Dependencies Assert.swift
[106/108] Compiling Dependencies Calendar.swift
[107/108] Compiling Dependencies TestTrait.swift
[108/108] Compiling Dependencies WithDependencies.swift
[109/113] Compiling LoggingExtras exports.swift
[110/113] Compiling LoggingExtras Logger.swift
[111/113] Compiling LoggingExtras LogHandler+Composability.swift
[112/113] Emitting module LoggingExtras
[113/113] Compiling LoggingExtras FileLogHandler.swift
Build complete! (12.84s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
}
],
"manifest_display_name" : "swift-logging-extras",
"name" : "swift-logging-extras",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "LoggingExtras",
"targets" : [
"LoggingExtras"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LoggingExtras_Tests",
"module_type" : "SwiftTarget",
"name" : "LoggingExtras Tests",
"path" : "Tests/LoggingExtras Tests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"LoggingExtras Tests.swift"
],
"target_dependencies" : [
"LoggingExtras"
],
"type" : "test"
},
{
"c99name" : "LoggingExtras",
"module_type" : "SwiftTarget",
"name" : "LoggingExtras",
"path" : "Sources/LoggingExtras",
"product_dependencies" : [
"Dependencies",
"Logging"
],
"product_memberships" : [
"LoggingExtras"
],
"sources" : [
"FileLogHandler.swift",
"LogHandler+Composability.swift",
"Logger.swift",
"exports.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/coenttb/swift-logging-extras/0.1.1
Repository: coenttb/swift-logging-extras
Swift version used: 6.2
Target: LoggingExtras
Extracting symbol information for 'LoggingExtras'...
Finished extracting symbol information for 'LoggingExtras'. (4.49s)
Building documentation for 'LoggingExtras'...
Finished building documentation for 'LoggingExtras' (0.10s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/coenttb/swift-logging-extras/0.1.1
Updating https://github.com/swiftlang/swift-syntax
Updating https://github.com/pointfreeco/swift-clocks
Updating https://github.com/pointfreeco/combine-schedulers
Updating https://github.com/pointfreeco/xctest-dynamic-overlay
Updating https://github.com/apple/swift-log
Updating https://github.com/pointfreeco/swift-concurrency-extras
Updating https://github.com/pointfreeco/swift-dependencies
Updated https://github.com/pointfreeco/combine-schedulers (0.44s)
Fetching https://github.com/swiftlang/swift-docc-plugin
Updated https://github.com/pointfreeco/swift-dependencies (0.55s)
Updated https://github.com/apple/swift-log (0.55s)
Updated https://github.com/pointfreeco/xctest-dynamic-overlay (0.55s)
Updated https://github.com/pointfreeco/swift-concurrency-extras (0.55s)
[1/2161] Fetching swift-docc-plugin
Updated https://github.com/swiftlang/swift-syntax (1.07s)
Updated https://github.com/pointfreeco/swift-clocks (1.07s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.12s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (2.13s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (0.55s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (0.76s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.61s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.59s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.60s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.61s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.69s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3565] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.12s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.90s)
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.5
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
[1/8] Write snippet-extract-tool-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Names.swift
[8/57] Compiling SymbolKit SPI.swift
[9/57] Compiling SymbolKit Snippet.swift
[10/57] Compiling SymbolKit Extension.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 Relationship.swift
[16/57] Compiling SymbolKit RelationshipKind.swift
[17/57] Compiling SymbolKit SourceOrigin.swift
[18/57] Compiling SymbolKit GenericConstraints.swift
[19/57] Compiling SymbolKit Swift.swift
[20/57] Compiling SymbolKit Mixin+Equals.swift
[21/57] Compiling SymbolKit Mixin+Hash.swift
[22/57] Compiling SymbolKit Mixin.swift
[23/57] Compiling SymbolKit LineList.swift
[24/57] Compiling SymbolKit Position.swift
[25/57] Compiling SymbolKit Identifier.swift
[26/57] Compiling SymbolKit KindIdentifier.swift
[27/57] Compiling SymbolKit Location.swift
[28/57] Compiling SymbolKit Mutability.swift
[29/57] Compiling SymbolKit GenericConstraint.swift
[30/57] Compiling SymbolKit GenericParameter.swift
[31/57] Compiling SymbolKit Generics.swift
[32/57] Compiling SymbolKit Namespace.swift
[33/57] Compiling SymbolKit DeclarationFragments.swift
[34/57] Compiling SymbolKit Fragment.swift
[35/57] Compiling SymbolKit FragmentKind.swift
[36/57] Compiling SymbolKit FunctionParameter.swift
[37/57] Compiling SymbolKit FunctionSignature.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] 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! (3.41s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'LoggingExtras' complete! (0.84s)
94
2 /Users/admin/builder/spi-builder-workspace/.docs/coenttb/swift-logging-extras/0.1.1
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/coenttb/swift-logging-extras/0.1.1
File count: 94
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-coenttb-swift-logging-extras-0.1.1-ea81f505.zip to s3://spi-docs-inbox/prod-coenttb-swift-logging-extras-0.1.1-ea81f505.zip
Copying... [18%]
Copying... [36%]
Copying... [54%]
Copying... [72%]
Copying... [90%]
Copying... [100%]
Done.