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

Successful build of ShapeScript, reference 1.8.12 (b20899), with Swift 6.2 (beta) for Linux on 2 Aug 2025 01:21:37 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nicklockwood/ShapeScript.git
Reference: 1.8.12
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/nicklockwood/ShapeScript
 * tag               1.8.12     -> FETCH_HEAD
HEAD is now at b208996 Update for 1.8.12 release
Cloned https://github.com/nicklockwood/ShapeScript.git
Revision (git rev-parse @):
b2089960539d1c504e0ce84f890708649554fcb9
SUCCESS checkout https://github.com/nicklockwood/ShapeScript.git at 1.8.12
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nicklockwood/ShapeScript.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/nicklockwood/LRUCache.git
Fetching https://github.com/nicklockwood/Euclid.git
Fetching https://github.com/nicklockwood/SVGPath.git
[1/201] Fetching lrucache
[202/436] Fetching lrucache, svgpath
Fetched https://github.com/nicklockwood/LRUCache.git from cache (0.44s)
Fetched https://github.com/nicklockwood/SVGPath.git from cache (0.43s)
[1/10845] Fetching euclid
Fetched https://github.com/nicklockwood/Euclid.git from cache (2.68s)
Computing version for https://github.com/nicklockwood/SVGPath.git
Computed https://github.com/nicklockwood/SVGPath.git at 1.1.6 (3.20s)
Computing version for https://github.com/nicklockwood/LRUCache.git
Computed https://github.com/nicklockwood/LRUCache.git at 1.0.7 (0.38s)
Computing version for https://github.com/nicklockwood/Euclid.git
Computed https://github.com/nicklockwood/Euclid.git at 0.7.16 (0.36s)
Creating working copy for https://github.com/nicklockwood/Euclid.git
Working copy of https://github.com/nicklockwood/Euclid.git resolved at 0.7.16
Creating working copy for https://github.com/nicklockwood/LRUCache.git
Working copy of https://github.com/nicklockwood/LRUCache.git resolved at 1.0.7
Creating working copy for https://github.com/nicklockwood/SVGPath.git
Working copy of https://github.com/nicklockwood/SVGPath.git resolved at 1.1.6
Building for debugging...
[0/13] Write sources
[5/13] Write swift-version-24593BA9C3E375BF.txt
[7/50] Compiling Euclid Mesh+Shapes.swift
[8/50] Compiling Euclid Mesh+Texcoords.swift
[9/50] Compiling Euclid Mesh.swift
[10/50] Compiling Euclid Path+Shapes.swift
[11/54] Emitting module Euclid
[12/54] Compiling Euclid Angle.swift
[13/54] Compiling Euclid BSP.swift
[14/54] Compiling Euclid Bounded.swift
[15/54] Compiling Euclid Bounds.swift
[16/54] Compiling Euclid Color.swift
[17/54] Compiling Euclid Path.swift
[18/54] Compiling Euclid PathPoint.swift
[19/54] Compiling Euclid Plane.swift
[20/54] Compiling Euclid Polygon+CSG.swift
[21/54] Compiling Euclid Polygon.swift
[22/54] Compiling Euclid Quaternion.swift
[23/54] Compiling Euclid Rotation.swift
[24/54] Compiling Euclid Stretchable.swift
[25/54] Compiling Euclid Euclid+AppKit.swift
[26/54] Compiling Euclid Euclid+CoreGraphics.swift
[27/54] Compiling Euclid Euclid+CoreText.swift
[28/54] Compiling Euclid Euclid+RealityKit.swift
[29/54] Compiling Euclid Euclid+SIMD.swift
[30/54] Compiling Euclid Euclid+SceneKit.swift
[31/54] Compiling Euclid Euclid+UIKit.swift
[32/54] Compiling Euclid Line.swift
[33/54] Compiling Euclid LineSegment+CSG.swift
[34/54] Compiling Euclid LineSegment.swift
[35/54] Compiling Euclid Mesh+CSG.swift
[36/54] Compiling Euclid Mesh+IO.swift
[37/54] Compiling Euclid Mesh+OBJ.swift
[38/54] Compiling Euclid Mesh+STL.swift
[39/54] Compiling LRUCache LRUCache.swift
[40/54] Emitting module LRUCache
[42/55] Compiling SVGPath SVGPath+CoreGraphics.swift
[43/55] Emitting module SVGPath
[44/55] Compiling SVGPath SVGPath.swift
[45/56] Wrapping AST for LRUCache for debugging
[46/56] Wrapping AST for SVGPath for debugging
[48/56] Compiling Euclid Transforms.swift
[49/56] Compiling Euclid Utilities.swift
[50/56] Compiling Euclid Vector.swift
[51/56] Compiling Euclid Vertex.swift
[52/57] Wrapping AST for Euclid for debugging
[54/81] Compiling ShapeScript Lexer.swift
[55/81] Compiling ShapeScript Material+Brightness.swift
[56/81] Compiling ShapeScript Material+SceneKit.swift
[57/84] Emitting module ShapeScript
[58/84] Compiling ShapeScript Euclid+Extensions.swift
[59/84] Compiling ShapeScript Euclid+SVGPath.swift
[60/84] Compiling ShapeScript EvaluationContext.swift
[61/84] Compiling ShapeScript EvaluationDelegate.swift
[62/84] Compiling ShapeScript Value+JSON.swift
[63/84] Compiling ShapeScript Value+Logging.swift
[64/84] Compiling ShapeScript Values.swift
[65/84] Compiling ShapeScript Material.swift
[66/84] Compiling ShapeScript Members.swift
[67/84] Compiling ShapeScript Parser.swift
[68/84] Compiling ShapeScript ProgramError.swift
[69/84] Compiling ShapeScript RandomSequence.swift
[70/84] Compiling ShapeScript Scene+SceneKit.swift
[71/84] Compiling ShapeScript String+Ordinals.swift
[72/84] Compiling ShapeScript Symbols.swift
[73/84] Compiling ShapeScript Types.swift
[74/84] Compiling ShapeScript Geometry.swift
[75/84] Compiling ShapeScript GeometryCache.swift
[76/84] Compiling ShapeScript GeometryType.swift
[77/84] Compiling ShapeScript Interpreter.swift
[78/84] Compiling ShapeScript Scene.swift
[79/84] Compiling ShapeScript StandardLibrary.swift
[80/84] Compiling ShapeScript String+Matching.swift
[81/85] Wrapping AST for ShapeScript for debugging
[83/91] Compiling CLI main.swift
[84/91] Compiling CLI Geometry+ModelInfo.swift
[85/91] Compiling CLI ProgramError+Formatting.swift
[86/91] Compiling CLI CLI+Export.swift
[87/91] Compiling CLI CLI.swift
[88/91] Emitting module CLI
[89/92] Wrapping AST for CLI for debugging
[90/92] Write Objects.LinkFileList
[91/92] Linking shapescript
Build complete! (28.70s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "euclid",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.15",
            "upper_bound" : "0.8.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/Euclid.git"
    },
    {
      "identity" : "lrucache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.7",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/LRUCache.git"
    },
    {
      "identity" : "svgpath",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.6",
            "upper_bound" : "1.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SVGPath.git"
    }
  ],
  "manifest_display_name" : "ShapeScript",
  "name" : "ShapeScript",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "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.1"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.