Build Information
Successful build of swift-log-telegram, reference master (20187f), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 05:11:44 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stevapple/swift-log-telegram.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stevapple/swift-log-telegram
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 20187f2 Add the missing dot
Cloned https://github.com/stevapple/swift-log-telegram.git
Revision (git rev-parse @):
20187f23b187cb302ab6a38e7e7431e86aa54549
SUCCESS checkout https://github.com/stevapple/swift-log-telegram.git at master
Fetching https://github.com/apple/swift-log.git
[1/6521] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.18s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.2.0 (1.89s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.2.0
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-log-telegram",
"name": "swift-log-telegram",
"url": "https://github.com/stevapple/swift-log-telegram.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log-telegram",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log.git",
"version": "1.11.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"traits": [
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/stevapple/swift-log-telegram.git
[1/101] Fetching swift-log-telegram
Fetched https://github.com/stevapple/swift-log-telegram.git from cache (0.66s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.53s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (1.15s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Creating working copy for https://github.com/stevapple/swift-log-telegram.git
Working copy of https://github.com/stevapple/swift-log-telegram.git resolved at master (20187f2)
warning: '.resolve-product-dependencies': dependency 'swift-log-telegram' is not used by any target
Found 1 product dependencies
- swift-log
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/stevapple/swift-log-telegram.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/7] Compiling Logging Logging.swift
[5/7] Compiling Logging LogHandler.swift
[6/7] Emitting module Logging
[7/7] Compiling Logging Locks.swift
[8/16] Compiling LoggingTelegram SynchronousDataTask.swift
[9/16] Compiling LoggingTelegram TelegramId.swift
[10/16] Compiling LoggingTelegram TelegramLogHandler.swift
[11/16] Compiling LoggingTelegram MarkdownLog.swift
[12/16] Compiling LoggingTelegram TelegramGroupChat.swift
[13/16] Emitting module LoggingTelegram
[14/16] Compiling LoggingTelegram TelegramReturn.swift
[15/16] Compiling LoggingTelegram TelegramUser.swift
[16/16] Compiling LoggingTelegram TelegramUserRepresentable.swift
Build complete! (5.92s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "swift-log-telegram",
"name" : "swift-log-telegram",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "LoggingTelegram",
"targets" : [
"LoggingTelegram"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LoggingTelegramTests",
"module_type" : "SwiftTarget",
"name" : "LoggingTelegramTests",
"path" : "Tests/LoggingTelegramTests",
"sources" : [
"XCTestManifests.swift"
],
"target_dependencies" : [
"LoggingTelegram"
],
"type" : "test"
},
{
"c99name" : "LoggingTelegram",
"module_type" : "SwiftTarget",
"name" : "LoggingTelegram",
"path" : "Sources/LoggingTelegram",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"LoggingTelegram"
],
"sources" : [
"MarkdownLog.swift",
"Models/TelegramGroupChat.swift",
"Models/TelegramId.swift",
"Models/TelegramReturn.swift",
"Models/TelegramUser.swift",
"Models/TelegramUserRepresentable.swift",
"SynchronousDataTask.swift",
"TelegramLogHandler.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.