The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build ImageSlideshow, reference master (9a5900), with Swift 6.1 for visionOS using Xcode 16.3 on 26 Apr 2025 06:25:25 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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zvonicek/ImageSlideshow.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/zvonicek/ImageSlideshow
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9a59001 Improve Dark Mode handling
Cloned https://github.com/zvonicek/ImageSlideshow.git
Revision (git rev-parse @):
9a5900104a2c9a5bde32dabb35b07da30ee7bc0e
SUCCESS checkout https://github.com/zvonicek/ImageSlideshow.git at master
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/zvonicek/ImageSlideshow.git
https://github.com/zvonicek/ImageSlideshow.git
{
  "dependencies" : [
    {
      "identity" : "kingfisher",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.8.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Kingfisher.git"
    },
    {
      "identity" : "alamofireimage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/AlamofireImage.git"
    },
    {
      "identity" : "sdwebimage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SDWebImage/SDWebImage.git"
    }
  ],
  "manifest_display_name" : "ImageSlideshow",
  "name" : "ImageSlideshow",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "ImageSlideshow",
      "targets" : [
        "ImageSlideshow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ImageSlideshow/Alamofire",
      "targets" : [
        "ImageSlideshowAlamofire"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ImageSlideshow/SDWebImage",
      "targets" : [
        "ImageSlideshowSDWebImage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ImageSlideshow/Kingfisher",
      "targets" : [
        "ImageSlideshowKingfisher"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ImageSlideshowSDWebImage",
      "module_type" : "SwiftTarget",
      "name" : "ImageSlideshowSDWebImage",
      "path" : "ImageSlideshow/Classes/InputSources",
      "product_dependencies" : [
        "SDWebImage"
      ],
      "product_memberships" : [
        "ImageSlideshow/SDWebImage"
      ],
      "sources" : [
        "SDWebImageSource.swift"
      ],
      "target_dependencies" : [
        "ImageSlideshow"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ImageSlideshowKingfisher",
      "module_type" : "SwiftTarget",
      "name" : "ImageSlideshowKingfisher",
      "path" : "ImageSlideshow/Classes/InputSources",
      "product_dependencies" : [
        "Kingfisher"
      ],
      "product_memberships" : [
        "ImageSlideshow/Kingfisher"
      ],
      "sources" : [
        "KingfisherSource.swift"
      ],
      "target_dependencies" : [
        "ImageSlideshow"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ImageSlideshowAlamofire",
      "module_type" : "SwiftTarget",
      "name" : "ImageSlideshowAlamofire",
      "path" : "ImageSlideshow/Classes/InputSources",
      "product_dependencies" : [
        "AlamofireImage"
      ],
      "product_memberships" : [
        "ImageSlideshow/Alamofire"
      ],
      "sources" : [
        "AlamofireSource.swift"
      ],
      "target_dependencies" : [
        "ImageSlideshow"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ImageSlideshow",
      "module_type" : "SwiftTarget",
      "name" : "ImageSlideshow",
      "path" : "ImageSlideshow",
      "product_memberships" : [
        "ImageSlideshow",
        "ImageSlideshow/Alamofire",
        "ImageSlideshow/SDWebImage",
        "ImageSlideshow/Kingfisher"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ImageSlideshow/Assets/ic_cross_white@2x.png",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ImageSlideshow/Assets/ic_cross_white@3x.png",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Classes/Core/ActivityIndicator.swift",
        "Classes/Core/Bundle+Module.swift",
        "Classes/Core/FullScreenSlideshowViewController.swift",
        "Classes/Core/ImageSlideshow.swift",
        "Classes/Core/ImageSlideshowItem.swift",
        "Classes/Core/InputSource.swift",
        "Classes/Core/PageIndicator.swift",
        "Classes/Core/PageIndicatorPosition.swift",
        "Classes/Core/SwiftSupport.swift",
        "Classes/Core/UIImage+AspectFit.swift",
        "Classes/Core/UIImageView+Tools.swift",
        "Classes/Core/ZoomAnimatedTransitioning.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
2025-04-25 23:25:24.704 xcodebuild[517:2876] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-25-04_23-25-0024.xcresult
xcodebuild: error: '_Pods.xcodeproj' does not exist.
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
2025-04-25 23:25:25.354 xcodebuild[522:2931] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-25-04_23-25-0025.xcresult
xcodebuild: error: '_Pods.xcodeproj' does not exist.
BUILD FAILURE 6.1 visionOS