Build Information
Failed to build RKUtils, reference main (b73180
), with Swift 5.10 for Linux on 16 Jun 2025 07:57:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/TheRakiburKhan/RKUtils.git
Reference: main
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/TheRakiburKhan/RKUtils
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b731803 Documentation added
Cloned https://github.com/TheRakiburKhan/RKUtils.git
Revision (git rev-parse @):
b7318037312f3fdc3a48dae50704993c8f945ccb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/TheRakiburKhan/RKUtils.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/TheRakiburKhan/RKUtils.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:de327bef702ff4959f5638a3616172a6097ac13671afdda000dc7db6c28901e3
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
error: 'spi-builder-workspace': Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.lu9iXq/vfs.yaml", "-L", "/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/usr/lib/swift/pm/ManifestAPI", "-swift-version", "5", "-I", "/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "5.7.0", "/host/spi-builder-workspace/Package@swift-5.7.swift", "-Xfrontend", "-disable-implicit-concurrency-module-import", "-Xfrontend", "-disable-implicit-string-processing-module-import", "-o", "/tmp/TemporaryDirectory.QEoMpC/spi-builder-workspace-manifest"])
error: fatalError
/host/spi-builder-workspace/Package@swift-5.7.swift:9:75: error: 'visionOS' is unavailable
platforms: [.iOS(.v13), .macOS(.v10_15), .watchOS(.v5), .tvOS(.v13), .visionOS(.v1), .macCatalyst(.v13)],
^~~~~~~~
PackageDescription.SupportedPlatform:15:24: note: 'visionOS' was introduced in PackageDescription 5.9
public static func visionOS(_ version: SupportedPlatform.VisionOSVersion) -> SupportedPlatform
^
/host/spi-builder-workspace/Package@swift-5.7.swift:9:85: error: 'v1' is unavailable
platforms: [.iOS(.v13), .macOS(.v10_15), .watchOS(.v5), .tvOS(.v13), .visionOS(.v1), .macCatalyst(.v13)],
^~
PackageDescription.SupportedPlatform:103:27: note: 'v1' was introduced in PackageDescription 5.9
public static let v1: SupportedPlatform.VisionOSVersion
^
BUILD FAILURE 5.10 linux