The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build EFQRCode, reference main (8fd070), with Swift 6.2 (beta) for visionOS using Xcode 26.0 on 24 Jun 2025 06:54:47 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         visionOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/EFPrefix/EFQRCode.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/swhitty/SwiftDraw.git
Fetching from https://github.com/ApolloZhu/swift_qrcodejs
Fetching from https://github.com/EFPrefix/swift_qrcodejs.git
Updating from https://github.com/EFPrefix/swift_qrcodejs.git
Creating working copy of package ‘swift_qrcodejs’
Checking out 2.3.1 of package ‘swift_qrcodejs’
Creating working copy of package ‘SwiftDraw’
Checking out 0.22.0 of package ‘SwiftDraw’
Resolved source packages:
  SwiftDraw: https://github.com/swhitty/SwiftDraw.git @ 0.22.0
  swift_qrcodejs: https://github.com/EFPrefix/swift_qrcodejs.git @ 2.3.1
resolved source packages: SwiftDraw, swift_qrcodejs
error: 'spi-builder-workspace': Invalid manifest (compiled with: ["/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.0XVd77/vfs.yaml", "-L", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-target", "arm64-apple-macosx14.0", "-plugin-path", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", "-sdk", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk", "-F", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", "-F", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks", "-I", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-L", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-swift-version", "5", "-I", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-sdk", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk", "-package-description-version", "5.3.0", "/Users/admin/builder/spi-builder-workspace/Package@swift-5.3.swift", "-o", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.rc5i6F/spi-builder-workspace-manifest"])
/Users/admin/builder/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 |
/Users/admin/builder/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: fatalError
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  SwiftDraw: https://github.com/swhitty/SwiftDraw.git @ 0.22.0
  swift_qrcodejs: https://github.com/EFPrefix/swift_qrcodejs.git @ 2.3.1
resolved source packages: SwiftDraw, swift_qrcodejs
error: 'spi-builder-workspace': Invalid manifest (compiled with: ["/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.UtNY6u/vfs.yaml", "-L", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-target", "arm64-apple-macosx14.0", "-plugin-path", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", "-sdk", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk", "-F", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", "-F", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks", "-I", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-L", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-swift-version", "5", "-I", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-sdk", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk", "-package-description-version", "5.3.0", "/Users/admin/builder/spi-builder-workspace/Package@swift-5.3.swift", "-o", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.Uti2yD/spi-builder-workspace-manifest"])
/Users/admin/builder/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 |
/Users/admin/builder/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: fatalError
BUILD FAILURE 6.2 visionOS