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 AsyncMultiplexImage, reference main (f9326a), with Swift 6.0 for macOS (Xcode) using Xcode 16.2 on 12 Jun 2025 05:50:06 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AsyncMultiplexImage-Package -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluidGroup/swiftui-async-multiplex-image.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FluidGroup/swiftui-async-multiplex-image
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f9326a8 Fix demo
Cloned https://github.com/FluidGroup/swiftui-async-multiplex-image.git
Revision (git rev-parse @):
f9326a8c725524773ef072d78513941e6ffca145
SUCCESS checkout https://github.com/FluidGroup/swiftui-async-multiplex-image.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.0
Building package at path:  $PWD
https://github.com/FluidGroup/swiftui-async-multiplex-image.git
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/kean/Nuke.git
Fetching from https://github.com/FluidGroup/swiftui-support.git
Creating working copy of package ‘Nuke’
Checking out 12.8.0 of package ‘Nuke’
Creating working copy of package ‘swiftui-support’
Checking out 0.13.0 of package ‘swiftui-support’
Resolve Package Graph
Resolved source packages:
  SwiftUISupport: https://github.com/FluidGroup/swiftui-support.git @ 0.13.0
  AsyncMultiplexImage: /Users/admin/builder/spi-builder-workspace
  Nuke: https://github.com/kean/Nuke.git @ 12.8.0
