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 (7450c1), with Swift 6.0 for macOS (SPM) on 17 Nov 2024 03:54:54 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.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.57.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 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 main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "simplelogger",
      "name": "SimpleLogger",
      "url": "https://github.com/markbattistella/SimpleLogger.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SimpleLogger",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/markbattistella/SimpleLogger.git
[2/97] Fetching simplelogger
Fetched https://github.com/markbattistella/SimpleLogger.git from cache (0.69s)
Creating working copy for https://github.com/markbattistella/SimpleLogger.git
Working copy of https://github.com/markbattistella/SimpleLogger.git resolved at main (7450c13)
warning: '.resolve-product-dependencies': dependency 'simplelogger' is not used by any target
Found 0 product dependencies
========================================
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.1.0.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--7754E27361AE5C74.txt
[3/19] Compiling SimpleLogger Delimiter.swift
[4/19] Compiling SimpleLogger Category+UI.swift
[5/19] Compiling SimpleLogger Category+Utilities.swift
[6/19] Compiling SimpleLogger LoggerCategory.swift
[7/20] Compiling SimpleLogger LoggerManager.swift
[8/20] Compiling SimpleLogger Logger+Ext.swift
[9/20] Compiling SimpleLogger AgnosticColor.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] Compiling SimpleLogger Category+Persistence.swift
[15/20] Compiling SimpleLogger Category+Security.swift
[16/20] Compiling SimpleLogger Category+Architecture.swift
[17/20] Compiling SimpleLogger Category+Miscellaneous.swift
[18/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.
[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! (20.88s)
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.