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 FelinePine, reference 1.0.0 (7abf84), with Swift 5.10 for macOS (SPM) on 14 Jan 2025 02:42:14 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/FelinePine.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/brightdigit/FelinePine
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 7abf84e V1.0.0 (#22)
Cloned https://github.com/brightdigit/FelinePine.git
Revision (git rev-parse @):
7abf84e0cded44bc99fae106030e8e25e270dae0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/FelinePine.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/brightdigit/FelinePine.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/10] Compiling FelinePine Pine.swift
[4/10] Compiling FelinePine NSLocking.swift
[5/10] Compiling FelinePine LoggingSystem.swift
[6/10] Compiling FelinePine Logger+LoggerCategory.swift
[7/10] Compiling FelinePine Feline.swift
[8/10] Compiling FelinePine Loggable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FelinePine/Loggable.swift:44:18: warning: redeclaration of associated type 'LoggingSystemType' from protocol 'Feline' is better expressed as a 'where' clause on the protocol
  associatedtype LoggingSystemType: LoggingSystem
  ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FelinePine/Feline.swift:39:18: note: 'LoggingSystemType' declared here
  associatedtype LoggingSystemType: LoggingSystem
                 ^
[9/10] Compiling FelinePine LoggingSystem+LoggingSystemRepository.swift
[10/10] Emitting module FelinePine
/Users/admin/builder/spi-builder-workspace/Sources/FelinePine/Loggable.swift:44:18: warning: redeclaration of associated type 'LoggingSystemType' from protocol 'Feline' is better expressed as a 'where' clause on the protocol
  associatedtype LoggingSystemType: LoggingSystem
  ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FelinePine/Feline.swift:39:18: note: 'LoggingSystemType' declared here
  associatedtype LoggingSystemType: LoggingSystem
                 ^
Build complete! (4.78s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FelinePine",
  "name" : "FelinePine",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "FelinePine",
      "targets" : [
        "FelinePine"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FelinePineTests",
      "module_type" : "SwiftTarget",
      "name" : "FelinePineTests",
      "path" : "Tests/FelinePineTests",
      "sources" : [
        "FelinePineTests.swift",
        "LoggingSystemTests.swift",
        "Mocks/MockSystem.swift",
        "Mocks/MockType.swift"
      ],
      "target_dependencies" : [
        "FelinePine"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FelinePine",
      "module_type" : "SwiftTarget",
      "name" : "FelinePine",
      "path" : "Sources/FelinePine",
      "product_memberships" : [
        "FelinePine"
      ],
      "sources" : [
        "Feline.swift",
        "Loggable.swift",
        "Logger+LoggerCategory.swift",
        "LoggingSystem+LoggingSystemRepository.swift",
        "LoggingSystem.swift",
        "NSLocking.swift",
        "Pine.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.