The Swift Package Index logo.Swift Package Index

Build Information

Failed to build OpenBox, reference 0.0.1 (aefde0), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 16 Apr 2026 20:37:28 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OpenSwiftUIProject/OpenRenderBox.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OpenSwiftUIProject/OpenRenderBox
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at aefde05 Fix NSUUID issue on Linux platform
Cloned https://github.com/OpenSwiftUIProject/OpenRenderBox.git
Revision (git rev-parse @):
aefde05980b466cd140066d33ea64d9ba16474ef
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/OpenSwiftUIProject/OpenRenderBox.git at 0.0.1
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.3
Building package at path:  $PWD
https://github.com/OpenSwiftUIProject/OpenRenderBox.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git
Fetching from https://github.com/apple/swift-collections
Fetching from https://github.com/apple/swift-numerics
Creating working copy of package ‘swift-collections’
Checking out 1.4.1 of package ‘swift-collections’
Creating working copy of package ‘swift-numerics’
Checking out 1.1.1 of package ‘swift-numerics’
Creating working copy of package ‘DarwinPrivateFrameworks’
Checking out main (b0cd69e) of package ‘DarwinPrivateFrameworks’
Resolve Package Graph
Resolved source packages:
  DarwinPrivateFrameworks: https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git @ main (b0cd69e)
  swift-numerics: https://github.com/apple/swift-numerics @ 1.1.1
  swift-collections: https://github.com/apple/swift-collections @ 1.4.1
  OpenBox: /Users/admin/builder/spi-builder-workspace
