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 DLog, reference master (42db6f), with Swift 6.2 (beta) for macOS (SPM) on 17 Jul 2025 23:28:05 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/ikhvorost/DLog.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ikhvorost/DLog
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 42db6f0 Readme: removed auto for privacy, shields, traces
Cloned https://github.com/ikhvorost/DLog.git
Revision (git rev-parse @):
42db6f0dcda36c68e6e5d1db9f3aa352fa6f9b15
SUCCESS checkout https://github.com/ikhvorost/DLog.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ikhvorost/DLog.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
[1/8] Write NetConsole-entitlement.plist
[2/8] Write sources
[3/8] Write swift-version-1EA4D86E10B52AF.txt
[5/35] Emitting module DLog
[6/37] Compiling NetConsole Arguments.swift
[7/37] Compiling DLog File.swift
[8/37] Compiling DLog Filter.swift
[9/37] Compiling DLog LogConfig.swift
[10/37] Compiling DLog LogMessage.swift
[11/37] Compiling DLog LogMetadata.swift
[12/37] Compiling DLog LogOutput.swift
[13/37] Compiling DLog TraceStack.swift
[14/37] Compiling DLog TraceThread.swift
[15/37] Compiling DLog LogPrivacy.swift
[16/37] Compiling DLog LogProtocol.swift
[17/37] Compiling DLog LogScope.swift
[18/37] Compiling DLog Text.swift
[19/37] Compiling DLog Trace.swift
[20/37] Compiling DLog Atomic.swift
[21/37] Compiling DLog DLog.swift
[22/37] Compiling DLog Dynamic.swift
[23/37] Compiling DLog Mach.swift
[24/37] Compiling DLog Net.swift
[25/37] Compiling DLog OSLog.swift
[26/37] Compiling DLog Standard.swift
[27/37] Compiling DLog TraceFunc.swift
[28/37] Compiling DLog TraceProcess.swift
[29/37] Compiling DLog LogFormat.swift
[30/37] Compiling DLog LogInterval.swift
[31/37] Compiling DLog LogItem.swift
[32/37] Emitting module NetConsole
[33/37] Compiling NetConsole main.swift
[33/37] Write Objects.LinkFileList
[34/37] Linking NetConsole
[35/37] Applying NetConsole
[36/37] Compiling DLogObjC DLog.m
Build complete! (7.43s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DLog",
  "name" : "DLog",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    }
  ],
  "products" : [
    {
      "name" : "DLog",
      "targets" : [
        "DLog"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DLogObjC",
      "targets" : [
        "DLogObjC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NetConsole",
      "targets" : [
        "NetConsole"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "NetConsole",
      "module_type" : "SwiftTarget",
      "name" : "NetConsole",
      "path" : "Sources/NetConsole",
      "product_memberships" : [
        "NetConsole"
      ],
      "sources" : [
        "Arguments.swift",
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DLogTestsObjC",
      "module_type" : "ClangTarget",
      "name" : "DLogTestsObjC",
      "path" : "Tests/DLogTestsObjC",
      "sources" : [
        "DLogTestsObjC.m"
      ],
      "target_dependencies" : [
        "DLogObjC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DLogTests",
      "module_type" : "SwiftTarget",
      "name" : "DLogTests",
      "path" : "Tests/DLogTests",
      "sources" : [
        "DLogTests.swift"
      ],
      "target_dependencies" : [
        "DLog"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DLogObjC",
      "module_type" : "ClangTarget",
      "name" : "DLogObjC",
      "path" : "Sources/DLogObjC",
      "product_memberships" : [
        "DLogObjC"
      ],
      "sources" : [
        "DLog.m"
      ],
      "target_dependencies" : [
        "DLog"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DLog",
      "module_type" : "SwiftTarget",
      "name" : "DLog",
      "path" : "Sources/DLog",
      "product_memberships" : [
        "DLog",
        "DLogObjC"
      ],
      "sources" : [
        "Atomic.swift",
        "DLog.swift",
        "Dynamic.swift",
        "File.swift",
        "Filter.swift",
        "LogConfig.swift",
        "LogFormat.swift",
        "LogInterval.swift",
        "LogItem.swift",
        "LogMessage.swift",
        "LogMetadata.swift",
        "LogOutput.swift",
        "LogPrivacy.swift",
        "LogProtocol.swift",
        "LogScope.swift",
        "Mach.swift",
        "Net.swift",
        "OSLog.swift",
        "Standard.swift",
        "Text.swift",
        "Trace.swift",
        "TraceFunc.swift",
        "TraceProcess.swift",
        "TraceStack.swift",
        "TraceThread.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.