Build Information
Successful build of TraceLogAdaptiveWriter with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tonystone/tracelog-adaptive-writer.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/tonystone/tracelog-adaptive-writer
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 4ce5385 Merge pull request #13 from tonystone/tracelog-5
Cloned https://github.com/tonystone/tracelog-adaptive-writer.git
Revision (git rev-parse @):
4ce53855505a61861f0520e257795521cd65af99
SUCCESS checkout https://github.com/tonystone/tracelog-adaptive-writer.git at master
Fetching https://github.com/tonystone/tracelog.git
[1/5678] Fetching tracelog
Fetched https://github.com/tonystone/tracelog.git (0.61s)
Computing version for https://github.com/tonystone/tracelog.git
Computed https://github.com/tonystone/tracelog.git at 5.0.1 (0.48s)
Creating working copy for https://github.com/tonystone/tracelog.git
Working copy of https://github.com/tonystone/tracelog.git resolved at 5.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "tracelog-adaptive-writer",
"name": "TraceLogAdaptiveWriter",
"url": "https://github.com/tonystone/tracelog-adaptive-writer.git",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/tracelog-adaptive-writer",
"dependencies": [
{
"identity": "tracelog",
"name": "TraceLog",
"url": "https://github.com/tonystone/tracelog.git",
"version": "5.0.1",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/tracelog",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/tonystone/tracelog-adaptive-writer.git
[1/457] Fetching tracelog-adaptive-writer
Fetched https://github.com/tonystone/tracelog-adaptive-writer.git (0.28s)
Fetching https://github.com/tonystone/tracelog.git from cache
Fetched https://github.com/tonystone/tracelog.git (0.18s)
Computing version for https://github.com/tonystone/tracelog.git
Computed https://github.com/tonystone/tracelog.git at 5.0.1 (0.03s)
Creating working copy for https://github.com/tonystone/tracelog.git
Working copy of https://github.com/tonystone/tracelog.git resolved at 5.0.1
Creating working copy for https://github.com/tonystone/tracelog-adaptive-writer.git
Working copy of https://github.com/tonystone/tracelog-adaptive-writer.git resolved at master
warning: '.resolve-product-dependencies': dependency 'tracelog-adaptive-writer' is not used by any target
Found 1 product dependencies
- TraceLog
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/32] Emitting module TraceLog
[2/36] Compiling TraceLog LogLevel.swift
[3/36] Compiling TraceLog OutputStreamFormatter.swift
[4/36] Compiling TraceLog OutputStreamWriter.swift
[5/36] Compiling TraceLog RuntimeContext.swift
[6/36] Compiling TraceLog FileStrategy+Fixed.swift
[7/36] Compiling TraceLog FileStrategy+Rotate.swift
[8/36] Compiling TraceLog FileStrategyManager.swift
[9/36] Compiling TraceLog FileWriter.swift
[10/36] Compiling TraceLog OutputStreamError+Posix.swift
[11/36] Compiling TraceLog RawOutputStream.swift
[12/36] Compiling TraceLog StandardStream.swift
[13/36] Compiling TraceLog String+InternalExtensions.swift
[14/36] Compiling TraceLog ConcurrencyMode.swift
[15/36] Compiling TraceLog Environment.swift
[16/36] Compiling TraceLog JSONFormat.swift
[17/36] Compiling TraceLog TextFormat.swift
[18/36] Compiling TraceLog Configuration.swift
[19/36] Compiling TraceLog Logger.swift
[20/36] Compiling TraceLog AsyncWriterProxy.swift
[21/36] Compiling TraceLog DirectWriterProxy.swift
[22/36] Compiling TraceLog Mutex.swift
[23/36] Compiling TraceLog FileOutputStream.swift
[24/36] Compiling TraceLog FileOutputStreamError+Posix.swift
[25/36] Compiling TraceLog OutputStream.swift
[26/36] Compiling TraceLog SyncWriterProxy.swift
[27/36] Compiling TraceLog WriterProxy.swift
[28/36] Compiling TraceLog BlockTimer.swift
[29/36] Compiling TraceLog CharacterSet+InternalExtensions.swift
[30/36] Compiling TraceLog StaticContext.swift
[31/36] Compiling TraceLog Writer.swift
[32/36] Compiling TraceLog TraceLog.swift
[33/36] Compiling TraceLog ConsoleWriter.swift
[33/36] Compiling TraceLogObjC TraceLog.m
[34/36] Linking libTraceLog.dylib
[36/42] Compiling TraceLogAdaptiveWriter PlatformWriter.swift
[37/42] Compiling TraceLogAdaptiveWriter LinuxPlatformWriter.swift
[38/42] Compiling TraceLogAdaptiveWriter Platform.swift
[39/42] Compiling TraceLogAdaptiveWriter AdaptiveWriter.swift
[40/42] Emitting module TraceLogAdaptiveWriter
[41/42] Compiling TraceLogAdaptiveWriter DarwinPlatformWriter.swift
[41/42] Linking libTraceLogAdaptiveWriter.dylib
Build complete! (8.73s)
warning: couldn't find pc file for libsystemd
Build complete.
Done.