The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of TraceLogAdaptiveWriter, reference 2.0.0 (4ce538), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 12:03:57 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tonystone/tracelog-adaptive-writer.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tonystone/tracelog-adaptive-writer
 * tag               2.0.0      -> FETCH_HEAD
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 2.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tonystone/tracelog-adaptive-writer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[2/8] Write swift-version-1EA4D86E10B52AF.txt
[4/38] Emitting module TraceLog
[5/41] Compiling TraceLog RuntimeContext.swift
[6/41] Compiling TraceLog StaticContext.swift
[7/41] Compiling TraceLog Writer.swift
[8/41] Compiling TraceLog SyncWriterProxy.swift
[9/41] Compiling TraceLog WriterProxy.swift
[10/41] Compiling TraceLog BlockTimer.swift
[11/41] Compiling TraceLog FileStrategy+Rotate.swift
[12/41] Compiling TraceLog FileStrategyManager.swift
[13/41] Compiling TraceLog FileWriter.swift
[14/41] Compiling TraceLog FileOutputStreamError+Posix.swift
[15/41] Compiling TraceLog OutputStream.swift
[16/41] Compiling TraceLog OutputStreamError+Posix.swift
[17/41] Compiling TraceLog LogLevel.swift
[18/41] Compiling TraceLog OutputStreamFormatter.swift
[19/41] Compiling TraceLog OutputStreamWriter.swift
[20/41] Compiling TraceLog RawOutputStream.swift
[21/41] Compiling TraceLog StandardStream.swift
[22/41] Compiling TraceLog String+InternalExtensions.swift
[23/41] Compiling TraceLog ConcurrencyMode.swift
[24/41] Compiling TraceLog Environment.swift
[25/41] Compiling TraceLog JSONFormat.swift
[26/41] Compiling TraceLog TextFormat.swift
[27/41] Compiling TraceLog TraceLog.swift
[28/41] Compiling TraceLog ConsoleWriter.swift
[29/41] Compiling TraceLog FileStrategy+Fixed.swift
[30/41] Compiling TraceLog Configuration.swift
[31/41] Compiling TraceLog Logger.swift
[32/41] Compiling TraceLog AsyncWriterProxy.swift
[33/41] Compiling TraceLog DirectWriterProxy.swift
[34/41] Compiling TraceLog CharacterSet+InternalExtensions.swift
[35/41] Compiling TraceLog Mutex.swift
[36/41] Compiling TraceLog FileOutputStream.swift
[36/41] Compiling TraceLogObjC TraceLog.m
[37/41] Write Objects.LinkFileList
[38/41] Linking libTraceLog.dylib
[40/47] Compiling TraceLogAdaptiveWriter PlatformWriter.swift
[41/47] Compiling TraceLogAdaptiveWriter LinuxPlatformWriter.swift
[42/47] Compiling TraceLogAdaptiveWriter DarwinPlatformWriter.swift
[43/47] Emitting module TraceLogAdaptiveWriter
[44/47] Compiling TraceLogAdaptiveWriter AdaptiveWriter.swift
[45/47] Compiling TraceLogAdaptiveWriter Platform.swift
[45/47] Write Objects.LinkFileList
[46/47] Linking libTraceLogAdaptiveWriter.dylib
Build complete! (12.04s)
Fetching https://github.com/tonystone/tracelog.git
[1/5678] Fetching tracelog
Fetched https://github.com/tonystone/tracelog.git from cache (5.60s)
Computing version for https://github.com/tonystone/tracelog.git
Computed https://github.com/tonystone/tracelog.git at 5.0.1 (6.13s)
Creating working copy for https://github.com/tonystone/tracelog.git
Working copy of https://github.com/tonystone/tracelog.git resolved at 5.0.1
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: couldn't find pc file for libsystemd
warning: couldn't find pc file for libsystemd
Build complete.
{
  "dependencies" : [
    {
      "identity" : "tracelog",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tonystone/tracelog.git"
    }
  ],
  "manifest_display_name" : "TraceLogAdaptiveWriter",
  "name" : "TraceLogAdaptiveWriter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "TraceLogAdaptiveWriter",
      "targets" : [
        "TraceLogAdaptiveWriter"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "systemd",
      "module_type" : "SystemLibraryTarget",
      "name" : "systemd",
      "path" : "Sources/systemd",
      "product_memberships" : [
        "TraceLogAdaptiveWriter"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "TraceLogAdaptiveWriterTests",
      "module_type" : "SwiftTarget",
      "name" : "TraceLogAdaptiveWriterTests",
      "path" : "Tests/TraceLogAdaptiveWriterTests",
      "product_dependencies" : [
        "TraceLog"
      ],
      "sources" : [
        "AdaptiveWriterTests.swift",
        "Platform.swift",
        "Platform/DarwinPlatformReader.swift",
        "Platform/LinuxPlatformReader.swift",
        "TestHarness/BufferReader.swift",
        "TestHarness/BufferWriter.swift",
        "TestHarness/TestHarness.swift",
        "TestHarness/TestUtilities.swift",
        "TestWriters/TestContext.swift"
      ],
      "target_dependencies" : [
        "TraceLogAdaptiveWriter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TraceLogAdaptiveWriter",
      "module_type" : "SwiftTarget",
      "name" : "TraceLogAdaptiveWriter",
      "path" : "Sources/TraceLogAdaptiveWriter",
      "product_dependencies" : [
        "TraceLog"
      ],
      "product_memberships" : [
        "TraceLogAdaptiveWriter"
      ],
      "sources" : [
        "AdaptiveWriter.swift",
        "Platform.swift",
        "Platform/DarwinPlatformWriter.swift",
        "Platform/LinuxPlatformWriter.swift",
        "PlatformWriter.swift"
      ],
      "target_dependencies" : [
        "systemd"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.