Build Information
Successful build of clt-logger, reference develop (86c0fe), with Swift 6.2 for macOS (SPM) on 27 Sep 2025 20:36:03 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/apple/swift-log.git
[1/3910] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.09s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.60s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "clt-logger",
"name": "clt-logger",
"url": "https://github.com/xcode-actions/clt-logger.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/clt-logger",
"dependencies": [
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log.git",
"version": "1.6.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/xcode-actions/clt-logger.git
[1/869] Fetching clt-logger
Fetched https://github.com/xcode-actions/clt-logger.git from cache (1.23s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.55s)
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
Creating working copy for https://github.com/xcode-actions/clt-logger.git
Working copy of https://github.com/xcode-actions/clt-logger.git resolved at develop (86c0fee)
warning: '.resolve-product-dependencies': dependency 'clt-logger' is not used by any target
Found 1 product dependencies
- swift-log
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/xcode-actions/clt-logger.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/8] Compiling Logging MetadataProvider.swift
[5/8] Compiling Logging LogHandler.swift
[6/8] Compiling Logging Locks.swift
[7/8] Emitting module Logging
[8/8] Compiling Logging Logging.swift
[9/18] Compiling CLTLogger SGR.swift
[10/18] Compiling CLTLogger DummySendable.swift
[11/18] Compiling CLTLogger CLTLogger+WithSendable.swift
[12/18] Compiling CLTLogger Emoji.swift
[13/18] Compiling CLTLogger NSLock+withLock.swift
[14/18] Compiling CLTLogger CLTLogger.swift
[15/18] Compiling CLTLogger EmojiSet.swift
[16/18] Emitting module CLTLogger
[17/18] Compiling CLTLogger Scanner+OldOS.swift
[18/18] Compiling CLTLogger OutputEnvironment.swift
[19/19] Compiling CLTLogger String+Utils.swift
Build complete! (5.89s)
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.