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 TextureBridging, reference main (e1eae8), with Swift 6.2 (beta) for macOS (Xcode) using Xcode 26.0 on 23 Jun 2025 07:14:30 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluidGroup/TextureBridging.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FluidGroup/TextureBridging
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e1eae8e Merge pull request #11 from FluidGroup/john/traitCollections
Cloned https://github.com/FluidGroup/TextureBridging.git
Revision (git rev-parse @):
e1eae8e569e2fdda22906a2f8ff2554689804ace
SUCCESS checkout https://github.com/FluidGroup/TextureBridging.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.2
Building package at path:  $PWD
https://github.com/FluidGroup/TextureBridging.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/FluidGroup/Texture.git
Creating working copy of package ‘Texture’
Checking out 3.0.3 of package ‘Texture’
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  TextureBridging: /Users/admin/builder/spi-builder-workspace
  Texture: https://github.com/FluidGroup/Texture.git @ 3.0.3
resolved source packages: TextureBridging, Texture
{
  "dependencies" : [
    {
      "identity" : "texture",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/Texture.git"
    }
  ],
  "manifest_display_name" : "TextureBridging",
  "name" : "TextureBridging",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TextureBridging",
      "targets" : [
        "TextureBridging"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TextureBridging",
      "module_type" : "SwiftTarget",
      "name" : "TextureBridging",
      "path" : "Sources/TextureBridging",
      "product_dependencies" : [
        "AsyncDisplayKit"
      ],
      "product_memberships" : [
        "TextureBridging"
      ],
      "sources" : [
        "Logger.swift",
        "NodeView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "TextureBridging"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TextureBridging -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 TextureBridging -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  TextureBridging: /Users/admin/builder/spi-builder-workspace
  Texture: https://github.com/FluidGroup/Texture.git @ 3.0.3
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'TextureBridging' in project 'TextureBridging'
        ➜ Explicit dependency on target 'TextureBridging' in project 'TextureBridging'
        ➜ Explicit dependency on target 'AsyncDisplayKit' in project 'Texture'
    Target 'TextureBridging' in project 'TextureBridging'
        ➜ Explicit dependency on target 'AsyncDisplayKit' in project 'Texture'
    Target 'AsyncDisplayKit' in project 'Texture'
        ➜ Explicit dependency on target 'AsyncDisplayKit' in project 'Texture'
    Target 'AsyncDisplayKit' in project 'Texture' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x objective-c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
Build description signature: e7f7e863d51f31f7bf97ab8c988a4b80
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e7f7e863d51f31f7bf97ab8c988a4b80.xcbuilddata
error: The package product 'AsyncDisplayKit' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'TextureBridging' from project 'TextureBridging')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:8f354c93c01d4ca80026bb52bf4cd5dc98fad612, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:8f354c93c01d4ca80026bb52bf4cd5dc98fad612, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:8f354c93c01d4ca80026bb52bf4cd5dc98fad612, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:8f354c93c01d4ca80026bb52bf4cd5dc98fad612, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme TextureBridging
(1 failure)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  TextureBridging: /Users/admin/builder/spi-builder-workspace
  Texture: https://github.com/FluidGroup/Texture.git @ 3.0.3
resolved source packages: TextureBridging, Texture
{
  "dependencies" : [
    {
      "identity" : "texture",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/Texture.git"
    }
  ],
  "manifest_display_name" : "TextureBridging",
  "name" : "TextureBridging",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TextureBridging",
      "targets" : [
        "TextureBridging"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TextureBridging",
      "module_type" : "SwiftTarget",
      "name" : "TextureBridging",
      "path" : "Sources/TextureBridging",
      "product_dependencies" : [
        "AsyncDisplayKit"
      ],
      "product_memberships" : [
        "TextureBridging"
      ],
      "sources" : [
        "Logger.swift",
        "NodeView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "TextureBridging"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TextureBridging -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 TextureBridging -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  Texture: https://github.com/FluidGroup/Texture.git @ 3.0.3
  TextureBridging: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'TextureBridging' in project 'TextureBridging'
        ➜ Explicit dependency on target 'TextureBridging' in project 'TextureBridging'
        ➜ Explicit dependency on target 'AsyncDisplayKit' in project 'Texture'
    Target 'TextureBridging' in project 'TextureBridging'
        ➜ Explicit dependency on target 'AsyncDisplayKit' in project 'Texture'
    Target 'AsyncDisplayKit' in project 'Texture'
        ➜ Explicit dependency on target 'AsyncDisplayKit' in project 'Texture'
    Target 'AsyncDisplayKit' in project 'Texture' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x objective-c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
Build description signature: e7f7e863d51f31f7bf97ab8c988a4b80
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e7f7e863d51f31f7bf97ab8c988a4b80.xcbuilddata
error: The package product 'AsyncDisplayKit' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'TextureBridging' from project 'TextureBridging')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:8f354c93c01d4ca80026bb52bf4cd5dc98fad612, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:8f354c93c01d4ca80026bb52bf4cd5dc98fad612, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:8f354c93c01d4ca80026bb52bf4cd5dc98fad612, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:8f354c93c01d4ca80026bb52bf4cd5dc98fad612, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme TextureBridging
(1 failure)
BUILD FAILURE 6.2 macosXcodebuild