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

Failed to build Plex-Monitr, reference 0.8.2 (c32c8c), with Swift 6.1 for Linux on 25 Apr 2025 17:12:02 UTC.

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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ponyboy47/Plex-Monitr.git
Reference: 0.8.2
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/ponyboy47/Plex-Monitr
 * tag               0.8.2      -> FETCH_HEAD
HEAD is now at c32c8c4 Be sure to use the most stable version of TaskKit
Cloned https://github.com/ponyboy47/Plex-Monitr.git
Revision (git rev-parse @):
c32c8c43d988bd67281f7649482176f7959f4c79
SUCCESS checkout https://github.com/ponyboy47/Plex-Monitr.git at 0.8.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ponyboy47/Plex-Monitr.git
https://github.com/ponyboy47/Plex-Monitr.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "bluesignals",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.50",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/BlueSignals.git"
    },
    {
      "identity" : "cli",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "2.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Ponyboy47/CLI.git"
    },
    {
      "identity" : "cron-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Ponyboy47/Cron-Swift.git"
    },
    {
      "identity" : "downpour",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.1",
            "upper_bound" : "0.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Ponyboy47/Downpour.git"
    },
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Ponyboy47/PathKit.git"
    },
    {
      "identity" : "swiftshell",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.1.0",
            "upper_bound" : "4.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kareman/SwiftShell.git"
    },
    {
      "identity" : "swiftybeaver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "1.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyBeaver/SwiftyBeaver.git"
    },
    {
      "identity" : "locksmith",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "0.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Ponyboy47/LockSmith.git"
    },
    {
      "identity" : "taskkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.2",
            "upper_bound" : "0.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Ponyboy47/TaskKit.git"
    },
    {
      "identity" : "inotify",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "0.6.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Ponyboy47/inotify.git"
    }
  ],
  "manifest_display_name" : "Plex-Monitr",
  "name" : "Plex-Monitr",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "monitr",
      "targets" : [
        "monitr"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "monitr",
      "module_type" : "SwiftTarget",
      "name" : "monitr",
      "path" : "Sources/monitr",
      "product_dependencies" : [
        "Signals",
        "CLI",
        "Cron",
        "Downpour",
        "PathKit",
        "SwiftShell",
        "SwiftyBeaver",
        "LockSmith",
        "TaskKit",
        "Inotify"
      ],
      "product_memberships" : [
        "monitr"
      ],
      "sources" : [
        "ArgumentTypes.swift",
        "Codables.swift",
        "Config.swift",
        "DirectoryMonitor.swift",
        "Media/FFProbe/AspectRatio.swift",
        "Media/FFProbe/BitRate.swift",
        "Media/FFProbe/ChannelLayouts.swift",
        "Media/FFProbe/CodecType.swift",
        "Media/FFProbe/Codecs.swift",
        "Media/FFProbe/Containers.swift",
        "Media/FFProbe/FFProbe+Audio.swift",
        "Media/FFProbe/FFProbe+Data.swift",
        "Media/FFProbe/FFProbe+Errors.swift",
        "Media/FFProbe/FFProbe+Subtitle.swift",
        "Media/FFProbe/FFProbe+Video.swift",
        "Media/FFProbe/FFProbe.swift",
        "Media/FFProbe/FFProbeStream+Protocols.swift",
        "Media/FFProbe/FFProbeStream.swift",
        "Media/FFProbe/FrameRate.swift",
        "Media/FFProbe/MediaDuration.swift",
        "Media/FFProbe/SampleRate.swift",
        "Media/FFProbe/Tags.swift",
        "Media/Media+Audio.swift",
        "Media/Media+Ignored.swift",
        "Media/Media+Protocols.swift",
        "Media/Media+Subtitle.swift",
        "Media/Media+Video.swift",
        "MediaTask/MediaTask+Base.swift",
        "MediaTask/MediaTask+Convert.swift",
        "MediaTask/MediaTask+Move.swift",
        "MediaTask/MediaTask+Queue.swift",
        "Monitrs/Monitr+Base.swift",
        "Monitrs/Monitr+Convertible.swift",
        "Monitrs/Monitr+Main.swift",
        "TranscodeVideoOptions.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "4.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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 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
Fetching https://github.com/SwiftyBeaver/SwiftyBeaver.git
Fetching https://github.com/Ponyboy47/PathKit.git
Fetching https://github.com/kareman/SwiftShell.git
Fetching https://github.com/Ponyboy47/TaskKit.git
Fetching https://github.com/Ponyboy47/inotify.git
Fetching https://github.com/Ponyboy47/LockSmith.git
[1/4863] Fetching swiftshell
[1071/8915] Fetching swiftshell, swiftybeaver
[1615/9040] Fetching swiftshell, swiftybeaver, locksmith
[2121/9504] Fetching swiftshell, swiftybeaver, locksmith, inotify
[2978/10296] Fetching swiftshell, swiftybeaver, locksmith, inotify, pathkit
[3289/10704] Fetching swiftshell, swiftybeaver, locksmith, inotify, pathkit, taskkit
Fetched https://github.com/Ponyboy47/LockSmith.git from cache (0.28s)
Fetching https://github.com/Ponyboy47/Downpour.git
Fetched https://github.com/Ponyboy47/TaskKit.git from cache (0.36s)
Fetched https://github.com/Ponyboy47/inotify.git from cache (0.36s)
Fetched https://github.com/Ponyboy47/PathKit.git from cache (0.37s)
Fetching https://github.com/IBM-Swift/BlueSignals.git
Fetching https://github.com/Ponyboy47/Cron-Swift.git
Fetching https://github.com/Ponyboy47/CLI.git
Fetched https://github.com/kareman/SwiftShell.git from cache (0.37s)
Fetched https://github.com/SwiftyBeaver/SwiftyBeaver.git from cache (0.37s)
[1/348] Fetching downpour
Fetched https://github.com/Ponyboy47/Downpour.git from cache (0.20s)
[1/161] Fetching cli
[162/815] Fetching cli, bluesignals
[333/1071] Fetching cli, bluesignals, cron-swift
Fetched https://github.com/Ponyboy47/CLI.git from cache (0.21s)
Fetched https://github.com/Ponyboy47/Cron-Swift.git from cache (0.21s)
Fetched https://github.com/IBM-Swift/BlueSignals.git from cache (0.21s)
Computing version for https://github.com/Ponyboy47/LockSmith.git
Computed https://github.com/Ponyboy47/LockSmith.git at 0.3.0 (1.04s)
Fetching https://github.com/Ponyboy47/ErrNo.git
[1/294] Fetching errno
Fetched https://github.com/Ponyboy47/ErrNo.git from cache (0.18s)
Computing version for https://github.com/Ponyboy47/PathKit.git
Computed https://github.com/Ponyboy47/PathKit.git at 0.10.0 (0.64s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.19s)
Computing version for https://github.com/Ponyboy47/Downpour.git
Computed https://github.com/Ponyboy47/Downpour.git at 0.6.1 (0.64s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.8.0 (0.45s)
Computing version for https://github.com/Ponyboy47/CLI.git
Computed https://github.com/Ponyboy47/CLI.git at 2.3.1 (0.45s)
Fetching https://github.com/Ponyboy47/Strings.git
[1/104] Fetching strings
Fetched https://github.com/Ponyboy47/Strings.git from cache (0.18s)
Computing version for https://github.com/Ponyboy47/Strings.git
Computed https://github.com/Ponyboy47/Strings.git at 2.2.1 (0.62s)
Computing version for https://github.com/Ponyboy47/ErrNo.git
Computed https://github.com/Ponyboy47/ErrNo.git at 0.4.2 (1.80s)
Computing version for https://github.com/kareman/SwiftShell.git
Computed https://github.com/kareman/SwiftShell.git at 4.1.2 (0.45s)
Computing version for https://github.com/Ponyboy47/Cron-Swift.git
Computed https://github.com/Ponyboy47/Cron-Swift.git at 2.3.0 (1.83s)
Computing version for https://github.com/IBM-Swift/BlueSignals.git
error: the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifier
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 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
Updating https://github.com/SwiftyBeaver/SwiftyBeaver.git
Updating https://github.com/Ponyboy47/PathKit.git
Updating https://github.com/Ponyboy47/inotify.git
Updating https://github.com/kareman/SwiftShell.git
Updating https://github.com/Ponyboy47/LockSmith.git
Updated https://github.com/kareman/SwiftShell.git (0.11s)
Updated https://github.com/Ponyboy47/inotify.git (0.12s)
Updating https://github.com/Ponyboy47/Downpour.git
Updating https://github.com/Ponyboy47/Cron-Swift.git
Updated https://github.com/Ponyboy47/LockSmith.git (0.13s)
Updating https://github.com/Ponyboy47/CLI.git
Updated https://github.com/Ponyboy47/PathKit.git (0.19s)
Updated https://github.com/SwiftyBeaver/SwiftyBeaver.git (0.19s)
Updating https://github.com/Ponyboy47/TaskKit.git
Updated https://github.com/Ponyboy47/Cron-Swift.git (0.12s)
Updated https://github.com/Ponyboy47/CLI.git (0.12s)
Updated https://github.com/Ponyboy47/Downpour.git (0.15s)
Updated https://github.com/Ponyboy47/TaskKit.git (0.12s)
Updating https://github.com/IBM-Swift/BlueSignals.git
Updated https://github.com/IBM-Swift/BlueSignals.git (0.14s)
Computing version for https://github.com/Ponyboy47/LockSmith.git
Computed https://github.com/Ponyboy47/LockSmith.git at 0.3.0 (0.92s)
Updating https://github.com/Ponyboy47/ErrNo.git
Updated https://github.com/Ponyboy47/ErrNo.git (0.13s)
Computing version for https://github.com/Ponyboy47/PathKit.git
Computed https://github.com/Ponyboy47/PathKit.git at 0.10.0 (0.60s)
Updating https://github.com/kylef/Spectre.git
Updated https://github.com/kylef/Spectre.git (0.12s)
Computing version for https://github.com/Ponyboy47/Downpour.git
Computed https://github.com/Ponyboy47/Downpour.git at 0.6.1 (0.77s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.8.0 (0.46s)
Computing version for https://github.com/Ponyboy47/CLI.git
Computed https://github.com/Ponyboy47/CLI.git at 2.3.1 (0.45s)
Updating https://github.com/Ponyboy47/Strings.git
Updated https://github.com/Ponyboy47/Strings.git (0.15s)
Computing version for https://github.com/Ponyboy47/Strings.git
Computed https://github.com/Ponyboy47/Strings.git at 2.2.1 (0.61s)
Computing version for https://github.com/Ponyboy47/ErrNo.git
Computed https://github.com/Ponyboy47/ErrNo.git at 0.4.2 (1.80s)
Computing version for https://github.com/kareman/SwiftShell.git
Computed https://github.com/kareman/SwiftShell.git at 4.1.2 (0.45s)
Computing version for https://github.com/Ponyboy47/Cron-Swift.git
Computed https://github.com/Ponyboy47/Cron-Swift.git at 2.3.0 (1.82s)
Computing version for https://github.com/IBM-Swift/BlueSignals.git
error: the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifier
BUILD FAILURE 6.1 linux