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 Linux on 23 Oct 2024 02:08:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/brightdigit/FelinePine.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
7478e0ac0f23: Already exists
3693af61a934: Pulling fs layer
a39079efbd11: Pulling fs layer
90a3b66c7651: Pulling fs layer
7b8bfcff1883: Pulling fs layer
fc87a8eed0aa: Pulling fs layer
90a3b66c7651: Waiting
fc87a8eed0aa: Waiting
7b8bfcff1883: Waiting
3693af61a934: Verifying Checksum
3693af61a934: Download complete
90a3b66c7651: Verifying Checksum
90a3b66c7651: Download complete
7b8bfcff1883: Verifying Checksum
7b8bfcff1883: Download complete
fc87a8eed0aa: Verifying Checksum
fc87a8eed0aa: Download complete
a39079efbd11: Download complete
3693af61a934: Pull complete
a39079efbd11: Pull complete
90a3b66c7651: Pull complete
7b8bfcff1883: Pull complete
fc87a8eed0aa: Pull complete
Digest: sha256:5a47d9d39a5702cbfa0ba55458353b9ccb6eb7cde0581792bc757a518ca63386
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/8] Compiling FelinePine Pine.swift
[2/8] Compiling FelinePine LoggingSystem.swift
[3/8] Compiling FelinePine NSLocking.swift
[4/8] Compiling FelinePine Logger+LoggerCategory.swift
[5/8] Compiling FelinePine Feline.swift
[6/8] Compiling FelinePine Loggable.swift
/host/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
  ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/FelinePine/Feline.swift:39:18: note: 'LoggingSystemType' declared here
  associatedtype LoggingSystemType: LoggingSystem
                 ^
[7/8] Compiling FelinePine LoggingSystem+LoggingSystemRepository.swift
[8/8] Emitting module FelinePine
/host/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
  ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/FelinePine/Feline.swift:39:18: note: 'LoggingSystemType' declared here
  associatedtype LoggingSystemType: LoggingSystem
                 ^
Build complete! (6.82s)
Build complete.
Done.