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 master (3c6c61), with Swift 6.1 for Linux on 25 Apr 2025 17:12:10 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3c6c613 Missed one logger thread sanitization
Cloned https://github.com/ponyboy47/Plex-Monitr.git
Revision (git rev-parse @):
3c6c6137b747900ff77aeedf4288369b5796c805
SUCCESS checkout https://github.com/ponyboy47/Plex-Monitr.git at master
========================================
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.7",
            "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-4606859-1":/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/kareman/SwiftShell.git
Fetching https://github.com/Ponyboy47/TaskKit.git
Fetching https://github.com/Ponyboy47/PathKit.git
Fetching https://github.com/SwiftyBeaver/SwiftyBeaver.git
Fetching https://github.com/Ponyboy47/inotify.git
Fetching https://github.com/Ponyboy47/LockSmith.git
[1/4052] Fetching swiftybeaver
[488/4844] Fetching swiftybeaver, pathkit
[601/4969] Fetching swiftybeaver, pathkit, locksmith
[815/5377] Fetching swiftybeaver, pathkit, locksmith, taskkit
[924/10240] Fetching swiftybeaver, pathkit, locksmith, taskkit, swiftshell
[3686/10704] Fetching swiftybeaver, pathkit, locksmith, taskkit, swiftshell, inotify
Fetched https://github.com/Ponyboy47/LockSmith.git from cache (0.31s)
[8254/10579] Fetching swiftybeaver, pathkit, taskkit, swiftshell, inotify
Fetching https://github.com/Ponyboy47/Downpour.git
Fetched https://github.com/Ponyboy47/inotify.git from cache (0.32s)
Fetched https://github.com/Ponyboy47/PathKit.git from cache (0.32s)
Fetching https://github.com/Ponyboy47/Cron-Swift.git
Fetching https://github.com/Ponyboy47/CLI.git
[7339/9323] Fetching swiftybeaver, taskkit, swiftshell
[9324/9671] Fetching swiftybeaver, taskkit, swiftshell, downpour
[9672/9832] Fetching swiftybeaver, taskkit, swiftshell, downpour, cli
Fetched https://github.com/Ponyboy47/TaskKit.git from cache (0.52s)
[9272/9424] Fetching swiftybeaver, swiftshell, downpour, cli
Fetched https://github.com/kareman/SwiftShell.git from cache (0.53s)
Fetching https://github.com/IBM-Swift/BlueSignals.git
Fetched https://github.com/SwiftyBeaver/SwiftyBeaver.git from cache (0.53s)
[1/256] Fetching cron-swift
Fetched https://github.com/Ponyboy47/Downpour.git from cache (0.26s)
Fetched https://github.com/Ponyboy47/CLI.git from cache (0.25s)
Fetched https://github.com/Ponyboy47/Cron-Swift.git from cache (0.26s)
[1/654] Fetching bluesignals
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.28s)
Fetching https://github.com/Ponyboy47/ErrNo.git
[1/294] Fetching errno
Fetched https://github.com/Ponyboy47/ErrNo.git from cache (0.22s)
Computing version for https://github.com/Ponyboy47/PathKit.git
Computed https://github.com/Ponyboy47/PathKit.git at 0.10.0 (0.76s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.25s)
Computing version for https://github.com/Ponyboy47/Downpour.git
Computed https://github.com/Ponyboy47/Downpour.git at 0.6.1 (0.80s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.8.0 (0.54s)
Computing version for https://github.com/Ponyboy47/CLI.git
Computed https://github.com/Ponyboy47/CLI.git at 2.3.1 (0.55s)
Fetching https://github.com/Ponyboy47/Strings.git
[1/104] Fetching strings
Fetched https://github.com/Ponyboy47/Strings.git from cache (0.20s)
Computing version for https://github.com/Ponyboy47/Strings.git
Computed https://github.com/Ponyboy47/Strings.git at 2.2.1 (0.74s)
Computing version for https://github.com/Ponyboy47/ErrNo.git
Computed https://github.com/Ponyboy47/ErrNo.git at 0.4.2 (2.22s)
Computing version for https://github.com/kareman/SwiftShell.git
Computed https://github.com/kareman/SwiftShell.git at 4.1.2 (0.56s)
Computing version for https://github.com/Ponyboy47/Cron-Swift.git
Computed https://github.com/Ponyboy47/Cron-Swift.git at 2.3.0 (2.23s)
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-4606859-1":/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/Ponyboy47/TaskKit.git
Updating https://github.com/kareman/SwiftShell.git
Updating https://github.com/Ponyboy47/PathKit.git
Updating https://github.com/SwiftyBeaver/SwiftyBeaver.git
Updating https://github.com/Ponyboy47/inotify.git
Updating https://github.com/Ponyboy47/LockSmith.git
Updated https://github.com/Ponyboy47/inotify.git (0.16s)
Updating https://github.com/Ponyboy47/Downpour.git
Updated https://github.com/kareman/SwiftShell.git (0.17s)
Updated https://github.com/Ponyboy47/TaskKit.git (0.17s)
Updating https://github.com/Ponyboy47/Cron-Swift.git
Updating https://github.com/Ponyboy47/CLI.git
Updated https://github.com/SwiftyBeaver/SwiftyBeaver.git (0.22s)
Updated https://github.com/Ponyboy47/PathKit.git (0.22s)
Updated https://github.com/Ponyboy47/LockSmith.git (0.22s)
Updating https://github.com/IBM-Swift/BlueSignals.git
Updated https://github.com/Ponyboy47/Downpour.git (0.16s)
Updated https://github.com/Ponyboy47/CLI.git (0.16s)
Updated https://github.com/Ponyboy47/Cron-Swift.git (0.19s)
Updated https://github.com/IBM-Swift/BlueSignals.git (0.15s)
Computing version for https://github.com/Ponyboy47/LockSmith.git
Computed https://github.com/Ponyboy47/LockSmith.git at 0.3.0 (0.97s)
Updating https://github.com/Ponyboy47/ErrNo.git
Updated https://github.com/Ponyboy47/ErrNo.git (0.14s)
Computing version for https://github.com/Ponyboy47/PathKit.git
Computed https://github.com/Ponyboy47/PathKit.git at 0.10.0 (0.73s)
Updating https://github.com/kylef/Spectre.git
Updated https://github.com/kylef/Spectre.git (0.11s)
Computing version for https://github.com/Ponyboy47/Downpour.git
Computed https://github.com/Ponyboy47/Downpour.git at 0.6.1 (0.68s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.8.0 (0.56s)
Computing version for https://github.com/Ponyboy47/CLI.git
Computed https://github.com/Ponyboy47/CLI.git at 2.3.1 (0.56s)
Updating https://github.com/Ponyboy47/Strings.git
Updated https://github.com/Ponyboy47/Strings.git (0.12s)
Computing version for https://github.com/Ponyboy47/Strings.git
Computed https://github.com/Ponyboy47/Strings.git at 2.2.1 (0.71s)
Computing version for https://github.com/Ponyboy47/ErrNo.git
Computed https://github.com/Ponyboy47/ErrNo.git at 0.4.2 (2.20s)
Computing version for https://github.com/kareman/SwiftShell.git
Computed https://github.com/kareman/SwiftShell.git at 4.1.2 (0.55s)
Computing version for https://github.com/Ponyboy47/Cron-Swift.git
Computed https://github.com/Ponyboy47/Cron-Swift.git at 2.3.0 (2.22s)
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