This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 swift-log-file with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/crspybits/swift-log-file.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/crspybits/swift-log-file
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0708d0d Update README.md
Cloned https://github.com/crspybits/swift-log-file.git
Revision (git rev-parse @):
0708d0d50934c55dfa046562fe2f15c318784265
SUCCESS checkout https://github.com/crspybits/swift-log-file.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/crspybits/swift-log-file.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/5] Write sources
[3/5] Compiling ObjcExceptionBridging ObjectiveCMarker.m
[4/5] Write swift-version-6F35C1178C84523A.txt
[6/32] Compiling Logging Locks.swift
[7/32] Compiling Logging Logging.swift
[8/32] Compiling Logging LogHandler.swift
[9/32] Emitting module Logging
[10/32] Compiling XCGLogger BaseQueuedDestination.swift
[11/32] Compiling XCGLogger ConsoleDestination.swift
[12/32] Compiling XCGLogger DestinationProtocol.swift
[13/32] Compiling XCGLogger HelperFunctions.swift
[14/32] Compiling XCGLogger LogDetails.swift
[15/32] Compiling XCGLogger AppleSystemLogDestination.swift
[16/32] Compiling XCGLogger AutoRotatingFileDestination.swift
[17/32] Compiling XCGLogger BaseDestination.swift
[18/34] Compiling XCGLogger Base64LogFormatter.swift
[19/34] Compiling XCGLogger LogFormatterProtocol.swift
[20/34] Emitting module XCGLogger
[21/34] Compiling XCGLogger FilterProtocol.swift
[22/34] Compiling XCGLogger TagFilter.swift
[23/34] Compiling XCGLogger PrePostFixLogFormatter.swift
[24/34] Compiling XCGLogger XcodeColorsLogFormatter.swift
[25/34] Compiling XCGLogger FileDestination.swift
[26/34] Compiling XCGLogger TestDestination.swift
[27/34] Compiling XCGLogger DispatchQueue+XCGAdditions.swift
[28/34] Compiling XCGLogger UserInfoFilter.swift
[29/34] Compiling XCGLogger ANSIColorLogFormatter.swift
[30/34] Compiling XCGLogger URL+XCGAdditions.swift
[31/34] Compiling XCGLogger DevFilter.swift
[32/34] Compiling XCGLogger FileNameFilter.swift
[33/34] Compiling XCGLogger UserInfoHelpers.swift
[34/34] Compiling XCGLogger XCGLogger.swift
[35/37] Compiling FileLogging swift_log_file.swift
[36/37] Compiling FileLogging swift_log_xcglogger.swift
[37/37] Emitting module FileLogging
Build complete! (31.19s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/DaveWoodCom/XCGLogger.git
[1/5960] Fetching xcglogger
[121/9321] Fetching xcglogger, swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.31s)
Fetched https://github.com/DaveWoodCom/XCGLogger.git from cache (1.31s)
Computing version for https://github.com/DaveWoodCom/XCGLogger.git
Computed https://github.com/DaveWoodCom/XCGLogger.git at 7.0.1 (2.93s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.4.0 (0.67s)
Creating working copy for https://github.com/DaveWoodCom/XCGLogger.git
Working copy of https://github.com/DaveWoodCom/XCGLogger.git resolved at 7.0.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.4.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "xcglogger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.0.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DaveWoodCom/XCGLogger.git"
    }
  ],
  "manifest_display_name" : "swift-log-file",
  "name" : "swift-log-file",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FileLogging",
      "targets" : [
        "FileLogging"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_log_fileTests",
      "module_type" : "SwiftTarget",
      "name" : "swift-log-fileTests",
      "path" : "Tests/swift-log-fileTests",
      "product_dependencies" : [
        "XCGLogger"
      ],
      "sources" : [
        "Utilities.swift",
        "swift_log_fileTests.swift",
        "swift_log_xcgloggerTests.swift"
      ],
      "target_dependencies" : [
        "FileLogging"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FileLogging",
      "module_type" : "SwiftTarget",
      "name" : "FileLogging",
      "path" : "Sources/FileLogging",
      "product_dependencies" : [
        "XCGLogger",
        "Logging"
      ],
      "product_memberships" : [
        "FileLogging"
      ],
      "sources" : [
        "swift_log_file.swift",
        "swift_log_xcglogger.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.