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 SimpleLoggerUI, reference 1.1.0 (b250a5), with Swift 6.0 for macOS (SPM) on 14 Oct 2024 15:35:12 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.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.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/markbattistella/SimpleLoggerUI.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/markbattistella/SimpleLoggerUI
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at b250a59 Update Package.swift
Cloned https://github.com/markbattistella/SimpleLoggerUI.git
Revision (git rev-parse @):
b250a59614ad737c51d1529fe725337c163e6d46
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/markbattistella/SimpleLoggerUI.git at 1.1.0
Fetching https://github.com/markbattistella/SimpleLogger
[1/88] Fetching simplelogger
Fetched https://github.com/markbattistella/SimpleLogger from cache (0.67s)
Computing version for https://github.com/markbattistella/SimpleLogger
Computed https://github.com/markbattistella/SimpleLogger at 1.1.0 (0.48s)
Creating working copy for https://github.com/markbattistella/SimpleLogger
Working copy of https://github.com/markbattistella/SimpleLogger resolved at 1.1.0
========================================
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": "simpleloggerui",
      "name": "SimpleLoggerUI",
      "url": "https://github.com/markbattistella/SimpleLoggerUI.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SimpleLoggerUI",
      "dependencies": [
        {
          "identity": "simplelogger",
          "name": "SimpleLogger",
          "url": "https://github.com/markbattistella/SimpleLogger",
          "version": "1.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SimpleLogger",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/markbattistella/SimpleLoggerUI.git
[1/55] Fetching simpleloggerui
Fetched https://github.com/markbattistella/SimpleLoggerUI.git from cache (1.96s)
Fetching https://github.com/markbattistella/SimpleLogger from cache
Fetched https://github.com/markbattistella/SimpleLogger from cache (0.50s)
Computing version for https://github.com/markbattistella/SimpleLogger
Computed https://github.com/markbattistella/SimpleLogger at 1.1.0 (0.02s)
Creating working copy for https://github.com/markbattistella/SimpleLoggerUI.git
Working copy of https://github.com/markbattistella/SimpleLoggerUI.git resolved at 1.1.0 (b250a59)
Creating working copy for https://github.com/markbattistella/SimpleLogger
Working copy of https://github.com/markbattistella/SimpleLogger resolved at 1.1.0
warning: '.resolve-product-dependencies': dependency 'simpleloggerui' is not used by any target
Found 1 product dependencies
  - SimpleLogger
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/markbattistella/SimpleLoggerUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.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/3] Write sources
[2/3] Write swift-version--4A847ED0836F2485.txt
[4/20] Compiling SimpleLogger Delimiter.swift
[5/20] Compiling SimpleLogger LoggerCategory.swift
[6/21] Compiling SimpleLogger LoggerManager.swift
[7/21] Compiling SimpleLogger Category+UI.swift
[8/21] Compiling SimpleLogger Category+Utilities.swift
[9/21] Compiling SimpleLogger Logger+Ext.swift
[10/21] Compiling SimpleLogger AgnosticColor.swift
[11/21] Compiling SimpleLogger Category+Persistence.swift
[12/21] Compiling SimpleLogger Category+Security.swift
[13/21] Compiling SimpleLogger Category+System.swift
[14/21] Compiling SimpleLogger Category+Testing.swift
[15/21] Compiling SimpleLogger Category+Network.swift
[16/21] Compiling SimpleLogger Category+Performance.swift
[17/21] Emitting module SimpleLogger
[18/21] Compiling SimpleLogger Date+Ext.swift
[19/21] Compiling SimpleLogger LogLevel+Ext.swift
[20/21] Compiling SimpleLogger Category+Architecture.swift
[21/21] Compiling SimpleLogger Category+Miscellaneous.swift
[22/31] Compiling SimpleLoggerUI LogCell.swift
[23/32] Compiling SimpleLoggerUI LogFileDocument.swift
[24/32] Compiling SimpleLoggerUI FilterSheet.swift
[25/32] Compiling SimpleLoggerUI ActionButton.swift
[26/32] Compiling SimpleLoggerUI LogListScreen.swift
[27/32] Compiling SimpleLoggerUI MultiSelectPicker.swift
[28/32] Compiling SimpleLoggerUI UTType+Ext.swift
[29/32] Emitting module SimpleLoggerUI
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLoggerUI/Extensions/OSLogEntryLog+Ext.swift:9:1: warning: extension declares a conformance of imported type 'OSLogEntryLog' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'OSLog' introduce this conformance in the future
 7 | import OSLog
 8 |
 9 | extension OSLogEntryLog: Identifiable {}
   | |- warning: extension declares a conformance of imported type 'OSLogEntryLog' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'OSLog' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |
[30/32] Compiling SimpleLoggerUI LabeledContentStyle+Ext.swift
[31/32] Compiling SimpleLoggerUI OSLogEntryLog+Ext.swift
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLoggerUI/Extensions/OSLogEntryLog+Ext.swift:9:1: warning: extension declares a conformance of imported type 'OSLogEntryLog' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'OSLog' introduce this conformance in the future
 7 | import OSLog
 8 |
 9 | extension OSLogEntryLog: Identifiable {}
   | |- warning: extension declares a conformance of imported type 'OSLogEntryLog' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'OSLog' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |
[32/32] Compiling SimpleLoggerUI LogExportScreen.swift
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLoggerUI/Screens/LogExportScreen.swift:125:24: warning: no 'async' operations occur within 'await' expression
123 |     private func copyToClipboard() {
124 |         Task {
125 |             let logs = await vm.exportLogs(as: .plainText)
    |                        `- warning: no 'async' operations occur within 'await' expression
126 |             let contentToPaste = logs.isEmpty ? "Nothing to paste" : logs
127 |             await setToPasteBoard(contentToPaste)
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLoggerUI/Screens/LogExportScreen.swift:127:13: warning: no 'async' operations occur within 'await' expression
125 |             let logs = await vm.exportLogs(as: .plainText)
126 |             let contentToPaste = logs.isEmpty ? "Nothing to paste" : logs
127 |             await setToPasteBoard(contentToPaste)
    |             `- warning: no 'async' operations occur within 'await' expression
128 |             showToast = true
129 |         }
Build complete! (25.79s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "simplelogger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/markbattistella/SimpleLogger"
    }
  ],
  "manifest_display_name" : "SimpleLoggerUI",
  "name" : "SimpleLoggerUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SimpleLoggerUI",
      "targets" : [
        "SimpleLoggerUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SimpleLoggerUI",
      "module_type" : "SwiftTarget",
      "name" : "SimpleLoggerUI",
      "path" : "Sources/SimpleLoggerUI",
      "product_dependencies" : [
        "SimpleLogger"
      ],
      "product_memberships" : [
        "SimpleLoggerUI"
      ],
      "sources" : [
        "Extensions/LabeledContentStyle+Ext.swift",
        "Extensions/OSLogEntryLog+Ext.swift",
        "Extensions/UTType+Ext.swift",
        "Screens/LogExportScreen.swift",
        "Screens/LogListScreen.swift",
        "Utilities/LogFileDocument.swift",
        "Views/ActionButton.swift",
        "Views/FilterSheet.swift",
        "Views/LogCell.swift",
        "Views/MultiSelectPicker.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.