The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ShapeScript with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nicklockwood/ShapeScript.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/nicklockwood/ShapeScript
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3c3c603 Update for 1.8.5 release
Cloned https://github.com/nicklockwood/ShapeScript.git
Revision (git rev-parse @):
3c3c60336f0e43a39bd0aecb3db600de80ec2db9
SUCCESS checkout https://github.com/nicklockwood/ShapeScript.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/nicklockwood/ShapeScript.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/36] Emitting module LRUCache
[2/36] Compiling LRUCache LRUCache.swift
[3/36] Compiling SVGPath SVGPath+CoreGraphics.swift
[4/36] Emitting module SVGPath
[5/36] Compiling SVGPath SVGPath.swift
[6/36] Emitting module Euclid
[7/40] Compiling Euclid Path.swift
[8/40] Compiling Euclid PathPoint.swift
[9/40] Compiling Euclid Plane.swift
[10/40] Compiling Euclid Polygon+CSG.swift
[11/40] Compiling Euclid Mesh+CSG.swift
[12/40] Compiling Euclid Mesh+IO.swift
[13/40] Compiling Euclid Mesh+OBJ.swift
[14/40] Compiling Euclid Mesh+STL.swift
[15/40] Compiling Euclid Angle.swift
[16/40] Compiling Euclid BSP.swift
[17/40] Compiling Euclid Bounds.swift
[18/40] Compiling Euclid Color.swift
[19/40] Compiling Euclid Euclid+AppKit.swift
[20/40] Compiling Euclid Euclid+SceneKit.swift
[21/40] Compiling Euclid Euclid+UIKit.swift
[22/40] Compiling Euclid Line.swift
[23/40] Compiling Euclid LineSegment.swift
[24/40] Compiling Euclid Mesh+Shapes.swift
[25/40] Compiling Euclid Mesh+Texcoords.swift
[26/40] Compiling Euclid Mesh.swift
[27/40] Compiling Euclid Path+Shapes.swift
[28/40] Compiling Euclid Euclid+CoreGraphics.swift
[29/40] Compiling Euclid Euclid+CoreText.swift
[30/40] Compiling Euclid Euclid+RealityKit.swift
[31/40] Compiling Euclid Euclid+SIMD.swift
[32/40] Compiling Euclid Transforms.swift
[33/40] Compiling Euclid Utilities.swift
[34/40] Compiling Euclid Vector.swift
[35/40] Compiling Euclid Vertex.swift
[36/40] Compiling Euclid Polygon.swift
[37/40] Compiling Euclid Quaternion.swift
[38/40] Compiling Euclid Rotation.swift
[39/40] Compiling Euclid Stretchable.swift
[40/64] Emitting module ShapeScript
[41/67] Compiling ShapeScript Scene.swift
[42/67] Compiling ShapeScript StandardLibrary.swift
[43/67] Compiling ShapeScript String+Matching.swift
[44/67] Compiling ShapeScript ProgramError.swift
[45/67] Compiling ShapeScript RandomSequence.swift
[46/67] Compiling ShapeScript Scene+SceneKit.swift
[47/67] Compiling ShapeScript Lexer.swift
[48/67] Compiling ShapeScript Material+Brightness.swift
[49/67] Compiling ShapeScript Material+SceneKit.swift
[50/67] Compiling ShapeScript String+Ordinals.swift
[51/67] Compiling ShapeScript Symbols.swift
[52/67] Compiling ShapeScript Types.swift
[53/67] Compiling ShapeScript Euclid+Extensions.swift
[54/67] Compiling ShapeScript Euclid+SVGPath.swift
[55/67] Compiling ShapeScript EvaluationContext.swift
[56/67] Compiling ShapeScript EvaluationDelegate.swift
[57/67] Compiling ShapeScript Value+JSON.swift
[58/67] Compiling ShapeScript Value+Logging.swift
[59/67] Compiling ShapeScript Values.swift
[60/67] Compiling ShapeScript Material.swift
[61/67] Compiling ShapeScript Members.swift
[62/67] Compiling ShapeScript Parser.swift
[63/67] Compiling ShapeScript Geometry.swift
[64/67] Compiling ShapeScript GeometryCache.swift
[65/67] Compiling ShapeScript GeometryType.swift
[66/67] Compiling ShapeScript Interpreter.swift
[67/73] Compiling CLI main.swift
[68/73] Compiling CLI Geometry+ModelInfo.swift
[69/73] Compiling CLI CLI+Export.swift
[70/73] Compiling CLI CLI.swift
[71/73] Emitting module CLI
[72/73] Compiling CLI ProgramError+Formatting.swift
[72/73] Linking shapescript
Build complete! (35.26s)
Fetching https://github.com/nicklockwood/LRUCache.git from cache
Fetching https://github.com/nicklockwood/SVGPath.git from cache
Fetching https://github.com/nicklockwood/Euclid.git from cache
Fetched https://github.com/nicklockwood/SVGPath.git (0.39s)
Fetched https://github.com/nicklockwood/LRUCache.git (0.41s)
Fetched https://github.com/nicklockwood/Euclid.git (0.57s)
Computing version for https://github.com/nicklockwood/SVGPath.git
Computed https://github.com/nicklockwood/SVGPath.git at 1.1.4 (0.48s)
Computing version for https://github.com/nicklockwood/Euclid.git
Computed https://github.com/nicklockwood/Euclid.git at 0.7.7 (0.43s)
Computing version for https://github.com/nicklockwood/LRUCache.git
Computed https://github.com/nicklockwood/LRUCache.git at 1.0.7 (0.43s)
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.4
Creating working copy for https://github.com/nicklockwood/Euclid.git
Working copy of https://github.com/nicklockwood/Euclid.git resolved at 0.7.7
Build complete.
{
  "dependencies" : [
    {
      "identity" : "euclid",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.7",
            "upper_bound" : "0.8.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/Euclid.git"
    },
    {
      "identity" : "lrucache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.6",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/LRUCache.git"
    },
    {
      "identity" : "svgpath",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.4",
            "upper_bound" : "1.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SVGPath.git"
    }
  ],
  "manifest_display_name" : "ShapeScript",
  "name" : "ShapeScript",
  "path" : "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
}
Done.