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 1.9.3 (786eaa), with Swift 6.2 for iOS using Xcode 26.0 on 13 Nov 2025 10:20:56 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: 1.9.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nicklockwood/ShapeScript
 * tag               1.9.3      -> FETCH_HEAD
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 1.9.3
========================================
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:20:47.449 xcodebuild[599:3644] [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:20:50.806 xcodebuild[711:4221] [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:
  LRUCache: https://github.com/nicklockwood/LRUCache.git @ 1.1.2
  Euclid: https://github.com/nicklockwood/Euclid.git @ 0.8.13
  SVGPath: https://github.com/nicklockwood/SVGPath.git @ 1.2.0
  ShapeScript: /Users/admin/builder/spi-builder-workspace
resolved source packages: LRUCache, Euclid, SVGPath, ShapeScript
2025-11-13 05:20:53.100 xcodebuild[750:4478] [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:20:54.775 xcodebuild[758:4536] [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
  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
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:20:56.225 xcodebuild[760:4568] [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