Build Information
Failed to build Castor, reference 0.1.0 (0f8aef
), with Swift 6.1 for Linux on 25 Apr 2025 08:41:42 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/SRGSSR/castor.git
Reference: 0.1.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/SRGSSR/castor
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 0f8aef5 Improve Info.plist (#5)
Cloned https://github.com/SRGSSR/castor.git
Revision (git rev-parse @):
0f8aef5d47826992dffb44eb95361b709ef53777
SUCCESS checkout https://github.com/SRGSSR/castor.git at 0.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/SRGSSR/castor.git
https://github.com/SRGSSR/castor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "google-cast-sdk",
"requirement" : {
"range" : [
{
"lower_bound" : "4.8.3",
"upper_bound" : "4.9.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SRGSSR/google-cast-sdk.git"
}
],
"manifest_display_name" : "Castor",
"name" : "Castor",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
}
],
"products" : [
{
"name" : "Castor",
"targets" : [
"Castor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PackageInfoPlugin",
"module_type" : "PluginTarget",
"name" : "PackageInfoPlugin",
"path" : "Plugins/PackageInfoPlugin",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"Castor"
],
"sources" : [
"plugin.swift"
],
"target_dependencies" : [
"PackageInfo"
],
"type" : "plugin"
},
{
"c99name" : "PackageInfo",
"module_type" : "BinaryTarget",
"name" : "PackageInfo",
"path" : "Artifacts/PackageInfo.artifactbundle",
"product_memberships" : [
"Castor"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "CastorTests",
"module_type" : "SwiftTarget",
"name" : "CastorTests",
"path" : "Tests/CastorTests",
"sources" : [
"CastorTests.swift"
],
"target_dependencies" : [
"Castor"
],
"type" : "test"
},
{
"c99name" : "Castor",
"module_type" : "SwiftTarget",
"name" : "Castor",
"path" : "Sources/Castor",
"product_dependencies" : [
"GoogleCast"
],
"product_memberships" : [
"Castor"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Castor/Resources/Localizable.xcstrings",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Castor.swift"
],
"target_dependencies" : [
"PackageInfoPlugin"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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/SRGSSR/google-cast-sdk.git
[1/7] Fetching google-cast-sdk
Fetched https://github.com/SRGSSR/google-cast-sdk.git from cache (0.20s)
Computing version for https://github.com/SRGSSR/google-cast-sdk.git
Computed https://github.com/SRGSSR/google-cast-sdk.git at 4.8.3 (2.42s)
Creating working copy for https://github.com/SRGSSR/google-cast-sdk.git
Working copy of https://github.com/SRGSSR/google-cast-sdk.git resolved at 4.8.3
Downloading binary artifact https://github.com/SRGSSR/google-cast-sdk/releases/download/4.8.3/GoogleCast.xcframework.zip
[1369/6520823] Downloading https://github.com/SRGSSR/google-cast-sdk/releases/download/4.8.3/GoogleCast.xcframework.zip
Downloaded https://github.com/SRGSSR/google-cast-sdk/releases/download/4.8.3/GoogleCast.xcframework.zip (1.14s)
error: Tool ‘PackageInfo’ is not supported on the target platform
error: build planning stopped due to build-tool plugin failures
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
error: Tool ‘PackageInfo’ is not supported on the target platform
error: build planning stopped due to build-tool plugin failures
BUILD FAILURE 6.1 linux