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 FontVertexBuilder, reference v1.2.5 (2798d9), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 23:52:19 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yukiny0811/FontVertexBuilder.git
Reference: v1.2.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yukiny0811/FontVertexBuilder
 * tag               v1.2.5     -> FETCH_HEAD
HEAD is now at 2798d9d fix dependency
Cloned https://github.com/yukiny0811/FontVertexBuilder.git
Revision (git rev-parse @):
2798d9d32937ad22c1e776320a0ddd3db19fde13
SUCCESS checkout https://github.com/yukiny0811/FontVertexBuilder.git at v1.2.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/yukiny0811/FontVertexBuilder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-1EA4D86E10B52AF.txt
[9/31] Compiling SimpleSimdSwift Alias.swift
[10/31] Compiling SimpleSimdSwift Simd+3DTransform.swift
[11/31] Compiling SimpleSimdSwift Simd+RandomPoint.swift
[12/31] Compiling SimpleSimdSwift Simd+MemorySize.swift
[13/31] Compiling SimpleSimdSwift EXPORTER.swift
[14/31] Emitting module SimpleSimdSwift
[15/31] Compiling SimpleSimdSwift CastShortcuts.swift
[16/52] Compiling SVGPath SVGPath.swift
[17/52] Compiling SwiftyCoreText WorkingWithEncoding.swift
[18/52] Compiling SwiftyCoreText WorkingWithFontVariations.swift
[19/52] Compiling SwiftyCoreText GettingTypeIdentifier.swift
[20/52] Compiling SwiftyCoreText GettingGlyphData.swift
[21/52] Compiling SwiftyCoreText GettingFontTableData.swift
[22/52] Compiling iGeometry Int+Empty.swift
[23/52] Compiling iGeometry PathList.swift
[24/52] Compiling iGeometry RingSet.swift
[25/52] Compiling iGeometry PlainShape+Validation.swift
[26/52] Compiling iGeometry Circle.swift
[27/52] Compiling iGeometry IntPoint+Geom.swift
[28/52] Emitting module SwiftyCoreText
[29/52] Compiling SwiftyCoreText GettingFontNames.swift
[30/53] Emitting module SVGPath
[31/53] Compiling SVGPath SVGPath+CoreGraphics.swift
[32/53] Compiling SwiftyCoreText WorkingWithGlyphs.swift
[33/53] Compiling iGeometry Simplificator+Angle.swift
[34/53] Compiling iGeometry Simplificator+Area.swift
[35/55] Compiling iGeometry Shape.swift
[36/55] Compiling iGeometry Vertex.swift
[37/55] Compiling iGeometry PlainShape.swift
/Users/admin/builder/spi-builder-workspace/Sources/iGeometry/Shape/PlainShapeList.swift:28:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
26 |     }
27 |
28 |     public private (set) var points: [IntPoint]
   |                   `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
29 |     public private (set) var layouts: [PlainShape.Layout]
30 |     public private (set) var segments: [Segment]
/Users/admin/builder/spi-builder-workspace/Sources/iGeometry/Shape/PlainShapeList.swift:29:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
27 |
28 |     public private (set) var points: [IntPoint]
29 |     public private (set) var layouts: [PlainShape.Layout]
   |                   `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 |     public private (set) var segments: [Segment]
31 |
/Users/admin/builder/spi-builder-workspace/Sources/iGeometry/Shape/PlainShapeList.swift:30:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
28 |     public private (set) var points: [IntPoint]
29 |     public private (set) var layouts: [PlainShape.Layout]
30 |     public private (set) var segments: [Segment]
   |                   `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 |     public init(minimumPointsCapacity: Int, minimumLayoutsCapacity: Int, minimumSegmentsCapacity: Int) {
[38/55] Compiling iGeometry PlainShapeList.swift
/Users/admin/builder/spi-builder-workspace/Sources/iGeometry/Shape/PlainShapeList.swift:28:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
26 |     }
27 |
28 |     public private (set) var points: [IntPoint]
   |                   `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
