The Swift Package Index logo.Swift Package Index

Build Information

Successful build of clt-logger, reference 1.0.0 (db7f3f), with Swift 6.0 for macOS (SPM) on 25 Sep 2025 06:25:14 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xcode-actions/clt-logger.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/xcode-actions/clt-logger
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at db7f3f7 Remove the Package.resolved file
Cloned https://github.com/xcode-actions/clt-logger.git
Revision (git rev-parse @):
db7f3f71ace4e3bd316f98a52b9ee488bb2e66da
SUCCESS checkout https://github.com/xcode-actions/clt-logger.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/xcode-actions/clt-logger.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/8] Compiling Logging Logging.swift
[5/8] Compiling Logging MetadataProvider.swift
[6/8] Emitting module Logging
[7/8] Compiling Logging LogHandler.swift
[8/8] Compiling Logging Locks.swift
[9/18] Compiling CLTLogger Scanner+OldOS.swift
[10/19] Compiling CLTLogger OutputEnvironment.swift
[11/19] Compiling CLTLogger DummySendable.swift
[12/19] Compiling CLTLogger Emoji.swift
[13/19] Compiling CLTLogger NSLock+withLock.swift
[14/19] Compiling CLTLogger EmojiSet.swift
[15/19] Compiling CLTLogger CLTLogger+WithSendable.swift
[16/19] Compiling CLTLogger SGR.swift
[17/19] Emitting module CLTLogger
[18/19] Compiling CLTLogger CLTLogger.swift
[19/19] Compiling CLTLogger String+Utils.swift
Build complete! (8.33s)
Fetching https://github.com/apple/swift-log.git
[1/3910] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.08s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.46s)
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
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" : "/Users/admin/builder/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"
}
Done.