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 SimpleLogger, reference 1.2.0 (7450c1), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 22:29:39 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/markbattistella/SimpleLogger.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/markbattistella/SimpleLogger
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 7450c13 2024-11-17 - Added SimpleLogger export
Cloned https://github.com/markbattistella/SimpleLogger.git
Revision (git rev-parse @):
7450c138c0afffad1f165cb57f6fda377ac04ebe
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/markbattistella/SimpleLogger.git at 1.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/markbattistella/SimpleLogger.git
https://github.com/markbattistella/SimpleLogger.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SimpleLogger",
  "name" : "SimpleLogger",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SimpleLogger",
      "targets" : [
        "SimpleLogger"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SimpleLogger",
      "module_type" : "SwiftTarget",
      "name" : "SimpleLogger",
      "path" : "Sources/SimpleLogger",
      "product_memberships" : [
        "SimpleLogger"
      ],
      "sources" : [
        "Categories/Category+Architecture.swift",
        "Categories/Category+Miscellaneous.swift",
        "Categories/Category+Network.swift",
        "Categories/Category+Performance.swift",
        "Categories/Category+Persistence.swift",
        "Categories/Category+Security.swift",
        "Categories/Category+System.swift",
        "Categories/Category+Testing.swift",
        "Categories/Category+UI.swift",
        "Categories/Category+Utilities.swift",
        "Extensions/Date+Ext.swift",
        "Extensions/LogLevel+Ext.swift",
        "Extensions/Logger+Ext.swift",
        "Helpers/AgnosticColor.swift",
        "Helpers/Delimiter.swift",
        "LoggerCategory.swift",
        "LoggerManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/19] Compiling SimpleLogger Delimiter.swift
[4/19] Compiling SimpleLogger LoggerCategory.swift
[5/20] Compiling SimpleLogger Category+UI.swift
[6/20] Compiling SimpleLogger Category+Utilities.swift
[7/20] Compiling SimpleLogger Logger+Ext.swift
[8/20] Compiling SimpleLogger AgnosticColor.swift
[9/20] Compiling SimpleLogger LoggerManager.swift
[10/20] Compiling SimpleLogger Category+System.swift
[11/20] Compiling SimpleLogger Category+Testing.swift
[12/20] Compiling SimpleLogger Category+Network.swift
[13/20] Compiling SimpleLogger Category+Performance.swift
[14/20] Emitting module SimpleLogger
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogger/Extensions/LogLevel+Ext.swift:10:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'OSLog' introduce this conformance in the future
 8 | import SwiftUI
 9 |
10 | extension OSLogEntryLog.Level: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'OSLog' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |
12 |     /// A textual representation of the log level.
[15/20] Compiling SimpleLogger Category+Architecture.swift
[16/20] Compiling SimpleLogger Category+Miscellaneous.swift
[17/20] Compiling SimpleLogger Date+Ext.swift
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogger/Extensions/LogLevel+Ext.swift:10:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'OSLog' introduce this conformance in the future
 8 | import SwiftUI
 9 |
10 | extension OSLogEntryLog.Level: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'OSLog' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |
12 |     /// A textual representation of the log level.
[18/20] Compiling SimpleLogger LogLevel+Ext.swift
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogger/Extensions/LogLevel+Ext.swift:10:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'OSLog' introduce this conformance in the future
 8 | import SwiftUI
 9 |
10 | extension OSLogEntryLog.Level: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'OSLog' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |
12 |     /// A textual representation of the log level.
[19/20] Compiling SimpleLogger Category+Persistence.swift
[20/20] Compiling SimpleLogger Category+Security.swift
Build complete! (8.81s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SimpleLogger",
  "name" : "SimpleLogger",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SimpleLogger",
      "targets" : [
        "SimpleLogger"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SimpleLogger",
      "module_type" : "SwiftTarget",
      "name" : "SimpleLogger",
      "path" : "Sources/SimpleLogger",
      "product_memberships" : [
        "SimpleLogger"
      ],
      "sources" : [
        "Categories/Category+Architecture.swift",
        "Categories/Category+Miscellaneous.swift",
        "Categories/Category+Network.swift",
        "Categories/Category+Performance.swift",
        "Categories/Category+Persistence.swift",
        "Categories/Category+Security.swift",
        "Categories/Category+System.swift",
        "Categories/Category+Testing.swift",
        "Categories/Category+UI.swift",
        "Categories/Category+Utilities.swift",
        "Extensions/Date+Ext.swift",
        "Extensions/LogLevel+Ext.swift",
        "Extensions/Logger+Ext.swift",
        "Helpers/AgnosticColor.swift",
        "Helpers/Delimiter.swift",
        "LoggerCategory.swift",
        "LoggerManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.