Build Information
Successful build of swift-logging-extras, reference main (f6865d), with Swift 6.1 for Android on 4 Nov 2025 17:01:27 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/swift-logging-extras.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/coenttb/swift-logging-extras
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f6865d3 chore: rename LICENSE.md to LICENSE
Cloned https://github.com/coenttb/swift-logging-extras.git
Revision (git rev-parse @):
f6865d3f775646167ea488b5e59c8073fc5dc76d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-logging-extras.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/coenttb/swift-logging-extras.git
https://github.com/coenttb/swift-logging-extras.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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" : "/host/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",
"ReadmeVerificationTests.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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/apple/swift-log
[1/6392] Fetching swift-dependencies
[3261/10544] Fetching swift-dependencies, swift-log
Fetched https://github.com/apple/swift-log from cache (0.48s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.48s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (1.07s)
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/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/combine-schedulers
[1/2522] Fetching combine-schedulers
[1313/3405] Fetching combine-schedulers, swift-concurrency-extras
[3406/4697] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
[4698/10249] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.40s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.41s)
[3049/6435] Fetching swift-concurrency-extras, xctest-dynamic-overlay
[4438/79147] Fetching swift-concurrency-extras, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.79s)
[11790/73595] Fetching swift-concurrency-extras, swift-syntax
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (5.06s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.11s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (5.67s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.58s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.58s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.58s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (2.50s)
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/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/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Building for debugging...
[0/15] Write sources
[10/15] Write swift-version-24593BA9C3E375BF.txt
[12/33] Emitting module IssueReportingPackageSupport
[13/33] Compiling IssueReportingPackageSupport _Test.swift
[14/34] Wrapping AST for IssueReportingPackageSupport for debugging
[16/56] Compiling ConcurrencyExtras MainSerialExecutor.swift
[17/57] Compiling ConcurrencyExtras UncheckedSendable.swift
[18/57] Compiling IssueReporting TestContext.swift
[19/57] Compiling IssueReporting Unimplemented.swift
[20/59] Emitting module IssueReporting
[21/59] Compiling IssueReporting WithExpectedIssue.swift
[22/59] Compiling IssueReporting WithIssueContext.swift
[23/59] Compiling Logging MetadataProvider.swift
[24/59] Compiling Logging LogHandler.swift
[25/59] Emitting module Logging
[26/59] Compiling Logging Logging.swift
[27/59] Compiling Logging Locks.swift
[29/60] Compiling ConcurrencyExtras LockIsolated.swift
[30/60] Compiling IssueReporting BreakpointReporter.swift
[31/60] Compiling IssueReporting FatalErrorReporter.swift
[32/60] Compiling IssueReporting RuntimeWarningReporter.swift
[33/60] Compiling IssueReporting ReportIssue.swift
[34/60] Compiling ConcurrencyExtras Task.swift
[35/60] Compiling ConcurrencyExtras Result.swift
[36/60] Emitting module IssueReportingTestSupport
[37/60] Compiling IssueReportingTestSupport XCTest.swift
[38/60] Compiling IssueReportingTestSupport SwiftTesting.swift
[39/61] Compiling IssueReporting ErrorReporting.swift
[40/61] Compiling IssueReporting AppHostWarning.swift
[43/61] Compiling IssueReporting Deprecations.swift
[44/61] Compiling IssueReporting SwiftTesting.swift
[45/61] Compiling IssueReporting UncheckedSendable.swift
[46/61] Compiling IssueReporting Warn.swift
[47/61] Compiling IssueReporting FailureObserver.swift
[48/61] Compiling IssueReporting LockIsolated.swift
[49/61] Compiling IssueReporting Rethrows.swift
[50/61] Compiling IssueReporting XCTest.swift
[51/61] Compiling IssueReporting IsTesting.swift
[52/61] Compiling IssueReporting IssueReporter.swift
[55/62] Emitting module ConcurrencyExtras
[60/63] Wrapping AST for IssueReportingTestSupport for debugging
[61/63] Write Objects.LinkFileList
[63/86] Compiling Clocks SwiftUI.swift
[64/87] Compiling Clocks Timer.swift
[65/87] Compiling XCTestDynamicOverlay Exports.swift
[66/87] Compiling CombineSchedulers AnyScheduler.swift
[67/87] Compiling CombineSchedulers Concurrency.swift
[68/88] Emitting module CombineSchedulers
[69/88] Compiling CombineSchedulers ImmediateScheduler.swift
[70/88] Compiling CombineSchedulers Deprecations.swift
[70/88] Linking libIssueReportingTestSupport.so
[72/88] Emitting module XCTestDynamicOverlay
[73/88] Compiling Clocks UnimplementedClock.swift
[74/88] Compiling CombineSchedulers Lock.swift
[75/88] Compiling CombineSchedulers NSRecursiveLock.swift
[76/88] Compiling CombineSchedulers SwiftUI.swift
[77/88] Compiling CombineSchedulers TestScheduler.swift
[78/88] Compiling CombineSchedulers Timer.swift
[79/88] Compiling CombineSchedulers UIKit.swift
[80/88] Compiling CombineSchedulers UIScheduler.swift
[81/88] Compiling CombineSchedulers UnimplementedScheduler.swift
[82/89] Compiling Clocks Lock.swift
[83/89] Compiling Clocks ImmediateClock.swift
[84/89] Emitting module Clocks
[85/89] Compiling Clocks AnyClock.swift
[86/89] Compiling Clocks _AsyncTimerSequence.swift
[88/89] Compiling Clocks TestClock.swift
[90/90] Compiling XCTestDynamicOverlay Deprecations.swift
[92/115] Compiling Dependencies Date.swift
[93/115] Compiling Dependencies FireAndForget.swift
[94/115] Compiling Dependencies Locale.swift
[95/118] Compiling Dependencies UUID.swift
[96/118] Compiling Dependencies WithRandomNumberGenerator.swift
[97/118] Compiling Dependencies AppEntryPoint.swift
[98/118] Emitting module Dependencies
[99/118] Compiling Dependencies OpenURL.swift
[100/118] Compiling Dependencies TimeZone.swift
[101/118] Compiling Dependencies URLSession.swift
[102/118] Compiling Dependencies MainQueue.swift
[103/118] Compiling Dependencies MainRunLoop.swift
[104/118] Compiling Dependencies NotificationCenter.swift
[105/118] Compiling Dependencies Deprecations.swift
[106/118] Compiling Dependencies Exports.swift
[107/118] Compiling Dependencies TypeName.swift
[108/118] Compiling Dependencies Assert.swift
[109/118] Compiling Dependencies Calendar.swift
[110/118] Compiling Dependencies Clocks.swift
[111/118] Compiling Dependencies Context.swift
[112/118] Compiling Dependencies Dependency.swift
[113/118] Compiling Dependencies DependencyContext.swift
[114/118] Compiling Dependencies DependencyKey.swift
[115/118] Compiling Dependencies DependencyValues.swift
[116/118] Compiling Dependencies PreviewTrait.swift
[117/118] Compiling Dependencies TestTrait.swift
[118/118] Compiling Dependencies WithDependencies.swift
[120/124] Compiling LoggingExtras exports.swift
[121/124] Compiling LoggingExtras LogHandler+Composability.swift
[122/124] Compiling LoggingExtras Logger.swift
[123/124] Compiling LoggingExtras FileLogHandler.swift
/host/spi-builder-workspace/Sources/LoggingExtras/FileLogHandler.swift:49:27: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
47 | // Create or append to file
48 | if !FileManager.default.fileExists(atPath: logFileURL.path) {
49 | FileManager.default.createFile(atPath: logFileURL.path, contents: nil)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
50 | }
51 |
[124/124] Emitting module LoggingExtras
Build complete! (29.04s)
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" : "/host/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",
"ReadmeVerificationTests.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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.