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 main (2798d9), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 23:51:22 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yukiny0811/FontVertexBuilder
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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 Simd+MemorySize.swift
[10/31] Compiling SimpleSimdSwift Simd+3DTransform.swift
[11/31] Compiling SimpleSimdSwift Simd+RandomPoint.swift
[12/31] Compiling SimpleSimdSwift EXPORTER.swift
[13/31] Compiling SimpleSimdSwift CastShortcuts.swift
[14/31] Emitting module SimpleSimdSwift
[15/31] Compiling SimpleSimdSwift Alias.swift
[16/52] Compiling SwiftyCoreText WorkingWithFontVariations.swift
[17/53] Compiling SwiftyCoreText GettingTypeIdentifier.swift
[18/53] Compiling SwiftyCoreText GettingGlyphData.swift
[19/53] Compiling SwiftyCoreText GettingFontTableData.swift
[20/53] Compiling iGeometry Circle.swift
[21/53] Compiling iGeometry IntPoint+Geom.swift
[22/53] Compiling SwiftyCoreText GettingFontNames.swift
[23/53] Compiling iGeometry Int+Empty.swift
[24/53] Compiling iGeometry PathList.swift
[25/53] Emitting module SwiftyCoreText
[26/53] Compiling iGeometry RingSet.swift
[27/53] Compiling iGeometry PlainShape+Validation.swift
[28/53] Compiling SwiftyCoreText WorkingWithEncoding.swift
[29/53] Emitting module SVGPath
[30/53] Compiling SVGPath SVGPath+CoreGraphics.swift
[31/53] Compiling SVGPath SVGPath.swift
[32/53] Compiling SwiftyCoreText WorkingWithGlyphs.swift
[33/53] Compiling iGeometry Shape.swift
[34/53] Compiling iGeometry Vertex.swift
[35/53] Compiling iGeometry Simplificator+Angle.swift
[36/53] Compiling iGeometry Simplificator+Area.swift
[37/53] Compiling iGeometry IntShape.swift
[38/53] Compiling iGeometry PlainShape+Initializers.swift
[39/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) {
[40/55] Compiling iGeometry Simplificator+Linear.swift
[41/55] Compiling iGeometry Simplificator.swift
[42/55] Compiling iGeometry IntPoint.swift
[43/55] Compiling iGeometry IntPoint+Array.swift
[44/55] Compiling iGeometry Rect.swift
[45/55] Compiling iGeometry Triangle.swift
[46/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) {
[47/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) {
[48/55] Compiling iGeometry DBPoint.swift
[49/55] Compiling iGeometry IntGeom.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 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 |
[60/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 |
[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+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 |
[64/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 |
[65/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 |
[66/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 |
[67/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 |
[68/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 |
[69/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 |
[70/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 |
[71/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 |
[72/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 |
[73/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 |
[74/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 |
[75/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 {
[76/87] Compiling SVGVertexBuilder SVGUtil.swift
[77/87] Compiling SVGVertexBuilder SVGUtil+HelperFunctions.swift
[78/87] Compiling SVGVertexBuilder SVGPathAlias.swift
[79/87] Compiling SVGVertexBuilder SVG.swift
[80/87] Emitting module SVGVertexBuilder
[81/87] Compiling SVGVertexBuilder SVGUtil+MainFunctions.swift
[82/87] Compiling FontVertexBuilder GlyphAlias.swift
[83/87] Compiling FontVertexBuilder GlyphUtil+MainFunctions.swift
[84/87] Compiling FontVertexBuilder GlyphUtil.swift
[85/87] Compiling FontVertexBuilder GlyphUtil+HelperFunctions.swift
[86/87] Compiling FontVertexBuilder PathText.swift
[87/87] Emitting module FontVertexBuilder
Build complete! (18.30s)
Fetching https://github.com/yukiny0811/SwiftyCoreText
Fetching https://github.com/yukiny0811/SVGPath
Fetching https://github.com/yukiny0811/SimpleSimdSwift
[1/173] Fetching svgpath
[152/224] Fetching svgpath, swiftycoretext
[225/275] Fetching svgpath, swiftycoretext, simplesimdswift
Fetched https://github.com/yukiny0811/SimpleSimdSwift from cache (0.71s)
Fetched https://github.com/yukiny0811/SVGPath from cache (0.71s)
Fetched https://github.com/yukiny0811/SwiftyCoreText from cache (0.71s)
Computing version for https://github.com/yukiny0811/SVGPath
Computed https://github.com/yukiny0811/SVGPath at 1.0.0 (3.22s)
Computing version for https://github.com/yukiny0811/SimpleSimdSwift
Computed https://github.com/yukiny0811/SimpleSimdSwift at 1.0.1 (0.43s)
Computing version for https://github.com/yukiny0811/SwiftyCoreText
Computed https://github.com/yukiny0811/SwiftyCoreText at 1.0.0 (0.43s)
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
Creating working copy for https://github.com/yukiny0811/SwiftyCoreText
Working copy of https://github.com/yukiny0811/SwiftyCoreText resolved at 1.0.0
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.