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 main (7068e5), with Swift 6.0 for macOS (SPM) on 11 Sep 2024 09:11:25 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/markbattistella/SimpleLogger
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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+UI.swift
[4/19] Compiling SimpleLogger Category+Utilities.swift
[5/20] Compiling SimpleLogger Category+Architecture.swift
[6/20] Compiling SimpleLogger Category+Miscellaneous.swift
[7/20] Compiling SimpleLogger Category+System.swift
[8/20] Compiling SimpleLogger Category+Testing.swift
[9/20] Compiling SimpleLogger Delimiter.swift
[10/20] Compiling SimpleLogger Category+Persistence.swift
[11/20] Compiling SimpleLogger Category+Security.swift
[12/20] Compiling SimpleLogger LoggerCategory.swift
[13/20] Compiling SimpleLogger LoggerManager.swift
[14/20] Compiling SimpleLogger Category+Network.swift
[15/20] Compiling SimpleLogger Category+Performance.swift
[16/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.
[17/20] Compiling SimpleLogger Logger+Ext.swift
[18/20] Compiling SimpleLogger AgnosticColor.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.63s)
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.