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 ShapeScript, reference main (786eaa), with Swift 6.2 for iOS using Xcode 26.0 on 13 Nov 2025 10:18:46 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ShapeScript-Package -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nicklockwood/ShapeScript.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nicklockwood/ShapeScript
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 786eaa3 Update for 1.9.3 release
Cloned https://github.com/nicklockwood/ShapeScript.git
Revision (git rev-parse @):
786eaa319cb0e958c9030eaf5659bb3e8a9ad2e7
SUCCESS checkout https://github.com/nicklockwood/ShapeScript.git at main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nicklockwood/ShapeScript.git
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
    {
      "identity" : "euclid",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.13",
            "upper_bound" : "0.9.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/Euclid.git"
    },
    {
      "identity" : "lrucache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "1.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/LRUCache.git"
    },
    {
      "identity" : "svgpath",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "1.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SVGPath.git"
    }
  ],
  "manifest_display_name" : "ShapeScript",
  "name" : "ShapeScript",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "ShapeScript",
      "targets" : [
        "ShapeScript"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "shapescript",
      "targets" : [
        "CLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShapeScriptTests",
      "module_type" : "SwiftTarget",
      "name" : "ShapeScriptTests",
      "path" : "ShapeScriptTests",
      "sources" : [
        "GeometryTests.swift",
        "ImportExportTests.swift",
        "InterpreterTests.swift",
        "LexerTests.swift",
        "LoggingTests.swift",
        "MemberTests.swift",
        "MetadataTests.swift",
        "ParserTests.swift",
        "PlatformTests.swift",
        "RegressionTests.swift",
        "SVGPathTests.swift",
        "StandardLibraryTests.swift",
        "StringMatchingTests.swift",
        "TestDelegate.swift",
        "TypesystemTests.swift"
      ],
      "target_dependencies" : [
        "ShapeScript"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShapeScript",
      "module_type" : "SwiftTarget",
      "name" : "ShapeScript",
      "path" : "ShapeScript",
      "product_dependencies" : [
        "Euclid",
        "LRUCache",
        "SVGPath"
      ],
      "product_memberships" : [
        "ShapeScript",
        "shapescript"
      ],
      "sources" : [
        "Euclid+Extensions.swift",
        "Euclid+SVGPath.swift",
        "EvaluationContext.swift",
        "EvaluationDelegate.swift",
        "Geometry.swift",
        "GeometryCache.swift",
        "GeometryType.swift",
        "Interpreter.swift",
        "Lexer.swift",
        "Material+Brightness.swift",
        "Material+SceneKit.swift",
        "Material.swift",
        "Members.swift",
        "Parser.swift",
        "ProgramError.swift",
        "RandomSequence.swift",
        "Scene+SceneKit.swift",
        "Scene.swift",
        "StandardLibrary.swift",
        "String+Matching.swift",
        "String+Ordinals.swift",
        "Symbols.swift",
        "Types.swift",
        "Value+JSON.swift",
        "Value+Logging.swift",
        "Values.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLI",
      "module_type" : "SwiftTarget",
      "name" : "CLI",
      "path" : "Viewer/CLI",
      "product_memberships" : [
        "shapescript"
      ],
      "sources" : [
        "CLI+Export.swift",
        "CLI.swift",
        "Geometry+ModelInfo.swift",
        "ProgramError+Formatting.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "ShapeScript"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.7"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "ShapeScript",
    "schemes" : [
      "CLI",
      "Euclid",
      "Example",
      "LRUCache",
      "PerformanceTests",
      "ShapeScript Lib",
      "ShapeScriptTests",
      "SVGPath",
      "Viewer (iOS)",
      "Viewer (Mac)"
    ],
    "targets" : [
      "ShapeScript Lib",
      "ShapeScriptTests",
      "Viewer (Mac)",
      "Viewer (iOS)",
      "CLI"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "shapescript",
      "ShapeScript",
      "ShapeScript-Package"
    ]
  }
}
2025-11-13 05:18:36.816 xcodebuild[601:3673] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ShapeScript-Package -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.0.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 ShapeScript-Package -destination generic/platform=iOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  LRUCache: https://github.com/nicklockwood/LRUCache.git @ 1.1.2
  ShapeScript: /Users/admin/builder/spi-builder-workspace
  Euclid: https://github.com/nicklockwood/Euclid.git @ 0.8.13
  SVGPath: https://github.com/nicklockwood/SVGPath.git @ 1.2.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
    Target 'shapescript' in project 'ShapeScript'
        ➜ Explicit dependency on target 'ShapeScript' in project 'ShapeScript'
        ➜ Explicit dependency on target 'Euclid' in project 'Euclid'
        ➜ Explicit dependency on target 'LRUCache' in project 'LRUCache'
        ➜ Explicit dependency on target 'SVGPath' in project 'SVGPath'
    Target 'ShapeScript' in project 'ShapeScript'
        ➜ Explicit dependency on target 'ShapeScript' in project 'ShapeScript'
        ➜ Explicit dependency on target 'Euclid' in project 'Euclid'
        ➜ Explicit dependency on target 'LRUCache' in project 'LRUCache'
        ➜ Explicit dependency on target 'SVGPath' in project 'SVGPath'
    Target 'ShapeScript' in project 'ShapeScript'
        ➜ Explicit dependency on target 'Euclid' in project 'Euclid'
        ➜ Explicit dependency on target 'LRUCache' in project 'LRUCache'
        ➜ Explicit dependency on target 'SVGPath' in project 'SVGPath'
    Target 'SVGPath' in project 'SVGPath'
        ➜ Explicit dependency on target 'SVGPath' in project 'SVGPath'
    Target 'SVGPath' in project 'SVGPath' (no dependencies)
    Target 'LRUCache' in project 'LRUCache'
        ➜ Explicit dependency on target 'LRUCache' in project 'LRUCache'
    Target 'LRUCache' in project 'LRUCache' (no dependencies)
    Target 'Euclid' in project 'Euclid'
        ➜ Explicit dependency on target 'Euclid' in project 'Euclid'
    Target 'Euclid' in project 'Euclid' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 556b85e294743cd47d227f8bdb9b179c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/556b85e294743cd47d227f8bdb9b179c.xcbuilddata
error: The package product 'LRUCache' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ShapeScript' from project 'ShapeScript')
error: The package product 'LRUCache' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'shapescript' from project 'ShapeScript')
2025-11-13 05:18:40.154 xcodebuild[713:4245] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme ShapeScript-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  Euclid: https://github.com/nicklockwood/Euclid.git @ 0.8.13
  ShapeScript: /Users/admin/builder/spi-builder-workspace
  SVGPath: https://github.com/nicklockwood/SVGPath.git @ 1.2.0
  LRUCache: https://github.com/nicklockwood/LRUCache.git @ 1.1.2
resolved source packages: Euclid, ShapeScript, SVGPath, LRUCache
2025-11-13 05:18:42.445 xcodebuild[752:4491] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "euclid",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.13",
            "upper_bound" : "0.9.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/Euclid.git"
    },
    {
      "identity" : "lrucache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "1.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/LRUCache.git"
    },
    {
      "identity" : "svgpath",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "1.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SVGPath.git"
    }
  ],
  "manifest_display_name" : "ShapeScript",
  "name" : "ShapeScript",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "ShapeScript",
      "targets" : [
        "ShapeScript"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "shapescript",
      "targets" : [
        "CLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShapeScriptTests",
      "module_type" : "SwiftTarget",
      "name" : "ShapeScriptTests",
      "path" : "ShapeScriptTests",
      "sources" : [
        "GeometryTests.swift",
        "ImportExportTests.swift",
        "InterpreterTests.swift",
        "LexerTests.swift",
        "LoggingTests.swift",
        "MemberTests.swift",
        "MetadataTests.swift",
        "ParserTests.swift",
        "PlatformTests.swift",
        "RegressionTests.swift",
        "SVGPathTests.swift",
        "StandardLibraryTests.swift",
        "StringMatchingTests.swift",
        "TestDelegate.swift",
        "TypesystemTests.swift"
      ],
      "target_dependencies" : [
        "ShapeScript"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShapeScript",
      "module_type" : "SwiftTarget",
      "name" : "ShapeScript",
      "path" : "ShapeScript",
      "product_dependencies" : [
        "Euclid",
        "LRUCache",
        "SVGPath"
      ],
      "product_memberships" : [
        "ShapeScript",
        "shapescript"
      ],
      "sources" : [
        "Euclid+Extensions.swift",
        "Euclid+SVGPath.swift",
        "EvaluationContext.swift",
        "EvaluationDelegate.swift",
        "Geometry.swift",
        "GeometryCache.swift",
        "GeometryType.swift",
        "Interpreter.swift",
        "Lexer.swift",
        "Material+Brightness.swift",
        "Material+SceneKit.swift",
        "Material.swift",
        "Members.swift",
        "Parser.swift",
        "ProgramError.swift",
        "RandomSequence.swift",
        "Scene+SceneKit.swift",
        "Scene.swift",
        "StandardLibrary.swift",
        "String+Matching.swift",
        "String+Ordinals.swift",
        "Symbols.swift",
        "Types.swift",
        "Value+JSON.swift",
        "Value+Logging.swift",
        "Values.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLI",
      "module_type" : "SwiftTarget",
      "name" : "CLI",
      "path" : "Viewer/CLI",
      "product_memberships" : [
        "shapescript"
      ],
      "sources" : [
        "CLI+Export.swift",
        "CLI.swift",
        "Geometry+ModelInfo.swift",
        "ProgramError+Formatting.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "ShapeScript"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "shapescript",
      "ShapeScript",
      "ShapeScript-Package"
    ]
  }
}
2025-11-13 05:18:44.142 xcodebuild[760:4552] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ShapeScript-Package -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.0.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 ShapeScript-Package -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
  Euclid: https://github.com/nicklockwood/Euclid.git @ 0.8.13
  LRUCache: https://github.com/nicklockwood/LRUCache.git @ 1.1.2
  SVGPath: https://github.com/nicklockwood/SVGPath.git @ 1.2.0
  ShapeScript: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
    Target 'shapescript' in project 'ShapeScript'
        ➜ Explicit dependency on target 'ShapeScript' in project 'ShapeScript'
        ➜ Explicit dependency on target 'Euclid' in project 'Euclid'
        ➜ Explicit dependency on target 'LRUCache' in project 'LRUCache'
        ➜ Explicit dependency on target 'SVGPath' in project 'SVGPath'
    Target 'ShapeScript' in project 'ShapeScript'
        ➜ Explicit dependency on target 'ShapeScript' in project 'ShapeScript'
        ➜ Explicit dependency on target 'Euclid' in project 'Euclid'
        ➜ Explicit dependency on target 'LRUCache' in project 'LRUCache'
        ➜ Explicit dependency on target 'SVGPath' in project 'SVGPath'
    Target 'ShapeScript' in project 'ShapeScript'
        ➜ Explicit dependency on target 'Euclid' in project 'Euclid'
        ➜ Explicit dependency on target 'LRUCache' in project 'LRUCache'
        ➜ Explicit dependency on target 'SVGPath' in project 'SVGPath'
    Target 'SVGPath' in project 'SVGPath'
        ➜ Explicit dependency on target 'SVGPath' in project 'SVGPath'
    Target 'SVGPath' in project 'SVGPath' (no dependencies)
    Target 'LRUCache' in project 'LRUCache'
        ➜ Explicit dependency on target 'LRUCache' in project 'LRUCache'
    Target 'LRUCache' in project 'LRUCache' (no dependencies)
    Target 'Euclid' in project 'Euclid'
        ➜ Explicit dependency on target 'Euclid' in project 'Euclid'
    Target 'Euclid' in project 'Euclid' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 556b85e294743cd47d227f8bdb9b179c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/556b85e294743cd47d227f8bdb9b179c.xcbuilddata
error: The package product 'LRUCache' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ShapeScript' from project 'ShapeScript')
error: The package product 'LRUCache' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'shapescript' from project 'ShapeScript')
2025-11-13 05:18:45.643 xcodebuild[762:4584] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme ShapeScript-Package
(1 failure)
BUILD FAILURE 6.2 iOS