Build Information
Failed to build Plex-Monitr, reference master (3c6c61
), with Swift 6.1 for Android on 27 May 2025 16:13:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
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: android
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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/Ponyboy47/LockSmith.git
Fetching https://github.com/SwiftyBeaver/SwiftyBeaver.git
Fetching https://github.com/Ponyboy47/inotify.git
Fetching https://github.com/Ponyboy47/TaskKit.git
Fetching https://github.com/kareman/SwiftShell.git
Fetching https://github.com/Ponyboy47/PathKit.git
[1/125] Fetching locksmith
[126/917] Fetching locksmith, pathkit
[364/5780] Fetching locksmith, pathkit, swiftshell
[1308/6244] Fetching locksmith, pathkit, swiftshell, inotify
[1361/10301] Fetching locksmith, pathkit, swiftshell, inotify, swiftybeaver
[2237/10709] Fetching locksmith, pathkit, swiftshell, inotify, swiftybeaver, taskkit
Fetched https://github.com/Ponyboy47/PathKit.git from cache (0.39s)
Fetching https://github.com/Ponyboy47/Downpour.git
Fetched https://github.com/Ponyboy47/inotify.git from cache (0.40s)
Fetched https://github.com/Ponyboy47/TaskKit.git from cache (0.40s)
[8275/9045] Fetching locksmith, swiftshell, swiftybeaver
Fetched https://github.com/Ponyboy47/LockSmith.git from cache (0.40s)
[8190/8920] Fetching swiftshell, swiftybeaver
Fetching https://github.com/IBM-Swift/BlueSignals.git
Fetching https://github.com/Ponyboy47/CLI.git
Fetching https://github.com/Ponyboy47/Cron-Swift.git
[8921/9176] Fetching swiftshell, swiftybeaver, cron-swift
Fetched https://github.com/kareman/SwiftShell.git from cache (0.62s)
[4139/4313] Fetching swiftybeaver, cron-swift
Fetched https://github.com/SwiftyBeaver/SwiftyBeaver.git from cache (0.62s)
[210/256] Fetching cron-swift
[257/604] Fetching cron-swift, downpour
[285/765] Fetching cron-swift, downpour, cli
[766/1446] Fetching cron-swift, downpour, cli, bluesignals
Fetched https://github.com/Ponyboy47/Cron-Swift.git from cache (0.27s)
Fetched https://github.com/Ponyboy47/CLI.git from cache (0.27s)
Fetched https://github.com/Ponyboy47/Downpour.git from cache (0.31s)
Fetched https://github.com/IBM-Swift/BlueSignals.git from cache (0.30s)
Computing version for https://github.com/Ponyboy47/LockSmith.git
Computed https://github.com/Ponyboy47/LockSmith.git at 0.3.0 (1.35s)
Fetching https://github.com/Ponyboy47/ErrNo.git
[1/294] Fetching errno
Fetched https://github.com/Ponyboy47/ErrNo.git from cache (0.24s)
Computing version for https://github.com/Ponyboy47/PathKit.git
Computed https://github.com/Ponyboy47/PathKit.git at 0.10.0 (1.76s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (1.84s)
Computing version for https://github.com/Ponyboy47/Downpour.git
Computed https://github.com/Ponyboy47/Downpour.git at 0.6.1 (2.55s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.8.0 (0.64s)
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.27s)
Computing version for https://github.com/Ponyboy47/Strings.git
Computed https://github.com/Ponyboy47/Strings.git at 2.2.1 (0.94s)
Computing version for https://github.com/Ponyboy47/ErrNo.git
Computed https://github.com/Ponyboy47/ErrNo.git at 0.4.2 (2.69s)
Computing version for https://github.com/kareman/SwiftShell.git
Computed https://github.com/kareman/SwiftShell.git at 4.1.2 (0.66s)
Computing version for https://github.com/Ponyboy47/Cron-Swift.git
Computed https://github.com/Ponyboy47/Cron-Swift.git at 2.3.0 (3.11s)
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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Updating https://github.com/Ponyboy47/PathKit.git
Updating https://github.com/kareman/SwiftShell.git
Updating https://github.com/Ponyboy47/TaskKit.git
Updating https://github.com/Ponyboy47/LockSmith.git
Updating https://github.com/Ponyboy47/inotify.git
Updating https://github.com/SwiftyBeaver/SwiftyBeaver.git
Updated https://github.com/kareman/SwiftShell.git (0.20s)
Updated https://github.com/Ponyboy47/PathKit.git (0.20s)
Updating https://github.com/Ponyboy47/Downpour.git
Updating https://github.com/Ponyboy47/Cron-Swift.git
Updated https://github.com/Ponyboy47/inotify.git (0.24s)
Updated https://github.com/Ponyboy47/LockSmith.git (0.24s)
Updated https://github.com/SwiftyBeaver/SwiftyBeaver.git (0.24s)
Updated https://github.com/Ponyboy47/TaskKit.git (0.24s)
Updating https://github.com/IBM-Swift/BlueSignals.git
Updating https://github.com/Ponyboy47/CLI.git
Updated https://github.com/Ponyboy47/Cron-Swift.git (0.15s)
Updated https://github.com/IBM-Swift/BlueSignals.git (0.16s)
Updated https://github.com/Ponyboy47/CLI.git (0.24s)
Updated https://github.com/Ponyboy47/Downpour.git (0.28s)
Computing version for https://github.com/Ponyboy47/LockSmith.git
Computed https://github.com/Ponyboy47/LockSmith.git at 0.3.0 (1.15s)
Updating https://github.com/Ponyboy47/ErrNo.git
Updated https://github.com/Ponyboy47/ErrNo.git (0.19s)
Computing version for https://github.com/Ponyboy47/PathKit.git
Computed https://github.com/Ponyboy47/PathKit.git at 0.10.0 (0.82s)
Updating https://github.com/kylef/Spectre.git
Updated https://github.com/kylef/Spectre.git (0.16s)
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 (1.55s)
Computing version for https://github.com/Ponyboy47/CLI.git
Computed https://github.com/Ponyboy47/CLI.git at 2.3.1 (0.86s)
Updating https://github.com/Ponyboy47/Strings.git
Updated https://github.com/Ponyboy47/Strings.git (0.32s)
Computing version for https://github.com/Ponyboy47/Strings.git
Computed https://github.com/Ponyboy47/Strings.git at 2.2.1 (1.08s)
Computing version for https://github.com/Ponyboy47/ErrNo.git
Computed https://github.com/Ponyboy47/ErrNo.git at 0.4.2 (2.70s)
Computing version for https://github.com/kareman/SwiftShell.git
Computed https://github.com/kareman/SwiftShell.git at 4.1.2 (0.62s)
Computing version for https://github.com/Ponyboy47/Cron-Swift.git
Computed https://github.com/Ponyboy47/Cron-Swift.git at 2.3.0 (2.20s)
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 android