The Swift Package Index logo.Swift Package Index

Build Information

Successful build of clt-logger, reference develop (86c0fe), with Swift 6.0 for Linux on 25 Sep 2025 06:24:57 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xcode-actions/clt-logger.git
Reference: develop
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/xcode-actions/clt-logger
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 86c0fee Dummy typo fixes
Cloned https://github.com/xcode-actions/clt-logger.git
Revision (git rev-parse @):
86c0feefeb881bc1dd0533cd1f033f2279957726
SUCCESS checkout https://github.com/xcode-actions/clt-logger.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/xcode-actions/clt-logger.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:046a2cda21bb64b2d09e6d52c84584e938ec1698de194871f3d7088597b2bb28
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-log.git
[1/3910] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.51s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.74s)
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.4
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/8] Compiling Logging MetadataProvider.swift
[5/8] Compiling Logging LogHandler.swift
[6/8] Compiling Logging Logging.swift
[7/8] Compiling Logging Locks.swift
[8/8] Emitting module Logging
[10/19] Compiling CLTLogger OutputEnvironment.swift
[11/20] Compiling CLTLogger NSLock+withLock.swift
[12/20] Compiling CLTLogger DummySendable.swift
[13/20] Compiling CLTLogger Emoji.swift
[14/20] Compiling CLTLogger EmojiSet.swift
[15/20] Compiling CLTLogger Scanner+OldOS.swift
[16/20] Emitting module CLTLogger
[17/20] Compiling CLTLogger CLTLogger+WithSendable.swift
[18/20] Compiling CLTLogger CLTLogger.swift
[19/20] Compiling CLTLogger SGR.swift
[20/20] Compiling CLTLogger String+Utils.swift
Build complete! (13.07s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "clt-logger",
  "name" : "clt-logger",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CLTLogger",
      "targets" : [
        "CLTLogger"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CLTLoggerTests",
      "module_type" : "SwiftTarget",
      "name" : "CLTLoggerTests",
      "path" : "Tests/CLTLoggerTests",
      "sources" : [
        "CLTLoggerTests.swift",
        "EmojiTests.swift",
        "SGRTests.swift",
        "StringEscapingTests.swift"
      ],
      "target_dependencies" : [
        "CLTLogger"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CLTLogger",
      "module_type" : "SwiftTarget",
      "name" : "CLTLogger",
      "path" : "Sources",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "CLTLogger"
      ],
      "sources" : [
        "CLTLogger+WithSendable.swift",
        "CLTLogger.swift",
        "DummySendable.swift",
        "Emoji.swift",
        "EmojiSet.swift",
        "NSLock+withLock.swift",
        "OutputEnvironment.swift",
        "SGR.swift",
        "Scanner+OldOS.swift",
        "String+Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:046a2cda21bb64b2d09e6d52c84584e938ec1698de194871f3d7088597b2bb28
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.