29 |     public private (set) var layouts: [PlainShape.Layout]
30 |     public private (set) var segments: [Segment]
/Users/admin/builder/spi-builder-workspace/Sources/iGeometry/Shape/PlainShapeList.swift:29:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
27 |
28 |     public private (set) var points: [IntPoint]
29 |     public private (set) var layouts: [PlainShape.Layout]
   |                   `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 |     public private (set) var segments: [Segment]
31 |
/Users/admin/builder/spi-builder-workspace/Sources/iGeometry/Shape/PlainShapeList.swift:30:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
28 |     public private (set) var points: [IntPoint]
29 |     public private (set) var layouts: [PlainShape.Layout]
30 |     public private (set) var segments: [Segment]
   |                   `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 |     public init(minimumPointsCapacity: Int, minimumLayoutsCapacity: Int, minimumSegmentsCapacity: Int) {
[39/55] Compiling iGeometry IntShape.swift
[40/55] Compiling iGeometry PlainShape+Initializers.swift
[41/55] Compiling iGeometry IntPoint.swift
[42/55] Compiling iGeometry IntPoint+Array.swift
[46/55] Emitting module iGeometry
/Users/admin/builder/spi-builder-workspace/Sources/iGeometry/Shape/PlainShapeList.swift:28:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
26 |     }
27 |
28 |     public private (set) var points: [IntPoint]
   |                   `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
29 |     public private (set) var layouts: [PlainShape.Layout]
30 |     public private (set) var segments: [Segment]
/Users/admin/builder/spi-builder-workspace/Sources/iGeometry/Shape/PlainShapeList.swift:29:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
27 |
28 |     public private (set) var points: [IntPoint]
29 |     public private (set) var layouts: [PlainShape.Layout]
   |                   `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 |     public private (set) var segments: [Segment]
