The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swiftui-cached-async-image, reference main (fad7f0), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 13 Apr 2026 03:09:41 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.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lorenzofiamingo/swiftui-cached-async-image.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lorenzofiamingo/swiftui-cached-async-image
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fad7f06 Merge pull request #38 from BasO/main
Cloned https://github.com/lorenzofiamingo/swiftui-cached-async-image.git
Revision (git rev-parse @):
fad7f061c80dfba400f2e54121169b6f69902ad5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/lorenzofiamingo/swiftui-cached-async-image.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.3
Building package at path:  $PWD
https://github.com/lorenzofiamingo/swiftui-cached-async-image.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Package: spi-builder-workspace
Resolve Package Graph
Package: spi-builder-workspace
Resolved source packages:
  spi-builder-workspace: (null)
2026-04-12 23:09:39.383 xcodebuild[528:3070] Writing error result bundle to /var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/T/ResultBundle_2026-12-04_23-09-0039.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Static member 'visionOS' cannot be used on instance of type 'SupportedPlatform'
  Cannot infer contextual base in reference to member 'package'
  /Users/admin/builder/spi-builder-workspace/Package.swift:11:10: error: static member 'visionOS' cannot be used on instance of type 'SupportedPlatform'
 9 |         .macOS(.v10_15),
10 |         .tvOS(.v13),
11 |         .watchOS(.v6)
   |          `- error: static member 'visionOS' cannot be used on instance of type 'SupportedPlatform'
12 |         .visionOS(.v1)
13 |     ],
/Users/admin/builder/spi-builder-workspace/Package.swift:27:6: error: cannot infer contextual base in reference to member 'package'
25 | // Add the documentation compiler plugin if possible
26 | package.dependencies.append(
27 |     .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
   |      `- error: cannot infer contextual base in reference to member 'package'
28 | )
29 | #endif
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Package: spi-builder-workspace
Resolved source packages:
  spi-builder-workspace: (null)
2026-04-12 23:09:41.232 xcodebuild[580:3559] Writing error result bundle to /var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/T/ResultBundle_2026-12-04_23-09-0041.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Static member 'visionOS' cannot be used on instance of type 'SupportedPlatform'
  Cannot infer contextual base in reference to member 'package'
  /Users/admin/builder/spi-builder-workspace/Package.swift:11:10: error: static member 'visionOS' cannot be used on instance of type 'SupportedPlatform'
 9 |         .macOS(.v10_15),
10 |         .tvOS(.v13),
11 |         .watchOS(.v6)
   |          `- error: static member 'visionOS' cannot be used on instance of type 'SupportedPlatform'
12 |         .visionOS(.v1)
13 |     ],
/Users/admin/builder/spi-builder-workspace/Package.swift:27:6: error: cannot infer contextual base in reference to member 'package'
25 | // Add the documentation compiler plugin if possible
26 | package.dependencies.append(
27 |     .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
   |      `- error: cannot infer contextual base in reference to member 'package'
28 | )
29 | #endif
BUILD FAILURE 6.3 macosXcodebuild