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-beta.5 (b89389), with Swift 5.9 for macOS (SPM) on 23 Oct 2024 02:03:53 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.55.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/FelinePine.git
Reference: 1.0.0-beta.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/brightdigit/FelinePine
 * tag               1.0.0-beta.5 -> FETCH_HEAD
HEAD is now at b89389f Fixing Logging for BitnessServer (#20)
Cloned https://github.com/brightdigit/FelinePine.git
Revision (git rev-parse @):
b89389fcf3f1100d0765a6a21244df02b00fbc9e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/FelinePine.git at 1.0.0-beta.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/brightdigit/FelinePine.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling FelinePine LoggingSystem.swift
[2/8] Compiling FelinePine NSLocking.swift
[3/8] Compiling FelinePine Pine.swift
[4/8] Compiling FelinePine LoggingSystem+LoggingSystemRepository.swift
[5/8] 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
                 ^
[6/8] Compiling FelinePine Logger+LoggerCategory.swift
[7/8] 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
                 ^
[8/8] Compiling FelinePine Feline.swift
Build complete! (6.13s)
Build complete.
Done.