Build Information
Failed to build EFQRCode, reference main (8fd070
), with Swift 6.2 (beta) for Linux on 24 Jun 2025 06:53:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EFPrefix/EFQRCode.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/EFPrefix/EFQRCode
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8fd070d doc: README.md
Cloned https://github.com/EFPrefix/EFQRCode.git
Revision (git rev-parse @):
8fd070d865c6fa8ae87412af63c47e62591d89ed
SUCCESS checkout https://github.com/EFPrefix/EFQRCode.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/EFPrefix/EFQRCode.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
error: 'spi-builder-workspace': Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.SCfTwR/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.3.0", "/host/spi-builder-workspace/Package@swift-5.3.swift", "-o", "/tmp/TemporaryDirectory.ViUaLw/spi-builder-workspace-manifest"])
/host/spi-builder-workspace/Package@swift-5.3.swift:37:10: error: 'visionOS' is unavailable
35 | .tvOS(.v13),
36 | .watchOS(.v6),
37 | .visionOS(.v1)
| `- error: 'visionOS' is unavailable
38 | ],
39 | products: [
PackageDescription.SupportedPlatform.visionOS:3:22: note: 'visionOS' was introduced in PackageDescription 5.9
1 | struct SupportedPlatform {
2 | @available(_PackageDescription 5.9)
3 | public static func visionOS(_ version: SupportedPlatform.VisionOSVersion) -> SupportedPlatform}
| `- note: 'visionOS' was introduced in PackageDescription 5.9
4 |
/host/spi-builder-workspace/Package@swift-5.3.swift:37:20: error: 'v1' is unavailable
35 | .tvOS(.v13),
36 | .watchOS(.v6),
37 | .visionOS(.v1)
| `- error: 'v1' is unavailable
38 | ],
39 | products: [
PackageDescription.SupportedPlatform.VisionOSVersion.v1:4:23: note: 'v1' was introduced in PackageDescription 5.9
2 | struct VisionOSVersion {
3 | @available(_PackageDescription 5.9)
4 | public static let v1: SupportedPlatform.VisionOSVersion }
| `- note: 'v1' was introduced in PackageDescription 5.9
5 | }
6 |
error: 'spi-builder-workspace': Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.LwWJuv/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.3.0", "/host/spi-builder-workspace/Package@swift-5.3.swift", "-o", "/tmp/TemporaryDirectory.MFYr7T/spi-builder-workspace-manifest"])
/host/spi-builder-workspace/Package@swift-5.3.swift:37:10: error: 'visionOS' is unavailable
35 | .tvOS(.v13),
36 | .watchOS(.v6),
37 | .visionOS(.v1)
| `- error: 'visionOS' is unavailable
38 | ],
39 | products: [
PackageDescription.SupportedPlatform.visionOS:3:22: note: 'visionOS' was introduced in PackageDescription 5.9
1 | struct SupportedPlatform {
2 | @available(_PackageDescription 5.9)
3 | public static func visionOS(_ version: SupportedPlatform.VisionOSVersion) -> SupportedPlatform}
| `- note: 'visionOS' was introduced in PackageDescription 5.9
4 |
/host/spi-builder-workspace/Package@swift-5.3.swift:37:20: error: 'v1' is unavailable
35 | .tvOS(.v13),
36 | .watchOS(.v6),
37 | .visionOS(.v1)
| `- error: 'v1' is unavailable
38 | ],
39 | products: [
PackageDescription.SupportedPlatform.VisionOSVersion.v1:4:23: note: 'v1' was introduced in PackageDescription 5.9
2 | struct VisionOSVersion {
3 | @available(_PackageDescription 5.9)
4 | public static let v1: SupportedPlatform.VisionOSVersion }
| `- note: 'v1' was introduced in PackageDescription 5.9
5 | }
6 |
BUILD FAILURE 6.2 linux