The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-log, reference 1.12.0 (507361), with Swift 6.2 for Linux on 19 Apr 2026 22:56:20 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/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-log.git
Reference: 1.12.0
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/apple/swift-log
 * tag               1.12.0     -> FETCH_HEAD
HEAD is now at 5073617 SLG-0003: Error parameter implementation (#425)
Cloned https://github.com/apple/swift-log.git
Revision (git rev-parse @):
5073617dac96330a486245e4c0179cb0a6fd2256
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-log.git at 1.12.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/apple/swift-log.git
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/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/15] Compiling Logging Locks.swift
[6/15] Compiling Logging MetadataProvider.swift
[7/15] Compiling Logging LogEvent.swift
[8/15] Emitting module Logging
[9/15] Compiling Logging LogHandler.swift
[10/15] Compiling Logging Logging.swift
[11/16] Wrapping AST for Logging for debugging
[13/18] Compiling InMemoryLogging InMemoryLogHandler.swift
[14/18] Emitting module InMemoryLogging
[15/19] Wrapping AST for InMemoryLogging for debugging
[17/21] Emitting module basic_usage
[18/21] Compiling basic_usage basic-usage.swift
[19/22] Wrapping AST for basic-usage for debugging
[20/22] Write Objects.LinkFileList
[21/22] Linking basic-usage
Build complete! (11.55s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-log",
  "name" : "swift-log",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Logging",
      "targets" : [
        "Logging"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "InMemoryLogging",
      "targets" : [
        "InMemoryLogging"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "basic-usage",
      "targets" : [
        "basic-usage"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LoggingTests",
      "module_type" : "SwiftTarget",
      "name" : "LoggingTests",
      "path" : "Tests/LoggingTests",
      "sources" : [
        "CompatibilityTest.swift",
        "GlobalLoggingTest.swift",
        "LocalLoggingTest.swift",
        "LockTest.swift",
        "LogEventTest.swift",
        "LoggingTest.swift",
        "MDCTest.swift",
        "MetadataProviderTest.swift",
        "SubDirectoryOfLoggingTests/EmitALogFromSubDirectory.swift",
        "TestLogger.swift",
        "TestSendable.swift"
      ],
      "target_dependencies" : [
        "Logging"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Logging",
      "module_type" : "SwiftTarget",
      "name" : "Logging",
      "path" : "Sources/Logging",
      "product_memberships" : [
        "Logging",
        "InMemoryLogging",
        "basic-usage"
      ],
      "sources" : [
        "Locks.swift",
        "LogEvent.swift",
        "LogHandler.swift",
        "Logging.swift",
        "MetadataProvider.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InMemoryLoggingTests",
      "module_type" : "SwiftTarget",
      "name" : "InMemoryLoggingTests",
      "path" : "Tests/InMemoryLoggingTests",
      "sources" : [
        "InMemoryLogHandlerTests.swift"
      ],
      "target_dependencies" : [
        "InMemoryLogging",
        "Logging"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InMemoryLogging",
      "module_type" : "SwiftTarget",
      "name" : "InMemoryLogging",
      "path" : "Sources/InMemoryLogging",
      "product_memberships" : [
        "InMemoryLogging",
        "basic-usage"
      ],
      "sources" : [
        "InMemoryLogHandler.swift"
      ],
      "target_dependencies" : [
        "Logging"
      ],
      "type" : "library"
    },
    {
      "c99name" : "basic_usage",
      "module_type" : "SwiftTarget",
      "name" : "basic-usage",
      "path" : "Snippets",
      "product_memberships" : [
        "basic-usage"
      ],
      "sources" : [
        "basic-usage.swift"
      ],
      "target_dependencies" : [
        "Logging",
        "InMemoryLogging"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "6.2"
}
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Done.