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 6.1 for Linux on 30 Apr 2025 08:01:14 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/FelinePine.git
Reference: 1.0.0
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      -> 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:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brightdigit/FelinePine.git
https://github.com/brightdigit/FelinePine.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FelinePine",
  "name" : "FelinePine",
  "path" : "/host/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" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/10] Compiling FelinePine Pine.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[4/10] Compiling FelinePine Logger+LoggerCategory.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[5/10] Compiling FelinePine LoggingSystem+LoggingSystemRepository.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[6/10] Compiling FelinePine LoggingSystem.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[7/10] Compiling FelinePine NSLocking.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[8/10] Compiling FelinePine Feline.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[9/10] Emitting module FelinePine
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/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
42 | /// Loggable type for a ``LoggingSystem``.
43 | public protocol Loggable<LoggingSystemType>: FelinePineProtocol {
44 |   associatedtype LoggingSystemType: LoggingSystem
   |                  `- warning: redeclaration of associated type 'LoggingSystemType' from protocol 'Feline' is better expressed as a 'where' clause on the protocol
45 | }
46 |
/host/spi-builder-workspace/Sources/FelinePine/Feline.swift:39:18: note: 'LoggingSystemType' declared here
37 | public protocol Feline {
38 |   /// Defined ``LoggingSystemType`` to use for pulling the correct category.
39 |   associatedtype LoggingSystemType: LoggingSystem
   |                  `- note: 'LoggingSystemType' declared here
40 |
41 |   /// Specific category to use for logging.
[10/10] Compiling FelinePine Loggable.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/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
42 | /// Loggable type for a ``LoggingSystem``.
43 | public protocol Loggable<LoggingSystemType>: FelinePineProtocol {
44 |   associatedtype LoggingSystemType: LoggingSystem
   |                  `- warning: redeclaration of associated type 'LoggingSystemType' from protocol 'Feline' is better expressed as a 'where' clause on the protocol
45 | }
46 |
/host/spi-builder-workspace/Sources/FelinePine/Feline.swift:39:18: note: 'LoggingSystemType' declared here
37 | public protocol Feline {
38 |   /// Defined ``LoggingSystemType`` to use for pulling the correct category.
39 |   associatedtype LoggingSystemType: LoggingSystem
   |                  `- note: 'LoggingSystemType' declared here
40 |
41 |   /// Specific category to use for logging.
Build complete! (5.66s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FelinePine",
  "name" : "FelinePine",
  "path" : "/host/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" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.