The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of DLog with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.7
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ikhvorost/DLog.git
Reference: 1.5.0
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ikhvorost/DLog
 * tag               1.5.0      -> FETCH_HEAD
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 1.5.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "dlog",
      "name": "DLog",
      "url": "https://github.com/ikhvorost/DLog.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DLog",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ikhvorost/DLog.git
[1/2207] Fetching dlog
Fetched https://github.com/ikhvorost/DLog.git (0.71s)
Creating working copy for https://github.com/ikhvorost/DLog.git
Working copy of https://github.com/ikhvorost/DLog.git resolved at 1.5.0
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
https://github.com/ikhvorost/DLog.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/28] Compiling DLog Text.swift
[2/28] Compiling DLog Trace.swift
[3/28] Compiling DLog TraceFunc.swift
[4/31] Compiling DLog LogProtocol.swift
[5/31] Compiling DLog LogScope.swift
[6/31] Compiling DLog Mach.swift
[7/31] Compiling DLog Net.swift
[8/31] Compiling DLog OSLog.swift
[9/31] Compiling DLog Standard.swift
[10/31] Compiling DLog LogMetadata.swift
[11/31] Compiling DLog LogOutput.swift
[12/31] Compiling DLog LogPrivacy.swift
[13/31] Compiling DLog LogInterval.swift
[14/31] Compiling DLog LogItem.swift
[15/31] Compiling DLog LogMessage.swift
[16/31] Compiling DLog Atomic.swift
[17/31] Compiling DLog DLog.swift
[18/31] Compiling DLog Dynamic.swift
[19/31] Compiling DLog File.swift
[20/31] Emitting module DLog
[21/31] Compiling DLog Filter.swift
[22/31] Compiling DLog LogConfig.swift
[23/31] Compiling DLog LogFormat.swift
[24/31] Compiling NetConsole Arguments.swift
[25/31] Compiling NetConsole main.swift
[26/31] Emitting module NetConsole
[26/31] Linking NetConsole
[28/31] Compiling DLog TraceProcess.swift
[29/31] Compiling DLog TraceStack.swift
[30/31] Compiling DLog TraceThread.swift
[30/31] Compiling DLogObjC DLog.m
Build complete! (8.48s)
Build complete.
Done.