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 macOS (SPM) on 26 Apr 2025 06:26:10 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

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
Fetching https://github.com/SDWebImage/SDWebImage.git
Fetching https://github.com/Alamofire/AlamofireImage.git
Fetching https://github.com/onevcat/Kingfisher.git
Fetching https://github.com/Alamofire/Alamofire.git
[1/6393] Fetching alamofireimage
[705/36530] Fetching alamofireimage, alamofire
[770/67930] Fetching alamofireimage, alamofire, kingfisher
[771/93654] Fetching alamofireimage, alamofire, kingfisher, sdwebimage
Fetched https://github.com/Alamofire/AlamofireImage.git from cache (14.90s)
Fetched https://github.com/SDWebImage/SDWebImage.git from cache (14.90s)
Fetched https://github.com/onevcat/Kingfisher.git from cache (14.90s)
Computing version for https://github.com/SDWebImage/SDWebImage.git
Fetched https://github.com/Alamofire/Alamofire.git from cache (14.90s)
Computed https://github.com/SDWebImage/SDWebImage.git at 5.7.2 (15.48s)
Computing version for https://github.com/Alamofire/AlamofireImage.git
Computed https://github.com/Alamofire/AlamofireImage.git at 4.1.0 (0.55s)
Computing version for https://github.com/onevcat/Kingfisher.git
Computed https://github.com/onevcat/Kingfisher.git at 5.13.4 (0.55s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.1.0 (0.55s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.1.0
Creating working copy for https://github.com/onevcat/Kingfisher.git
Working copy of https://github.com/onevcat/Kingfisher.git resolved at 5.13.4
Creating working copy for https://github.com/Alamofire/AlamofireImage.git
Working copy of https://github.com/Alamofire/AlamofireImage.git resolved at 4.1.0
Creating working copy for https://github.com/SDWebImage/SDWebImage.git
Working copy of https://github.com/SDWebImage/SDWebImage.git resolved at 5.7.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "imageslideshow",
      "name": "ImageSlideshow",
      "url": "https://github.com/zvonicek/ImageSlideshow.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ImageSlideshow",
      "dependencies": [
        {
          "identity": "kingfisher",
          "name": "Kingfisher",
          "url": "https://github.com/onevcat/Kingfisher.git",
          "version": "5.15.8",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Kingfisher",
          "dependencies": [
          ]
        },
        {
          "identity": "alamofireimage",
          "name": "AlamofireImage",
          "url": "https://github.com/Alamofire/AlamofireImage.git",
          "version": "4.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AlamofireImage",
          "dependencies": [
            {
              "identity": "alamofire",
              "name": "Alamofire",
              "url": "https://github.com/Alamofire/Alamofire.git",
              "version": "5.10.2",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Alamofire",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "sdwebimage",
          "name": "SDWebImage",
          "url": "https://github.com/SDWebImage/SDWebImage.git",
          "version": "5.21.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SDWebImage",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/zvonicek/ImageSlideshow.git
[1/3694] Fetching imageslideshow
Fetched https://github.com/zvonicek/ImageSlideshow.git from cache (1.02s)
Fetching https://github.com/Alamofire/AlamofireImage.git from cache
Fetching https://github.com/SDWebImage/SDWebImage.git from cache
Fetching https://github.com/onevcat/Kingfisher.git from cache
Fetched https://github.com/onevcat/Kingfisher.git from cache (0.63s)
Fetched https://github.com/Alamofire/AlamofireImage.git from cache (0.63s)
Fetched https://github.com/SDWebImage/SDWebImage.git from cache (0.63s)
Computing version for https://github.com/Alamofire/AlamofireImage.git
warning: 'alamofireimage': /Package.swift:29:41: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
27 |
28 | let package = Package(name: "AlamofireImage",
29 |                       platforms: [.iOS(.v11),
   |                                         `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
30 |                                   .macOS(.v10_13),
31 |                                   .tvOS(.v11),
/Package.swift:31:42: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
29 |                       platforms: [.iOS(.v11),
30 |                                   .macOS(.v10_13),
31 |                                   .tvOS(.v11),
   |                                          `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
32 |                                   .watchOS(.v4)],
33 |                       products: [.library(name: "AlamofireImage", targets: ["AlamofireImage"])],
Computed https://github.com/Alamofire/AlamofireImage.git at 4.3.0 (1.12s)
Fetching https://github.com/Alamofire/Alamofire.git from cache
Fetched https://github.com/Alamofire/Alamofire.git from cache (0.62s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (1.10s)
Computing version for https://github.com/onevcat/Kingfisher.git
Computed https://github.com/onevcat/Kingfisher.git at 5.15.8 (0.03s)
Computing version for https://github.com/SDWebImage/SDWebImage.git
Computed https://github.com/SDWebImage/SDWebImage.git at 5.21.0 (0.53s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
Creating working copy for https://github.com/SDWebImage/SDWebImage.git
Working copy of https://github.com/SDWebImage/SDWebImage.git resolved at 5.21.0
Creating working copy for https://github.com/Alamofire/AlamofireImage.git
Working copy of https://github.com/Alamofire/AlamofireImage.git resolved at 4.3.0
Creating working copy for https://github.com/zvonicek/ImageSlideshow.git
Working copy of https://github.com/zvonicek/ImageSlideshow.git resolved at master (9a59001)
Creating working copy for https://github.com/onevcat/Kingfisher.git
Working copy of https://github.com/onevcat/Kingfisher.git resolved at 5.15.8
warning: 'alamofireimage': /Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AlamofireImage/Package.swift:29:41: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
27 |
28 | let package = Package(name: "AlamofireImage",
29 |                       platforms: [.iOS(.v11),
   |                                         `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
30 |                                   .macOS(.v10_13),
31 |                                   .tvOS(.v11),
/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AlamofireImage/Package.swift:31:42: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
29 |                       platforms: [.iOS(.v11),
30 |                                   .macOS(.v10_13),
31 |                                   .tvOS(.v11),
   |                                          `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
32 |                                   .watchOS(.v4)],
33 |                       products: [.library(name: "AlamofireImage", targets: ["AlamofireImage"])],
warning: '.resolve-product-dependencies': dependency 'imageslideshow' is not used by any target
Found 3 product dependencies
  - Kingfisher
  - AlamofireImage
  - SDWebImage
========================================
Build
========================================
Selected platform:         macosSpm
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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/77] Write sources
[1/77] Write swift-version-2F0A5646E1D333AE.txt
[2/77] Compiling UIColor+SDHexString.m
[3/77] Compiling SDGraphicsImageRenderer.m
[4/77] Compiling SDImageCache.m
[5/77] Compiling SDInternalMacros.m
[6/77] Compiling SDAnimatedImageView.m
[7/77] Compiling SDImageCachesManagerOperation.m
[8/77] Compiling SDFileAttributeHelper.m
[9/77] Compiling SDImageAssetManager.m
[10/77] Compiling SDAnimatedImageView+WebCache.m
[11/77] Compiling SDDisplayLink.m
[12/77] Compiling SDImageAPNGCoder.m
[13/77] Compiling SDAnimatedImage.m
[14/77] Compiling SDAsyncBlockOperation.m
[15/77] Compiling SDDeviceHelper.m
[16/77] Compiling SDWeakProxy.m
[17/77] Compiling SDAssociatedObject.m
[18/77] Compiling SDAnimatedImageRep.m
[19/77] Compiling NSBezierPath+SDRoundedCorners.m
[20/77] Compiling UIView+WebCacheOperation.m
[21/77] Compiling SDDiskCache.m
[22/77] Compiling UIView+WebCache.m
[23/77] Compiling UIImageView+WebCache.m
[24/77] Compiling UIImageView+HighlightedWebCache.m
[25/77] Compiling UIImage+MultiFormat.m
[26/77] Compiling UIImage+Metadata.m
[27/77] Compiling UIImage+MemoryCacheCost.m
[28/77] Compiling UIImage+GIF.m
[29/77] Compiling UIImage+ForceDecode.m
[30/77] Compiling UIButton+WebCache.m
[31/77] Compiling UIImage+ExtendedCacheData.m
[32/77] Compiling SDWebImageTransition.m
[33/77] Compiling SDWebImagePrefetcher.m
[34/77] Compiling UIImage+Transform.m
[35/77] Compiling SDWebImageOptionsProcessor.m
[36/77] Compiling SDWebImageManager.m
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SDWebImage/SDWebImage/Core/SDWebImageIndicator.m:127:26: error: definition of 'CIFilter' must be imported from module 'CoreImage.CIFilter' before it is required
  127 |     CIFilter *lighten = [CIFilter filterWithName:@"CIColorControls"];
      |                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilter.h:202:12: note: definition here is not reachable
  202 | @interface CIFilter : NSObject <NSSecureCoding, NSCopying>
      |            ^
1 error generated.
[37/77] Compiling SDWebImageIndicator.m
[37/77] Compiling SDWebImageDownloaderResponseModifier.m
[37/77] Compiling SDWebImageDownloader.m
[37/77] Compiling SDWebImageDefine.m
[37/77] Compiling SDWebImageDownloaderOperation.m
[37/77] Compiling SDWebImageCompat.m
[37/77] Compiling SDWebImageDownloaderDecryptor.m
[37/77] Compiling SDWebImageDownloaderConfig.m
[37/77] Compiling SDWebImageError.m
[37/77] Compiling SDWebImageDownloaderRequestModifier.m
warning: 'spi-builder-workspace': found 6 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/AFURLSource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/SDWebImageSource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/AlamofireLegacySource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/AlamofireSource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/KingfisherSource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/ParseSource.swift
warning: 'spi-builder-workspace': found 5 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/AFURLSource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/SDWebImageSource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/AlamofireLegacySource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/KingfisherSource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/ParseSource.swift
warning: 'spi-builder-workspace': found 5 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/AFURLSource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/AlamofireLegacySource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/AlamofireSource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/KingfisherSource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/ParseSource.swift
warning: 'spi-builder-workspace': found 5 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/AFURLSource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/SDWebImageSource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/AlamofireLegacySource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/AlamofireSource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/ParseSource.swift
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/40] Write sources
[1/41] Compiling SDWebImageError.m
[2/41] Compiling SDWebImageDownloaderConfig.m
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SDWebImage/SDWebImage/Core/SDWebImageIndicator.m:127:26: error: definition of 'CIFilter' must be imported from module 'CoreImage.CIFilter' before it is required
  127 |     CIFilter *lighten = [CIFilter filterWithName:@"CIColorControls"];
      |                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilter.h:202:12: note: definition here is not reachable
  202 | @interface CIFilter : NSObject <NSSecureCoding, NSCopying>
      |            ^
1 error generated.
[3/41] Compiling SDWebImageIndicator.m
[3/41] Compiling SDWebImageDownloader.m
[3/41] Compiling SDWebImageCacheSerializer.m
[3/41] Compiling SDWebImageCompat.m
[3/41] Compiling SDWebImageDownloaderResponseModifier.m
[3/41] Compiling SDWebImageDownloaderOperation.m
[3/41] Compiling SDWebImageDefine.m
[3/41] Compiling SDWebImageDownloaderDecryptor.m
[3/41] Compiling SDWebImageDownloaderRequestModifier.m
[3/41] Write swift-version-2F0A5646E1D333AE.txt
warning: 'spi-builder-workspace': found 6 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/AlamofireLegacySource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/AlamofireSource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/ParseSource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/KingfisherSource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/SDWebImageSource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/AFURLSource.swift
warning: 'spi-builder-workspace': found 5 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/AlamofireLegacySource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/SDWebImageSource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/ParseSource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/KingfisherSource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/AFURLSource.swift
warning: 'spi-builder-workspace': found 5 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/AlamofireLegacySource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/AlamofireSource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/ParseSource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/KingfisherSource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/AFURLSource.swift
warning: 'spi-builder-workspace': found 5 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/AlamofireLegacySource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/AlamofireSource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/ParseSource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/SDWebImageSource.swift
    /Users/admin/builder/spi-builder-workspace/ImageSlideshow/Classes/InputSources/AFURLSource.swift
BUILD FAILURE 6.1 macosSpm