resolved source packages: SwiftUISupport, AsyncMultiplexImage, Nuke
{
  "dependencies" : [
    {
      "identity" : "nuke",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "12.0.0",
            "upper_bound" : "13.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kean/Nuke.git"
    },
    {
      "identity" : "swiftui-support",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/swiftui-support.git"
    }
  ],
  "manifest_display_name" : "AsyncMultiplexImage",
  "name" : "AsyncMultiplexImage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncMultiplexImage",
      "targets" : [
        "AsyncMultiplexImage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AsyncMultiplexImage-Nuke",
      "targets" : [
        "AsyncMultiplexImage-Nuke"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "AsyncMultiplexImageTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncMultiplexImageTests",
      "path" : "Tests/AsyncMultiplexImageTests",
      "sources" : [
        "AsyncMultiplexImageTests.swift"
      ],
      "target_dependencies" : [
        "AsyncMultiplexImage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncMultiplexImage_Nuke",
      "module_type" : "SwiftTarget",
      "name" : "AsyncMultiplexImage-Nuke",
      "path" : "Sources/AsyncMultiplexImage-Nuke",
      "product_dependencies" : [
        "Nuke"
      ],
      "product_memberships" : [
        "AsyncMultiplexImage-Nuke"
      ],
      "sources" : [
        "AsyncMultiplexImageNuke.swift",
        "AsyncMultiplexImageNukeDownloader.swift"
      ],
      "target_dependencies" : [
        "AsyncMultiplexImage"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncMultiplexImage",
      "module_type" : "SwiftTarget",
      "name" : "AsyncMultiplexImage",
      "path" : "Sources/AsyncMultiplexImage",
      "product_dependencies" : [
        "SwiftUISupportBackport"
      ],
      "product_memberships" : [
        "AsyncMultiplexImage",
        "AsyncMultiplexImage-Nuke"
      ],
      "sources" : [
        "AsyncMultiplexImage.swift",
        "AsyncMultiplexImageContent.swift",
        "AsyncMultiplexImageView.swift",
        "DownloadManager.swift",
        "MultiplexImage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AsyncMultiplexImage",
      "AsyncMultiplexImage-Nuke",
      "AsyncMultiplexImage-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AsyncMultiplexImage-Package -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme AsyncMultiplexImage-Package -destination platform=macOS,arch=arm64
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SwiftUISupport: https://github.com/FluidGroup/swiftui-support.git @ 0.13.0
  Nuke: https://github.com/kean/Nuke.git @ 12.8.0
  AsyncMultiplexImage: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'AsyncMultiplexImage-Nuke' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'AsyncMultiplexImage-Nuke' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'AsyncMultiplexImage' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'SwiftUISupportBackport' in project 'SwiftUISupport'
        ➜ Explicit dependency on target 'Nuke' in project 'Nuke'
    Target 'AsyncMultiplexImage-Nuke' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'AsyncMultiplexImage' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'SwiftUISupportBackport' in project 'SwiftUISupport'
        ➜ Explicit dependency on target 'Nuke' in project 'Nuke'
    Target 'Nuke' in project 'Nuke'
        ➜ Explicit dependency on target 'Nuke' in project 'Nuke'
    Target 'Nuke' in project 'Nuke' (no dependencies)
    Target 'AsyncMultiplexImage' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'AsyncMultiplexImage' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'SwiftUISupportBackport' in project 'SwiftUISupport'
    Target 'AsyncMultiplexImage' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'SwiftUISupportBackport' in project 'SwiftUISupport'
    Target 'SwiftUISupportBackport' in project 'SwiftUISupport'
        ➜ Explicit dependency on target 'SwiftUISupportBackport' in project 'SwiftUISupport'
    Target 'SwiftUISupportBackport' in project 'SwiftUISupport' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: dfcf708688218148c2a76b0a7619a328
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/dfcf708688218148c2a76b0a7619a328.xcbuilddata
error: The package product 'SwiftUISupportBackport' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'AsyncMultiplexImage-Nuke' from project 'AsyncMultiplexImage')
error: The package product 'Nuke' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'AsyncMultiplexImage-Nuke' from project 'AsyncMultiplexImage')
error: The package product 'SwiftUISupportBackport' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'AsyncMultiplexImage' from project 'AsyncMultiplexImage')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:299267a8e0586f874460f0a6aadc7c2870df2562, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:299267a8e0586f874460f0a6aadc7c2870df2562, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:299267a8e0586f874460f0a6aadc7c2870df2562, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:299267a8e0586f874460f0a6aadc7c2870df2562, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme AsyncMultiplexImage-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  AsyncMultiplexImage: /Users/admin/builder/spi-builder-workspace
  Nuke: https://github.com/kean/Nuke.git @ 12.8.0
  SwiftUISupport: https://github.com/FluidGroup/swiftui-support.git @ 0.13.0
resolved source packages: AsyncMultiplexImage, Nuke, SwiftUISupport
{
  "dependencies" : [
    {
      "identity" : "nuke",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "12.0.0",
            "upper_bound" : "13.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kean/Nuke.git"
    },
    {
      "identity" : "swiftui-support",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/swiftui-support.git"
    }
  ],
  "manifest_display_name" : "AsyncMultiplexImage",
  "name" : "AsyncMultiplexImage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncMultiplexImage",
      "targets" : [
        "AsyncMultiplexImage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AsyncMultiplexImage-Nuke",
      "targets" : [
        "AsyncMultiplexImage-Nuke"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "AsyncMultiplexImageTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncMultiplexImageTests",
      "path" : "Tests/AsyncMultiplexImageTests",
      "sources" : [
        "AsyncMultiplexImageTests.swift"
      ],
      "target_dependencies" : [
        "AsyncMultiplexImage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncMultiplexImage_Nuke",
      "module_type" : "SwiftTarget",
      "name" : "AsyncMultiplexImage-Nuke",
      "path" : "Sources/AsyncMultiplexImage-Nuke",
      "product_dependencies" : [
        "Nuke"
      ],
      "product_memberships" : [
        "AsyncMultiplexImage-Nuke"
      ],
      "sources" : [
        "AsyncMultiplexImageNuke.swift",
        "AsyncMultiplexImageNukeDownloader.swift"
      ],
      "target_dependencies" : [
        "AsyncMultiplexImage"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncMultiplexImage",
      "module_type" : "SwiftTarget",
      "name" : "AsyncMultiplexImage",
      "path" : "Sources/AsyncMultiplexImage",
      "product_dependencies" : [
        "SwiftUISupportBackport"
      ],
      "product_memberships" : [
        "AsyncMultiplexImage",
        "AsyncMultiplexImage-Nuke"
      ],
      "sources" : [
        "AsyncMultiplexImage.swift",
        "AsyncMultiplexImageContent.swift",
        "AsyncMultiplexImageView.swift",
        "DownloadManager.swift",
        "MultiplexImage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AsyncMultiplexImage",
      "AsyncMultiplexImage-Nuke",
      "AsyncMultiplexImage-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AsyncMultiplexImage-Package -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme AsyncMultiplexImage-Package -destination platform=macOS,arch=arm64
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  Nuke: https://github.com/kean/Nuke.git @ 12.8.0
  SwiftUISupport: https://github.com/FluidGroup/swiftui-support.git @ 0.13.0
  AsyncMultiplexImage: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'AsyncMultiplexImage-Nuke' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'AsyncMultiplexImage-Nuke' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'AsyncMultiplexImage' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'SwiftUISupportBackport' in project 'SwiftUISupport'
        ➜ Explicit dependency on target 'Nuke' in project 'Nuke'
    Target 'AsyncMultiplexImage-Nuke' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'AsyncMultiplexImage' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'SwiftUISupportBackport' in project 'SwiftUISupport'
        ➜ Explicit dependency on target 'Nuke' in project 'Nuke'
    Target 'Nuke' in project 'Nuke'
        ➜ Explicit dependency on target 'Nuke' in project 'Nuke'
    Target 'Nuke' in project 'Nuke' (no dependencies)
    Target 'AsyncMultiplexImage' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'AsyncMultiplexImage' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'SwiftUISupportBackport' in project 'SwiftUISupport'
    Target 'AsyncMultiplexImage' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'SwiftUISupportBackport' in project 'SwiftUISupport'
    Target 'SwiftUISupportBackport' in project 'SwiftUISupport'
        ➜ Explicit dependency on target 'SwiftUISupportBackport' in project 'SwiftUISupport'
    Target 'SwiftUISupportBackport' in project 'SwiftUISupport' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: dfcf708688218148c2a76b0a7619a328
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/dfcf708688218148c2a76b0a7619a328.xcbuilddata
error: The package product 'SwiftUISupportBackport' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'AsyncMultiplexImage-Nuke' from project 'AsyncMultiplexImage')
error: The package product 'Nuke' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'AsyncMultiplexImage-Nuke' from project 'AsyncMultiplexImage')
error: The package product 'SwiftUISupportBackport' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'AsyncMultiplexImage' from project 'AsyncMultiplexImage')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:299267a8e0586f874460f0a6aadc7c2870df2562, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:299267a8e0586f874460f0a6aadc7c2870df2562, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:299267a8e0586f874460f0a6aadc7c2870df2562, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:299267a8e0586f874460f0a6aadc7c2870df2562, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme AsyncMultiplexImage-Package
(1 failure)
BUILD FAILURE 6.0 macosXcodebuild