resolved source packages: DarwinPrivateFrameworks, swift-numerics, swift-collections, OpenBox
2026-04-16 16:37:09.210 xcodebuild[529:3052] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    },
    {
      "identity" : "darwinprivateframeworks",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git"
    }
  ],
  "manifest_display_name" : "OpenBox",
  "name" : "OpenBox",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenBox",
      "targets" : [
        "OpenBox"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenBoxShims",
      "targets" : [
        "OpenBoxShims"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenBoxTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenBoxTests",
      "path" : "Tests/OpenBoxTests",
      "sources" : [
        "DummyTests.swift"
      ],
      "target_dependencies" : [
        "OpenBox"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenBoxShims",
      "module_type" : "SwiftTarget",
      "name" : "OpenBoxShims",
      "path" : "Sources/OpenBoxShims",
      "product_dependencies" : [
        "RenderBox"
      ],
      "product_memberships" : [
        "OpenBoxShims"
      ],
      "sources" : [
        "BoxShims.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenBoxCompatibilityTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenBoxCompatibilityTests",
      "path" : "Tests/OpenBoxCompatibilityTests",
      "product_dependencies" : [
        "RealModule"
      ],
      "sources" : [
        "BoxShims.swift",
        "UUIDTests.swift"
      ],
      "target_dependencies" : [
        "OpenBox"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenBox",
      "module_type" : "ClangTarget",
      "name" : "OpenBox",
      "path" : "Sources/OpenBox",
      "product_memberships" : [
        "OpenBox"
      ],
      "sources" : [
        "OBUUID.mm"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "OpenBox",
      "OpenBox-Package",
      "OpenBoxShims"
    ]
  }
}
2026-04-16 16:37:18.924 xcodebuild[769:4586] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OpenBox-Package -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.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 OpenBox-Package -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-numerics: https://github.com/apple/swift-numerics @ 1.1.1
  DarwinPrivateFrameworks: https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git @ main (b0cd69e)
  swift-collections: https://github.com/apple/swift-collections @ 1.4.1
  OpenBox: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target 'OpenBoxShims' in project 'OpenBox'
        ➜ Explicit dependency on target 'OpenBoxShims' in project 'OpenBox'
        ➜ Explicit dependency on target 'RenderBox' in project 'DarwinPrivateFrameworks'
    Target 'OpenBoxShims' in project 'OpenBox'
        ➜ Explicit dependency on target 'RenderBox' in project 'DarwinPrivateFrameworks'
    Target 'RenderBox' in project 'DarwinPrivateFrameworks' (no dependencies)
    Target 'OpenBox' in project 'OpenBox'
        ➜ Explicit dependency on target 'OpenBox' in project 'OpenBox'
    Target 'OpenBox' in project 'OpenBox' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x objective-c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: fe68c2b903be05583c2443d18e7b07d7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/fe68c2b903be05583c2443d18e7b07d7.xcbuilddata
error: The package product 'RenderBox' requires minimum platform version 26.0 for the macOS platform, but this target supports 15.0 (in target 'OpenBoxShims' from project 'OpenBox')
2026-04-16 16:37:22.751 xcodebuild[785:4695] [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:ead09d21878fa63733200767db9010ddbabcc77e, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:ead09d21878fa63733200767db9010ddbabcc77e, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:ead09d21878fa63733200767db9010ddbabcc77e, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:ead09d21878fa63733200767db9010ddbabcc77e, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme OpenBox-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  OpenBox: /Users/admin/builder/spi-builder-workspace
  swift-numerics: https://github.com/apple/swift-numerics @ 1.1.1
  swift-collections: https://github.com/apple/swift-collections @ 1.4.1
  DarwinPrivateFrameworks: https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git @ main (b0cd69e)
resolved source packages: OpenBox, swift-numerics, swift-collections, DarwinPrivateFrameworks
2026-04-16 16:37:25.200 xcodebuild[850:5010] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    },
    {
      "identity" : "darwinprivateframeworks",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git"
    }
  ],
  "manifest_display_name" : "OpenBox",
  "name" : "OpenBox",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenBox",
      "targets" : [
        "OpenBox"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenBoxShims",
      "targets" : [
        "OpenBoxShims"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenBoxTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenBoxTests",
      "path" : "Tests/OpenBoxTests",
      "sources" : [
        "DummyTests.swift"
      ],
      "target_dependencies" : [
        "OpenBox"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenBoxShims",
      "module_type" : "SwiftTarget",
      "name" : "OpenBoxShims",
      "path" : "Sources/OpenBoxShims",
      "product_dependencies" : [
        "RenderBox"
      ],
      "product_memberships" : [
        "OpenBoxShims"
      ],
      "sources" : [
        "BoxShims.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenBoxCompatibilityTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenBoxCompatibilityTests",
      "path" : "Tests/OpenBoxCompatibilityTests",
      "product_dependencies" : [
        "RealModule"
      ],
      "sources" : [
        "BoxShims.swift",
        "UUIDTests.swift"
      ],
      "target_dependencies" : [
        "OpenBox"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenBox",
      "module_type" : "ClangTarget",
      "name" : "OpenBox",
      "path" : "Sources/OpenBox",
      "product_memberships" : [
        "OpenBox"
      ],
      "sources" : [
        "OBUUID.mm"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "OpenBox",
      "OpenBox-Package",
      "OpenBoxShims"
    ]
  }
}
2026-04-16 16:37:26.627 xcodebuild[869:5107] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OpenBox-Package -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.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 OpenBox-Package -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  OpenBox: /Users/admin/builder/spi-builder-workspace
  swift-numerics: https://github.com/apple/swift-numerics @ 1.1.1
  DarwinPrivateFrameworks: https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git @ main (b0cd69e)
  swift-collections: https://github.com/apple/swift-collections @ 1.4.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target 'OpenBoxShims' in project 'OpenBox'
        ➜ Explicit dependency on target 'OpenBoxShims' in project 'OpenBox'
        ➜ Explicit dependency on target 'RenderBox' in project 'DarwinPrivateFrameworks'
    Target 'OpenBoxShims' in project 'OpenBox'
        ➜ Explicit dependency on target 'RenderBox' in project 'DarwinPrivateFrameworks'
    Target 'RenderBox' in project 'DarwinPrivateFrameworks' (no dependencies)
    Target 'OpenBox' in project 'OpenBox'
        ➜ Explicit dependency on target 'OpenBox' in project 'OpenBox'
    Target 'OpenBox' in project 'OpenBox' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x objective-c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: fe68c2b903be05583c2443d18e7b07d7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/fe68c2b903be05583c2443d18e7b07d7.xcbuilddata
error: The package product 'RenderBox' requires minimum platform version 26.0 for the macOS platform, but this target supports 15.0 (in target 'OpenBoxShims' from project 'OpenBox')
2026-04-16 16:37:27.792 xcodebuild[881:5172] [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:ead09d21878fa63733200767db9010ddbabcc77e, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:ead09d21878fa63733200767db9010ddbabcc77e, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:ead09d21878fa63733200767db9010ddbabcc77e, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:ead09d21878fa63733200767db9010ddbabcc77e, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme OpenBox-Package
(1 failure)
BUILD FAILURE 6.3 macosXcodebuild