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 AsyncMultiplexImage, reference 0.8.1 (e0d585), with Swift 6.0 for macOS (Xcode) using Xcode 16.2 on 9 Jan 2025 07:53:34 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.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluidGroup/swiftui-async-multiplex-image.git
Reference: 0.8.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FluidGroup/swiftui-async-multiplex-image
 * tag               0.8.1      -> FETCH_HEAD
HEAD is now at e0d5852 Enables antialias (#24)
Cloned https://github.com/FluidGroup/swiftui-async-multiplex-image.git
Revision (git rev-parse @):
e0d5852d80369e6d9b2b7227b5fa9c76a52ec65d
SUCCESS checkout https://github.com/FluidGroup/swiftui-async-multiplex-image.git at 0.8.1
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.0
Building package at path:  $PWD
https://github.com/FluidGroup/swiftui-async-multiplex-image.git
https://github.com/FluidGroup/swiftui-async-multiplex-image.git
{
  "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.10.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"
        ]
      }
    },
    {
      "name" : "AsyncMultiplexImageDemo",
      "targets" : [
        "AsyncMultiplexImageDemo"
      ],
      "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" : "AsyncMultiplexImageDemo",
      "module_type" : "SwiftTarget",
      "name" : "AsyncMultiplexImageDemo",
      "path" : "Sources/AsyncMultiplexImageDemo",
      "product_dependencies" : [
        "Nuke"
      ],
      "product_memberships" : [
        "AsyncMultiplexImageDemo"
      ],
      "sources" : [
        "Demo.swift"
      ],
      "target_dependencies" : [
        "AsyncMultiplexImage",
        "AsyncMultiplexImage-Nuke"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncMultiplexImage_Nuke",
      "module_type" : "SwiftTarget",
      "name" : "AsyncMultiplexImage-Nuke",
      "path" : "Sources/AsyncMultiplexImage-Nuke",
      "product_dependencies" : [
        "Nuke"
      ],
      "product_memberships" : [
        "AsyncMultiplexImage-Nuke",
        "AsyncMultiplexImageDemo"
      ],
      "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",
        "AsyncMultiplexImageDemo"
      ],
      "sources" : [
        "AsyncMultiplexImage.swift",
        "AsyncMultiplexImageView.swift",
        "MultiplexImage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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/FluidGroup/swiftui-support.git
Fetching from https://github.com/kean/Nuke.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.12.0 of package ‘swiftui-support’
Resolve Package Graph
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.12.0
  AsyncMultiplexImage: /Users/admin/builder/spi-builder-workspace
resolved source packages: Nuke, SwiftUISupport, AsyncMultiplexImage
{
  "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.10.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"
        ]
      }
    },
    {
      "name" : "AsyncMultiplexImageDemo",
      "targets" : [
        "AsyncMultiplexImageDemo"
      ],
      "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" : "AsyncMultiplexImageDemo",
      "module_type" : "SwiftTarget",
      "name" : "AsyncMultiplexImageDemo",
      "path" : "Sources/AsyncMultiplexImageDemo",
      "product_dependencies" : [
        "Nuke"
      ],
      "product_memberships" : [
        "AsyncMultiplexImageDemo"
      ],
      "sources" : [
        "Demo.swift"
      ],
      "target_dependencies" : [
        "AsyncMultiplexImage",
        "AsyncMultiplexImage-Nuke"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncMultiplexImage_Nuke",
      "module_type" : "SwiftTarget",
      "name" : "AsyncMultiplexImage-Nuke",
      "path" : "Sources/AsyncMultiplexImage-Nuke",
      "product_dependencies" : [
        "Nuke"
      ],
      "product_memberships" : [
        "AsyncMultiplexImage-Nuke",
        "AsyncMultiplexImageDemo"
      ],
      "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",
        "AsyncMultiplexImageDemo"
      ],
      "sources" : [
        "AsyncMultiplexImage.swift",
        "AsyncMultiplexImageView.swift",
        "MultiplexImage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AsyncMultiplexImage",
      "AsyncMultiplexImage-Nuke",
      "AsyncMultiplexImage-Package",
      "AsyncMultiplexImageDemo"
    ]
  }
}
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 OTHER_SWIFT_FLAGS=-stats-output-dir .stats
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 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
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.12.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (10 targets)
    Target 'AsyncMultiplexImageDemo' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'AsyncMultiplexImageDemo' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'AsyncMultiplexImage' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'AsyncMultiplexImage-Nuke' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'SwiftUISupportBackport' in project 'SwiftUISupport'
        ➜ Explicit dependency on target 'Nuke' in project 'Nuke'
    Target 'AsyncMultiplexImageDemo' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'AsyncMultiplexImage' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'AsyncMultiplexImage-Nuke' 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-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: 80148f9209523081959798bfc7802324
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/80148f9209523081959798bfc7802324.xcbuilddata
error: The package product 'SwiftUISupportBackport' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'AsyncMultiplexImageDemo' 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 'AsyncMultiplexImageDemo' 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-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:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE, 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:
  SwiftUISupport: https://github.com/FluidGroup/swiftui-support.git @ 0.12.0
  Nuke: https://github.com/kean/Nuke.git @ 12.8.0
  AsyncMultiplexImage: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwiftUISupport, Nuke, AsyncMultiplexImage
{
  "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.10.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"
        ]
      }
    },
    {
      "name" : "AsyncMultiplexImageDemo",
      "targets" : [
        "AsyncMultiplexImageDemo"
      ],
      "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" : "AsyncMultiplexImageDemo",
      "module_type" : "SwiftTarget",
      "name" : "AsyncMultiplexImageDemo",
      "path" : "Sources/AsyncMultiplexImageDemo",
      "product_dependencies" : [
        "Nuke"
      ],
      "product_memberships" : [
        "AsyncMultiplexImageDemo"
      ],
      "sources" : [
        "Demo.swift"
      ],
      "target_dependencies" : [
        "AsyncMultiplexImage",
        "AsyncMultiplexImage-Nuke"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncMultiplexImage_Nuke",
      "module_type" : "SwiftTarget",
      "name" : "AsyncMultiplexImage-Nuke",
      "path" : "Sources/AsyncMultiplexImage-Nuke",
      "product_dependencies" : [
        "Nuke"
      ],
      "product_memberships" : [
        "AsyncMultiplexImage-Nuke",
        "AsyncMultiplexImageDemo"
      ],
      "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",
        "AsyncMultiplexImageDemo"
      ],
      "sources" : [
        "AsyncMultiplexImage.swift",
        "AsyncMultiplexImageView.swift",
        "MultiplexImage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AsyncMultiplexImage",
      "AsyncMultiplexImage-Nuke",
      "AsyncMultiplexImage-Package",
      "AsyncMultiplexImageDemo"
    ]
  }
}
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
  AsyncMultiplexImage: /Users/admin/builder/spi-builder-workspace
  SwiftUISupport: https://github.com/FluidGroup/swiftui-support.git @ 0.12.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (10 targets)
    Target 'AsyncMultiplexImageDemo' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'AsyncMultiplexImageDemo' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'AsyncMultiplexImage' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'AsyncMultiplexImage-Nuke' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'SwiftUISupportBackport' in project 'SwiftUISupport'
        ➜ Explicit dependency on target 'Nuke' in project 'Nuke'
    Target 'AsyncMultiplexImageDemo' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'AsyncMultiplexImage' in project 'AsyncMultiplexImage'
        ➜ Explicit dependency on target 'AsyncMultiplexImage-Nuke' 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-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: 6cc4eb73dfa143de18c1bd959623e1ad
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6cc4eb73dfa143de18c1bd959623e1ad.xcbuilddata
error: The package product 'SwiftUISupportBackport' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'AsyncMultiplexImageDemo' 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 'AsyncMultiplexImageDemo' 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')
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')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE, 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