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 FengNiao, reference 0.10.0 (55bc00), with Swift 5.9 for Linux on 5 May 2025 11:17:16 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-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/onevcat/fengniao.git
Reference: 0.10.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/onevcat/fengniao
 * tag               0.10.0     -> FETCH_HEAD
HEAD is now at 55bc009 Bump version number
Cloned https://github.com/onevcat/fengniao.git
Revision (git rev-parse @):
55bc009d2675077b57dd89c1b382d5d38faba6c1
SUCCESS checkout https://github.com/onevcat/fengniao.git at 0.10.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/onevcat/fengniao.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/benoit-pereira-da-silva/CommandLine.git
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
[349/2432] Fetching spectre, pathkit
[1799/3115] Fetching spectre, pathkit, commandline
Fetching https://github.com/onevcat/Rainbow.git
Fetched https://github.com/kylef/Spectre.git (0.22s)
Fetched https://github.com/kylef/PathKit.git (0.23s)
Fetched https://github.com/benoit-pereira-da-silva/CommandLine.git (0.23s)
[1/1196] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow.git (0.21s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.90s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.32s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 3.2.0 (0.89s)
Computing version for https://github.com/benoit-pereira-da-silva/CommandLine.git
Computed https://github.com/benoit-pereira-da-silva/CommandLine.git at 4.0.9 (0.32s)
Creating working copy for https://github.com/benoit-pereira-da-silva/CommandLine.git
Working copy of https://github.com/benoit-pereira-da-silva/CommandLine.git resolved at 4.0.9
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/onevcat/Rainbow.git
Working copy of https://github.com/onevcat/Rainbow.git resolved at 3.2.0
Building for debugging...
[1/23] Emitting module Rainbow
[2/24] Compiling Rainbow Style.swift
[3/24] Compiling Rainbow XcodeColorsSupport.swift
[4/24] Compiling Rainbow StringGenerator.swift
[5/24] Compiling Rainbow String+Rainbow.swift
[6/24] Compiling Rainbow Rainbow.swift
[7/24] Compiling CommandLineKit Option.swift
[8/24] Compiling CommandLineKit StringExtensions.swift
[9/24] Compiling Rainbow Color.swift
[10/24] Compiling Rainbow ControlCode.swift
[11/24] Compiling Rainbow BackgroundColor.swift
[12/24] Compiling Rainbow CodesParser.swift
[13/24] Compiling Rainbow ModesExtractor.swift
[14/24] Compiling Rainbow OutputTarget.swift
[17/26] Emitting module CommandLineKit
[18/26] Compiling CommandLineKit CommandLine.swift
[18/27] Wrapping AST for Rainbow for debugging
[21/28] Emitting module PathKit
[22/28] Compiling PathKit PathKit.swift
[24/30] Wrapping AST for CommandLineKit for debugging
[26/30] Wrapping AST for PathKit for debugging
[28/35] Compiling FengNiaoKit FileSearchRule.swift
[29/35] Compiling FengNiaoKit Extensions.swift
[30/35] Compiling FengNiaoKit ExtensionFindProcess.swift
/host/spi-builder-workspace/Sources/FengNiaoKit/ExtensionFindProcess.swift:34:11: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        p.launchPath = "/usr/bin/find"
          ^
/host/spi-builder-workspace/Sources/FengNiaoKit/ExtensionFindProcess.swift:34:11: note: use 'executableURL' instead
        p.launchPath = "/usr/bin/find"
          ^~~~~~~~~~
          executableURL
/host/spi-builder-workspace/Sources/FengNiaoKit/ExtensionFindProcess.swift:83:11: warning: 'launch()' is deprecated: renamed to 'run'
        p.launch()
          ^
/host/spi-builder-workspace/Sources/FengNiaoKit/ExtensionFindProcess.swift:83:11: note: use 'run' instead
        p.launch()
          ^~~~~~
          run
[31/35] Emitting module FengNiaoKit
[32/35] Compiling FengNiaoKit FengNiao.swift
[34/37] Wrapping AST for FengNiaoKit for debugging
[36/40] Compiling FengNiao CommandPrompt.swift
[37/40] Emitting module FengNiao
[38/40] Compiling FengNiao main.swift
[40/42] Wrapping AST for FengNiao for debugging
[41/42] Linking FengNiao
Build complete! (10.93s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow.git"
    },
    {
      "identity" : "commandline",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/benoit-pereira-da-silva/CommandLine.git"
    },
    {
      "identity" : "spectre",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/Spectre.git"
    },
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    }
  ],
  "manifest_display_name" : "FengNiao",
  "name" : "FengNiao",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    }
  ],
  "products" : [
    {
      "name" : "FengNiao",
      "targets" : [
        "FengNiao"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "FengNiaoKit",
      "targets" : [
        "FengNiaoKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "FengNiaoKitTests",
      "module_type" : "SwiftTarget",
      "name" : "FengNiaoKitTests",
      "path" : "Tests/FengNiaoKitTests",
      "product_dependencies" : [
        "Spectre"
      ],
      "sources" : [
        "FengNiaoKitSpec.swift",
        "FengNiaoKitTests.swift"
      ],
      "target_dependencies" : [
        "FengNiaoKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FengNiaoKit",
      "module_type" : "SwiftTarget",
      "name" : "FengNiaoKit",
      "path" : "Sources/FengNiaoKit",
      "product_dependencies" : [
        "Rainbow",
        "PathKit"
      ],
      "product_memberships" : [
        "FengNiao",
        "FengNiaoKit"
      ],
      "sources" : [
        "ExtensionFindProcess.swift",
        "Extensions.swift",
        "FengNiao.swift",
        "FileSearchRule.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FengNiao",
      "module_type" : "SwiftTarget",
      "name" : "FengNiao",
      "path" : "Sources/FengNiao",
      "product_dependencies" : [
        "CommandLineKit"
      ],
      "product_memberships" : [
        "FengNiao"
      ],
      "sources" : [
        "CommandPrompt.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "FengNiaoKit"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.