31 |
/Users/admin/builder/spi-builder-workspace/Sources/iGeometry/Shape/PlainShapeList.swift:30:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
28 |     public private (set) var points: [IntPoint]
29 |     public private (set) var layouts: [PlainShape.Layout]
30 |     public private (set) var segments: [Segment]
   |                   `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 |     public init(minimumPointsCapacity: Int, minimumLayoutsCapacity: Int, minimumSegmentsCapacity: Int) {
[47/55] Compiling iGeometry Rect.swift
[48/55] Compiling iGeometry Triangle.swift
[52/55] Compiling iGeometry DBPoint.swift
[53/55] Compiling iGeometry IntGeom.swift
[54/55] Compiling iGeometry Simplificator+Linear.swift
[55/55] Compiling iGeometry Simplificator.swift
[56/74] Compiling iShapeTriangulation Triangulator.swift
/Users/admin/builder/spi-builder-workspace/Sources/iShapeTriangulation/Triangulation/PlainShape/Delaunay/Delaunay.swift:13:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 11 | public struct Delaunay {
 12 |
 13 |     public internal (set) var points: [IntPoint]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 |     var triangles: [Triangle]
 15 |
[57/74] Compiling iShapeTriangulation IntPoint+Monotone.swift
/Users/admin/builder/spi-builder-workspace/Sources/iShapeTriangulation/Triangulation/PlainShape/Delaunay/Delaunay.swift:13:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 11 | public struct Delaunay {
 12 |
 13 |     public internal (set) var points: [IntPoint]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 |     var triangles: [Triangle]
 15 |
[58/75] Compiling iShapeTriangulation IntTriangle.swift
/Users/admin/builder/spi-builder-workspace/Sources/iShapeTriangulation/Triangulation/PlainShape/Delaunay/Delaunay.swift:13:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 11 | public struct Delaunay {
 12 |
 13 |     public internal (set) var points: [IntPoint]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 |     var triangles: [Triangle]
 15 |
[59/75] Compiling iShapeTriangulation Delaunay+Tesselation.swift
/Users/admin/builder/spi-builder-workspace/Sources/iShapeTriangulation/Triangulation/PlainShape/Delaunay/Delaunay.swift:13:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 11 | public struct Delaunay {
 12 |
 13 |     public internal (set) var points: [IntPoint]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 |     var triangles: [Triangle]
 15 |
[60/75] Compiling iShapeTriangulation Delaunay+Triangle.swift
/Users/admin/builder/spi-builder-workspace/Sources/iShapeTriangulation/Triangulation/PlainShape/Delaunay/Delaunay.swift:13:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 11 | public struct Delaunay {
 12 |
 13 |     public internal (set) var points: [IntPoint]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 |     var triangles: [Triangle]
 15 |
[61/75] Compiling iShapeTriangulation Delaunay.swift
/Users/admin/builder/spi-builder-workspace/Sources/iShapeTriangulation/Triangulation/PlainShape/Delaunay/Delaunay.swift:13:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 11 | public struct Delaunay {
 12 |
 13 |     public internal (set) var points: [IntPoint]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 |     var triangles: [Triangle]
 15 |
/Users/admin/builder/spi-builder-workspace/Sources/iShapeTriangulation/Triangulation/PlainShape/Delaunay/Delaunay.swift:344:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
342 |     private var buffer: UnsafeMutablePointer<Int>
343 |     private var capacity: Int
344 |     private (set) var count: Int
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
345 |
346 |     subscript(index: Int) -> Int {
[62/75] Compiling iShapeTriangulation IndexBuffer.swift
/Users/admin/builder/spi-builder-workspace/Sources/iShapeTriangulation/Triangulation/PlainShape/Delaunay/Delaunay.swift:13:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 11 | public struct Delaunay {
 12 |
 13 |     public internal (set) var points: [IntPoint]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 |     var triangles: [Triangle]
 15 |
/Users/admin/builder/spi-builder-workspace/Sources/iShapeTriangulation/Triangulation/PlainShape/Delaunay/Delaunay.swift:344:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
342 |     private var buffer: UnsafeMutablePointer<Int>
343 |     private var capacity: Int
344 |     private (set) var count: Int
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
345 |
346 |     subscript(index: Int) -> Int {
[63/75] Compiling iShapeTriangulation PlainShape+ShapeNavigator.swift
/Users/admin/builder/spi-builder-workspace/Sources/iShapeTriangulation/Triangulation/PlainShape/Delaunay/Delaunay.swift:13:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 11 | public struct Delaunay {
 12 |
 13 |     public internal (set) var points: [IntPoint]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 |     var triangles: [Triangle]
 15 |
[64/75] Compiling iShapeTriangulation PlainShape+Triangulation.swift
/Users/admin/builder/spi-builder-workspace/Sources/iShapeTriangulation/Triangulation/PlainShape/Delaunay/Delaunay.swift:13:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 11 | public struct Delaunay {
 12 |
 13 |     public internal (set) var points: [IntPoint]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 |     var triangles: [Triangle]
 15 |
[65/75] Compiling iShapeTriangulation TessellationError.swift
/Users/admin/builder/spi-builder-workspace/Sources/iShapeTriangulation/Triangulation/PlainShape/Delaunay/Delaunay.swift:13:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 11 | public struct Delaunay {
 12 |
 13 |     public internal (set) var points: [IntPoint]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 |     var triangles: [Triangle]
 15 |
[66/75] Compiling iShapeTriangulation TriangulationError.swift
/Users/admin/builder/spi-builder-workspace/Sources/iShapeTriangulation/Triangulation/PlainShape/Delaunay/Delaunay.swift:13:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 11 | public struct Delaunay {
 12 |
 13 |     public internal (set) var points: [IntPoint]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 |     var triangles: [Triangle]
 15 |
[67/75] Compiling iShapeTriangulation CentroidNetError.swift
/Users/admin/builder/spi-builder-workspace/Sources/iShapeTriangulation/Triangulation/PlainShape/Delaunay/Delaunay.swift:13:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 11 | public struct Delaunay {
 12 |
 13 |     public internal (set) var points: [IntPoint]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 |     var triangles: [Triangle]
 15 |
[68/75] Compiling iShapeTriangulation DelaunayError.swift
/Users/admin/builder/spi-builder-workspace/Sources/iShapeTriangulation/Triangulation/PlainShape/Delaunay/Delaunay.swift:13:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 11 | public struct Delaunay {
 12 |
 13 |     public internal (set) var points: [IntPoint]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 |     var triangles: [Triangle]
 15 |
[69/75] Compiling iShapeTriangulation PlainShape+Delaunay.swift
/Users/admin/builder/spi-builder-workspace/Sources/iShapeTriangulation/Triangulation/PlainShape/Delaunay/Delaunay.swift:13:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 11 | public struct Delaunay {
 12 |
 13 |     public internal (set) var points: [IntPoint]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 |     var triangles: [Triangle]
 15 |
[70/75] Compiling iShapeTriangulation PlainShape+SliceBuffer.swift
/Users/admin/builder/spi-builder-workspace/Sources/iShapeTriangulation/Triangulation/PlainShape/Delaunay/Delaunay.swift:13:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 11 | public struct Delaunay {
 12 |
 13 |     public internal (set) var points: [IntPoint]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 |     var triangles: [Triangle]
 15 |
[71/75] Emitting module iShapeTriangulation
/Users/admin/builder/spi-builder-workspace/Sources/iShapeTriangulation/Triangulation/PlainShape/Delaunay/Delaunay.swift:13:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 11 | public struct Delaunay {
 12 |
 13 |     public internal (set) var points: [IntPoint]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 |     var triangles: [Triangle]
 15 |
/Users/admin/builder/spi-builder-workspace/Sources/iShapeTriangulation/Triangulation/PlainShape/Delaunay/Delaunay.swift:344:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
342 |     private var buffer: UnsafeMutablePointer<Int>
343 |     private var capacity: Int
344 |     private (set) var count: Int
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
345 |
346 |     subscript(index: Int) -> Int {
[72/75] Compiling iShapeTriangulation PlainShape+Layout.swift
/Users/admin/builder/spi-builder-workspace/Sources/iShapeTriangulation/Triangulation/PlainShape/Delaunay/Delaunay.swift:13:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 11 | public struct Delaunay {
 12 |
 13 |     public internal (set) var points: [IntPoint]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 |     var triangles: [Triangle]
 15 |
[73/75] Compiling iShapeTriangulation PlainShape+Modification.swift
/Users/admin/builder/spi-builder-workspace/Sources/iShapeTriangulation/Triangulation/PlainShape/Delaunay/Delaunay.swift:13:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 11 | public struct Delaunay {
 12 |
 13 |     public internal (set) var points: [IntPoint]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 |     var triangles: [Triangle]
 15 |
[74/75] Compiling iShapeTriangulation Delaunay+Centroid.swift
/Users/admin/builder/spi-builder-workspace/Sources/iShapeTriangulation/Triangulation/PlainShape/Delaunay/Delaunay.swift:13:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 11 | public struct Delaunay {
 12 |
 13 |     public internal (set) var points: [IntPoint]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 |     var triangles: [Triangle]
 15 |
[75/75] Compiling iShapeTriangulation Delaunay+Polygon.swift
/Users/admin/builder/spi-builder-workspace/Sources/iShapeTriangulation/Triangulation/PlainShape/Delaunay/Delaunay.swift:13:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 11 | public struct Delaunay {
 12 |
 13 |     public internal (set) var points: [IntPoint]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 |     var triangles: [Triangle]
 15 |
[76/87] Compiling SVGVertexBuilder SVG.swift
[77/87] Compiling SVGVertexBuilder SVGUtil+HelperFunctions.swift
[78/87] Compiling SVGVertexBuilder SVGUtil+MainFunctions.swift
[79/87] Compiling SVGVertexBuilder SVGPathAlias.swift
[80/87] Compiling SVGVertexBuilder SVGUtil.swift
[81/87] Emitting module SVGVertexBuilder
[82/87] Compiling FontVertexBuilder GlyphUtil.swift
[83/87] Compiling FontVertexBuilder GlyphUtil+HelperFunctions.swift
[84/87] Compiling FontVertexBuilder GlyphUtil+MainFunctions.swift
[85/87] Compiling FontVertexBuilder GlyphAlias.swift
[86/87] Compiling FontVertexBuilder PathText.swift
[87/87] Emitting module FontVertexBuilder
Build complete! (18.61s)
Fetching https://github.com/yukiny0811/SimpleSimdSwift
Fetching https://github.com/yukiny0811/SVGPath
Fetching https://github.com/yukiny0811/SwiftyCoreText
[1/51] Fetching simplesimdswift
[52/102] Fetching simplesimdswift, swiftycoretext
[102/275] Fetching simplesimdswift, swiftycoretext, svgpath
Fetched https://github.com/yukiny0811/SVGPath from cache (0.88s)
Fetched https://github.com/yukiny0811/SwiftyCoreText from cache (0.88s)
Fetched https://github.com/yukiny0811/SimpleSimdSwift from cache (0.89s)
Computing version for https://github.com/yukiny0811/SVGPath
Computed https://github.com/yukiny0811/SVGPath at 1.0.0 (3.43s)
Computing version for https://github.com/yukiny0811/SimpleSimdSwift
Computed https://github.com/yukiny0811/SimpleSimdSwift at 1.0.1 (0.38s)
Computing version for https://github.com/yukiny0811/SwiftyCoreText
Computed https://github.com/yukiny0811/SwiftyCoreText at 1.0.0 (0.38s)
Creating working copy for https://github.com/yukiny0811/SwiftyCoreText
Working copy of https://github.com/yukiny0811/SwiftyCoreText resolved at 1.0.0
Creating working copy for https://github.com/yukiny0811/SVGPath
Working copy of https://github.com/yukiny0811/SVGPath resolved at 1.0.0
Creating working copy for https://github.com/yukiny0811/SimpleSimdSwift
Working copy of https://github.com/yukiny0811/SimpleSimdSwift resolved at 1.0.1
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/iShapeTriangulation/iShapeTriangulation_LICENSE
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/iGeometry/iGeometry_LICENSE
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftycoretext",
      "requirement" : {
        "exact" : [
          "1.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yukiny0811/SwiftyCoreText"
    },
    {
      "identity" : "simplesimdswift",
      "requirement" : {
        "exact" : [
          "1.0.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yukiny0811/SimpleSimdSwift"
    },
    {
      "identity" : "svgpath",
      "requirement" : {
        "exact" : [
          "1.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yukiny0811/SVGPath"
    }
  ],
  "manifest_display_name" : "FontVertexBuilder",
  "name" : "FontVertexBuilder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "FontVertexBuilder",
      "targets" : [
        "FontVertexBuilder",
        "SVGVertexBuilder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "iShapeTriangulation",
      "module_type" : "SwiftTarget",
      "name" : "iShapeTriangulation",
      "path" : "Sources/iShapeTriangulation",
      "product_dependencies" : [
        "SimpleSimdSwift"
      ],
      "product_memberships" : [
        "FontVertexBuilder"
      ],
      "sources" : [
        "Triangulation/Error/CentroidNetError.swift",
        "Triangulation/Error/DelaunayError.swift",
        "Triangulation/Error/TessellationError.swift",
        "Triangulation/Error/TriangulationError.swift",
        "Triangulation/PlainShape/Delaunay/Delaunay+Centroid.swift",
        "Triangulation/PlainShape/Delaunay/Delaunay+Polygon.swift",
        "Triangulation/PlainShape/Delaunay/Delaunay+Tesselation.swift",
        "Triangulation/PlainShape/Delaunay/Delaunay+Triangle.swift",
        "Triangulation/PlainShape/Delaunay/Delaunay.swift",
        "Triangulation/PlainShape/Delaunay/IndexBuffer.swift",
        "Triangulation/PlainShape/Delaunay/PlainShape+Delaunay.swift",
        "Triangulation/PlainShape/Delaunay/PlainShape+SliceBuffer.swift",
        "Triangulation/PlainShape/PlainShape+Layout.swift",
        "Triangulation/PlainShape/PlainShape+Modification.swift",
        "Triangulation/PlainShape/PlainShape+ShapeNavigator.swift",
        "Triangulation/PlainShape/PlainShape+Triangulation.swift",
        "Triangulation/Triangulator.swift",
        "Triangulation/Util/IntPoint+Monotone.swift",
        "Triangulation/Util/IntTriangle.swift"
      ],
      "target_dependencies" : [
        "iGeometry"
      ],
      "type" : "library"
    },
    {
      "c99name" : "iGeometry",
      "module_type" : "SwiftTarget",
      "name" : "iGeometry",
      "path" : "Sources/iGeometry",
      "product_dependencies" : [
        "SimpleSimdSwift"
      ],
      "product_memberships" : [
        "FontVertexBuilder"
      ],
      "sources" : [
        "Collection/Int+Empty.swift",
        "Collection/PathList.swift",
        "Collection/RingSet.swift",
        "Extension/PlainShape+Validation.swift",
        "Geom/Circle.swift",
        "Geom/IntPoint+Geom.swift",
        "Geom/Rect.swift",
        "Geom/Triangle.swift",
        "IntGeom/DBPoint.swift",
        "IntGeom/IntGeom.swift",
        "IntGeom/IntPoint.swift",
        "Shape/IntPoint+Array.swift",
        "Shape/IntShape.swift",
        "Shape/PlainShape+Initializers.swift",
        "Shape/PlainShape.swift",
        "Shape/PlainShapeList.swift",
        "Shape/Shape.swift",
        "Shape/Vertex.swift",
        "Simplify/Simplificator+Angle.swift",
        "Simplify/Simplificator+Area.swift",
        "Simplify/Simplificator+Linear.swift",
        "Simplify/Simplificator.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SVGVertexBuilder",
      "module_type" : "SwiftTarget",
      "name" : "SVGVertexBuilder",
      "path" : "Sources/SVGVertexBuilder",
      "product_dependencies" : [
        "SimpleSimdSwift",
        "SVGPath"
      ],
      "product_memberships" : [
        "FontVertexBuilder"
      ],
      "sources" : [
        "Extensions/SVGPathAlias.swift",
        "SVG.swift",
        "SVGUtils/SVGUtil+HelperFunctions.swift",
        "SVGUtils/SVGUtil+MainFunctions.swift",
        "SVGUtils/SVGUtil.swift"
      ],
      "target_dependencies" : [
        "iShapeTriangulation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FontVertexBuilderTests",
      "module_type" : "SwiftTarget",
      "name" : "FontVertexBuilderTests",
      "path" : "Tests/FontVertexBuilderTests",
      "sources" : [
        "FontVertexBuilderTests.swift"
      ],
      "target_dependencies" : [
        "FontVertexBuilder",
        "SVGVertexBuilder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FontVertexBuilder",
      "module_type" : "SwiftTarget",
      "name" : "FontVertexBuilder",
      "path" : "Sources/FontVertexBuilder",
      "product_dependencies" : [
        "SwiftyCoreText",
        "SimpleSimdSwift"
      ],
      "product_memberships" : [
        "FontVertexBuilder"
      ],
      "sources" : [
        "Extensions/GlyphAlias.swift",
        "GlyphUtils/GlyphUtil+HelperFunctions.swift",
        "GlyphUtils/GlyphUtil+MainFunctions.swift",
        "GlyphUtils/GlyphUtil.swift",
        "PathText.swift"
      ],
      "target_dependencies" : [
        "iShapeTriangulation"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.