Build Information
Successful build of SwiftCustomLogger, reference master (b396ac
), with Swift 5.10 for macOS (SPM) on 15 Jul 2024 23:29:18 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.46.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerzh/swift-custom-logger.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nerzh/swift-custom-logger
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at b396ac0 Update README.md
Cloned https://github.com/nerzh/swift-custom-logger.git
Revision (git rev-parse @):
b396ac06cffe6d84fc692616ec70167f7ca31109
SUCCESS checkout https://github.com/nerzh/swift-custom-logger.git at master
Fetching https://github.com/apple/swift-log
[1/3525] Fetching swift-log
Fetched https://github.com/apple/swift-log from cache (1.62s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.1 (0.43s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.1
========================================
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": "swift-custom-logger",
"name": "SwiftCustomLogger",
"url": "https://github.com/nerzh/swift-custom-logger.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-custom-logger",
"dependencies": [
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log",
"version": "1.6.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/nerzh/swift-custom-logger.git
[1/30] Fetching swift-custom-logger
Fetched https://github.com/nerzh/swift-custom-logger.git from cache (0.63s)
Fetching https://github.com/apple/swift-log from cache
Fetched https://github.com/apple/swift-log from cache (0.55s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.1 (0.03s)
Creating working copy for https://github.com/nerzh/swift-custom-logger.git
Working copy of https://github.com/nerzh/swift-custom-logger.git resolved at master (b396ac0)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.1
warning: '.resolve-product-dependencies': dependency 'swift-custom-logger' is not used by any target
Found 1 product dependencies
- swift-log
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/nerzh/swift-custom-logger.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-33747A42983211AE.txt
[4/8] Compiling Logging MetadataProvider.swift
[5/8] Compiling Logging LogHandler.swift
[6/8] Compiling Logging Locks.swift
[7/8] Compiling Logging Logging.swift
[8/8] Emitting module Logging
[9/13] Compiling SwiftCustomLogger Printer.swift
[10/13] Compiling SwiftCustomLogger LogFormatter.swift
[11/13] Compiling SwiftCustomLogger BasicFormatter.swift
[12/13] Emitting module SwiftCustomLogger
[13/13] Compiling SwiftCustomLogger CustomHandler.swift
Build complete! (5.42s)
Build complete.
Done.