The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-logging-extras, reference 0.1.1 (c07a8e), with Swift 6.1 for Linux on 30 Oct 2025 18:02:17 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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build 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 /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
 * 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
========================================
Build
========================================
Selected platform:         linux
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"
      ],
      "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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-log
[1/4155] Fetching swift-log
Fetching https://github.com/pointfreeco/swift-dependencies
Fetched https://github.com/apple/swift-log from cache (0.82s)
[1/6392] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.86s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (2.90s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (1.24s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/883] Fetching swift-concurrency-extras
[461/3405] Fetching swift-concurrency-extras, combine-schedulers
[671/4697] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks
[775/10249] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.00s)
[5924/9366] Fetching combine-schedulers, swift-clocks, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.12s)
[5576/8074] Fetching combine-schedulers, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.14s)
[3498/5552] Fetching xctest-dynamic-overlay
[4054/78229] Fetching xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (14.19s)
Fetched https://github.com/swiftlang/swift-syntax from cache (14.28s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (15.40s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.14s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (1.15s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.90s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (5.06s)
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/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/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
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-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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
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/49] Wrapping AST for IssueReportingPackageSupport for debugging
[16/56] Emitting module ConcurrencyExtras
[17/56] Compiling IssueReporting ErrorReporting.swift
[18/56] Compiling IssueReporting AppHostWarning.swift
[19/57] Compiling IssueReportingTestSupport SwiftTesting.swift
[20/57] Emitting module IssueReportingTestSupport
[21/57] Compiling ConcurrencyExtras UncheckedSendable.swift
[22/57] Compiling Logging LogHandler.swift
[23/57] Emitting module Logging
[24/57] Compiling Logging Logging.swift
[25/57] Compiling Logging Locks.swift
[26/57] Compiling Logging MetadataProvider.swift
[27/58] Compiling IssueReporting TestContext.swift
[28/58] Compiling IssueReporting Unimplemented.swift
[30/60] Emitting module IssueReporting
[33/60] Compiling IssueReporting Deprecations.swift
[34/60] Compiling IssueReportingTestSupport XCTest.swift
[36/61] Compiling IssueReporting WithExpectedIssue.swift
[37/61] Compiling IssueReporting WithIssueContext.swift
[38/61] Compiling ConcurrencyExtras Result.swift
[39/61] Compiling ConcurrencyExtras MainSerialExecutor.swift
[40/61] Compiling IssueReporting UncheckedSendable.swift
[41/61] Compiling IssueReporting Warn.swift
[43/61] Compiling IssueReporting SwiftTesting.swift
[44/61] Compiling ConcurrencyExtras Task.swift
[45/61] Compiling ConcurrencyExtras LockIsolated.swift
[49/62] Compiling IssueReporting BreakpointReporter.swift
[50/62] Compiling IssueReporting FatalErrorReporter.swift
[51/62] Compiling IssueReporting FailureObserver.swift
[52/62] Compiling IssueReporting LockIsolated.swift
[53/62] Compiling IssueReporting Rethrows.swift
[54/62] Compiling IssueReporting XCTest.swift
[55/62] Compiling IssueReporting IsTesting.swift
[56/62] Compiling IssueReporting IssueReporter.swift
[57/62] Compiling IssueReporting RuntimeWarningReporter.swift
[58/62] Compiling IssueReporting ReportIssue.swift
[60/63] Wrapping AST for IssueReportingTestSupport for debugging
[61/63] Write Objects.LinkFileList
[62/78] Linking libIssueReportingTestSupport.so
[64/78] Compiling CombineSchedulers UIKit.swift
[65/79] Compiling CombineSchedulers UIScheduler.swift
[66/79] Compiling XCTestDynamicOverlay Exports.swift
[67/79] Compiling CombineSchedulers SwiftUI.swift
[68/79] Compiling CombineSchedulers TestScheduler.swift
[69/79] Compiling CombineSchedulers ImmediateScheduler.swift
[70/79] Compiling CombineSchedulers Deprecations.swift
[71/79] Compiling CombineSchedulers Timer.swift
[72/79] Emitting module CombineSchedulers
[73/79] Compiling CombineSchedulers AnyScheduler.swift
[74/79] Compiling CombineSchedulers Concurrency.swift
[75/79] Compiling CombineSchedulers Lock.swift
[76/79] Compiling CombineSchedulers NSRecursiveLock.swift
[77/81] Compiling CombineSchedulers UnimplementedScheduler.swift
[79/88] Compiling Clocks Lock.swift
[80/89] Compiling Clocks ImmediateClock.swift
[81/89] Compiling Clocks AnyClock.swift
[82/89] Compiling Clocks Timer.swift
[83/89] Emitting module Clocks
[84/89] Compiling Clocks SwiftUI.swift
[85/89] Compiling Clocks TestClock.swift
[86/89] Compiling Clocks _AsyncTimerSequence.swift
[87/89] Emitting module XCTestDynamicOverlay
[88/89] Compiling XCTestDynamicOverlay Deprecations.swift
[90/90] Compiling Clocks UnimplementedClock.swift
[92/115] Compiling Dependencies UUID.swift
[93/115] Compiling Dependencies WithRandomNumberGenerator.swift
[94/115] Compiling Dependencies AppEntryPoint.swift
[95/115] Compiling Dependencies MainQueue.swift
[96/115] Compiling Dependencies MainRunLoop.swift
[97/115] Compiling Dependencies NotificationCenter.swift
[98/118] Compiling Dependencies Assert.swift
[99/118] Compiling Dependencies Calendar.swift
[100/118] Compiling Dependencies Clocks.swift
[101/118] Compiling Dependencies Context.swift
[102/118] Emitting module Dependencies
[103/118] Compiling Dependencies Date.swift
[104/118] Compiling Dependencies FireAndForget.swift
[105/118] Compiling Dependencies Locale.swift
[106/118] Compiling Dependencies OpenURL.swift
[107/118] Compiling Dependencies TimeZone.swift
[108/118] Compiling Dependencies URLSession.swift
[109/118] Compiling Dependencies Deprecations.swift
[110/118] Compiling Dependencies Exports.swift
[111/118] Compiling Dependencies TypeName.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] Emitting module LoggingExtras
[124/124] Compiling LoggingExtras FileLogHandler.swift
/host/spi-builder-workspace/Sources/LoggingExtras/FileLogHandler.swift:49:33: 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 |
Build complete! (69.48s)
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"
      ],
      "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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.