The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ScalingHeaderScrollView, reference main (7def05), with Swift 6.2 for macOS (Xcode) using Xcode 26.3 on 11 Apr 2026 11:40:22 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/exyte/ScalingHeaderScrollView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/exyte/ScalingHeaderScrollView
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7def059 Merge pull request #74 from Shonchik/fix-extra-space
Cloned https://github.com/exyte/ScalingHeaderScrollView.git
Revision (git rev-parse @):
7def059ce120cfa2073f27da5b6b1dc7619449cc
SUCCESS checkout https://github.com/exyte/ScalingHeaderScrollView.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.2
Building package at path:  $PWD
https://github.com/exyte/ScalingHeaderScrollView.git
Command line invocation:
    /Applications/Xcode-26.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/siteline/swiftui-introspect
Creating working copy of package ‘swiftui-introspect’
Checking out 26.0.1 of package ‘swiftui-introspect’
Resolve Package Graph
Resolved source packages:
  ScalingHeaderScrollView: /Users/admin/builder/spi-builder-workspace
  swiftui-introspect: https://github.com/siteline/swiftui-introspect @ 26.0.1
resolved source packages: ScalingHeaderScrollView, swiftui-introspect
2026-04-11 07:39:57.212 xcodebuild[530:3077] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swiftui-introspect",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "26.0.0",
            "upper_bound" : "27.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/siteline/swiftui-introspect"
    }
  ],
  "manifest_display_name" : "ScalingHeaderScrollView",
  "name" : "ScalingHeaderScrollView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "ScalingHeaderScrollView",
      "targets" : [
        "ScalingHeaderScrollView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ScalingHeaderScrollView",
      "module_type" : "SwiftTarget",
      "name" : "ScalingHeaderScrollView",
      "path" : "Sources",
      "product_dependencies" : [
        "SwiftUIIntrospect"
      ],
      "product_memberships" : [
        "ScalingHeaderScrollView"
      ],
      "sources" : [
        "AutosizingList.swift",
        "Helpers/FrameGetter.swift",
        "Helpers/ScalingHeaderScrollViewDelegate.swift",
        "ScalingHeaderScrollView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ScalingHeaderScrollView"
    ]
  }
}
2026-04-11 07:40:15.596 xcodebuild[795:4895] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ScalingHeaderScrollView -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.3.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 ScalingHeaderScrollView -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swiftui-introspect: https://github.com/siteline/swiftui-introspect @ 26.0.1
  ScalingHeaderScrollView: /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 'ScalingHeaderScrollView' in project 'ScalingHeaderScrollView'
        ➜ Explicit dependency on target 'ScalingHeaderScrollView' in project 'ScalingHeaderScrollView'
        ➜ Explicit dependency on target 'SwiftUIIntrospect' in project 'swiftui-introspect'
    Target 'ScalingHeaderScrollView' in project 'ScalingHeaderScrollView'
        ➜ Explicit dependency on target 'SwiftUIIntrospect' in project 'swiftui-introspect'
    Target 'SwiftUIIntrospect' in project 'swiftui-introspect'
        ➜ Explicit dependency on target 'SwiftUIIntrospect' in project 'swiftui-introspect'
    Target 'SwiftUIIntrospect' in project 'swiftui-introspect' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 5cd86c447afc4514c655ef92bea6bf5a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5cd86c447afc4514c655ef92bea6bf5a.xcbuilddata
error: The package product 'SwiftUIIntrospect' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'ScalingHeaderScrollView' from project 'ScalingHeaderScrollView')
2026-04-11 07:40:17.724 xcodebuild[797:4946] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:12607855220920349e278ee9fe6fc9433862f06f, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:12607855220920349e278ee9fe6fc9433862f06f, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:12607855220920349e278ee9fe6fc9433862f06f, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:12607855220920349e278ee9fe6fc9433862f06f, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme ScalingHeaderScrollView
(1 failure)
Command line invocation:
    /Applications/Xcode-26.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  ScalingHeaderScrollView: /Users/admin/builder/spi-builder-workspace
  swiftui-introspect: https://github.com/siteline/swiftui-introspect @ 26.0.1
resolved source packages: ScalingHeaderScrollView, swiftui-introspect
2026-04-11 07:40:20.452 xcodebuild[820:5097] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swiftui-introspect",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "26.0.0",
            "upper_bound" : "27.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/siteline/swiftui-introspect"
    }
  ],
  "manifest_display_name" : "ScalingHeaderScrollView",
  "name" : "ScalingHeaderScrollView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "ScalingHeaderScrollView",
      "targets" : [
        "ScalingHeaderScrollView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ScalingHeaderScrollView",
      "module_type" : "SwiftTarget",
      "name" : "ScalingHeaderScrollView",
      "path" : "Sources",
      "product_dependencies" : [
        "SwiftUIIntrospect"
      ],
      "product_memberships" : [
        "ScalingHeaderScrollView"
      ],
      "sources" : [
        "AutosizingList.swift",
        "Helpers/FrameGetter.swift",
        "Helpers/ScalingHeaderScrollViewDelegate.swift",
        "ScalingHeaderScrollView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ScalingHeaderScrollView"
    ]
  }
}
2026-04-11 07:40:21.546 xcodebuild[828:5158] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ScalingHeaderScrollView -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.3.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 ScalingHeaderScrollView -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  ScalingHeaderScrollView: /Users/admin/builder/spi-builder-workspace
  swiftui-introspect: https://github.com/siteline/swiftui-introspect @ 26.0.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'ScalingHeaderScrollView' in project 'ScalingHeaderScrollView'
        ➜ Explicit dependency on target 'ScalingHeaderScrollView' in project 'ScalingHeaderScrollView'
        ➜ Explicit dependency on target 'SwiftUIIntrospect' in project 'swiftui-introspect'
    Target 'ScalingHeaderScrollView' in project 'ScalingHeaderScrollView'
        ➜ Explicit dependency on target 'SwiftUIIntrospect' in project 'swiftui-introspect'
    Target 'SwiftUIIntrospect' in project 'swiftui-introspect'
        ➜ Explicit dependency on target 'SwiftUIIntrospect' in project 'swiftui-introspect'
    Target 'SwiftUIIntrospect' in project 'swiftui-introspect' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 5cd86c447afc4514c655ef92bea6bf5a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5cd86c447afc4514c655ef92bea6bf5a.xcbuilddata
error: The package product 'SwiftUIIntrospect' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'ScalingHeaderScrollView' from project 'ScalingHeaderScrollView')
2026-04-11 07:40:22.407 xcodebuild[830:5187] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:12607855220920349e278ee9fe6fc9433862f06f, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:12607855220920349e278ee9fe6fc9433862f06f, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:12607855220920349e278ee9fe6fc9433862f06f, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:12607855220920349e278ee9fe6fc9433862f06f, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme ScalingHeaderScrollView
(1 failure)
BUILD FAILURE 6.2 macosXcodebuild