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.1.0 (7068e5), with Swift 6.0 for macOS (SPM) on 17 Sep 2024 08:19:46 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/markbattistella/SimpleLogger.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/markbattistella/SimpleLogger
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 7068e5c Create .spi.yml
Cloned https://github.com/markbattistella/SimpleLogger.git
Revision (git rev-parse @):
7068e5c77951e81870b5054e553f25d00aa273c1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/markbattistella/SimpleLogger.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/markbattistella/SimpleLogger.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-117DEE11B69C53C9.txt
[3/19] Compiling SimpleLogger Category+System.swift
[4/19] Compiling SimpleLogger Category+Testing.swift
[5/19] Compiling SimpleLogger Category+Network.swift
[6/19] Compiling SimpleLogger Category+Performance.swift
[7/19] Compiling SimpleLogger Category+UI.swift
[8/19] Compiling SimpleLogger Category+Utilities.swift
[9/19] Compiling SimpleLogger Category+Persistence.swift
[10/19] Compiling SimpleLogger Category+Security.swift
[11/19] 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.
[12/19] Compiling SimpleLogger Category+Architecture.swift
[13/19] Compiling SimpleLogger Category+Miscellaneous.swift
[14/20] Compiling SimpleLogger LoggerManager.swift
[15/20] Compiling SimpleLogger LoggerCategory.swift
[16/20] Compiling SimpleLogger Logger+Ext.swift
[17/20] Compiling SimpleLogger AgnosticColor.swift
[18/20] Compiling SimpleLogger Delimiter.swift
[19/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.
[20/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.
Build complete! (19.02s)
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.